Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Rofle44 authored Apr 23, 2020
1 parent c4ff023 commit 2c2cfc5
Show file tree
Hide file tree
Showing 79 changed files with 831 additions and 0 deletions.
35 changes: 35 additions & 0 deletions content/blocks/admin-gun.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
type: PowerTurret
name: Admin Gun
description: Shoots thousands of ammo at enemies in one second.
health: 10000000
category: turret
size: 4
reload: 0
shootCone: 100
rotateSpeed: 9999
tagetAir: true
targetGround: true
range: 99999
powerUse: 0
inaccuracy: 0
shots: 900
spread: 1
buildVisibility: sandboxOnly
shootType: {
type: BasicBulletType
bulletSprite: atm-round-shot
speed: 15
damage: 999999
frontColor: ffff00,
homingPower: 10000
homingRange: 200000000
despawnEffect: pulverizeSmall
shootSound: pew
lifetime: 100000
bulletHeight: 10
bulletWidth: 10
}
requirements: [
copper/1
]
research: duo
27 changes: 27 additions & 0 deletions content/blocks/admin-overclocker.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
type: OverdriveProjector
name: Admin Overclocker
size: 3
health: 999900
range: 90
speedBoost: 9999
phaseRangeBoost: 60
speedBoostPhase: 999999
category: effect
buildVisibility: sandboxOnly
requirements: [
lead/1000
titanium/1100
copper/1000
plastanium/50
]
consumes: {
power: 1
items: {
items: [
phase-fabric/1
]
booster: true
optional: true
}
}
research: overdrive-projector
73 changes: 73 additions & 0 deletions content/blocks/cluster-turret.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
type: PowerTurret
name: Cluster Turret
description: The cluster turret's shot is like a virus, it starts with one, and seconds later the entire world is fucked up.
health: 750
category: turret
size: 3
reload: 160
shootCone: 12
rotateSpeed: 10
targetAir: true
targetGround: true
range: 120
powerUse: 5
inaccuracy: 5
shots: 1
shootType: {
type: MissileBulletType
lifetime: 1000
speed: 9
shootSound: boom
hitEffect: blastExplosion
frontColor: 00ff00
backColor: 00ff00
homingPower: 20
homingRange: 128
fragBullets: 10
fragBullet: {
type: MissileBulletType
lifetime: 100
speed: 7
shootSound: boom
hitEffect: blastExplosion
frontColor: 00ff00
backColor: 00ff00
homingPower: 20
homingRange: 128
damage: 10
fragBullets: 10
fragBullet: {
type: MissileBulletType
lifetime: 100
speed: 7
shootSound: boom
hitEffect: blastExplosion
frontColor: 00ff00
backColor: 00ff00
homingPower: 20
homingRange: 128
damage: 10
fragBullets: 10
fragBullet: {
type: MissileBulletType
lifetime: 100
speed: 7
shootSound: boom
hitEffect: blastExplosion
frontColor: 00ff00
backColor: 00ff00
homingPower: 20
homingRange: 128
damage: 10
}
}
}
}
requirements: [
titanium/1000
thorium/1000
silicon/250
plastanium/250
metaglass/500
]
research: duo
28 changes: 28 additions & 0 deletions content/blocks/copper-gun.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
type: DoubleTurret
name: Copper Gun
description: An upgraded version of the regular duo.
health: 500
category: turret
size: 2
reload: 10
shootCone: 5
rotateSpeed: 20
targetAir: true
targetGround: true
range: 175
ammo: {
copper: {
speed: 10
damage: 20
bulletWidth: 20
bulletHeight: 20
shootEffect: shootSmall
smokeEffect: shootSmallSmoke
}
}
requirements: [
copper/200
lead/150
titanium/100
]
research: duo
27 changes: 27 additions & 0 deletions content/blocks/dark-titanium-forge.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
type: GenericCrafter
name: Pressure Forge
description: Makes Dark Titanium
hasPower: true
size: 4
hasLiquids: false
craftTime: 300
updateEffect: smoke
itemcapacity: 50
consumes: {
power: 3.5
items: {
items: [
titanium/10
coal/10
]
}
}
requirements: [
copper/100
lead/100
silicon/75
titanium/250
]
category: crafting
research: graphite-press
outputItem: dark-titanium/5
26 changes: 26 additions & 0 deletions content/blocks/extreme-overclocker.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
type: OverdriveProjector
name: Extreme Overclocker
size: 3
health: 200
range: 60
speedBoost: 10
phaseRangeBoost: 60
speedBoostPhase: 1
category: effect
requirements: [
lead/1000
titanium/1100
copper/1000
plastanium/50
]
consumes: {
power: 5
items: {
items: [
phase-fabric/1
]
booster: true
optional: true
}
}
research: overdrive-projector
41 changes: 41 additions & 0 deletions content/blocks/fire-rock-shooter.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
type: PowerTurret
name: Fire Rocke Shooter
description: Shoots flammable rocks.
category: turret
size: 4
health: 500
range:200
powerUse: 20
reload:60
targetAir: true
targetGround: true
shootCone: 15
rotateSpeed: 10
shots: 15
spread: 2
inaccuracy: 0
recoil: 1
shootType: {
type: BasicBulletType
lifetime: 1000
splashDamage: 4
splashDamageRadius: 16
incendChance: 100
incendAmount: 100
incendSpread: 10
shootSound: shotgun
hitEffect: fire
hitSound: boom
speed: 4
bulletWidth: 15
bulletHeight: 15
frontColor: 000000
backColor: 0a0a0a
}
requirements: [
titanium/750
lead/500
copper/750
dark-titanium/350
]
research: duo
27 changes: 27 additions & 0 deletions content/blocks/gatling-gun.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
type: PowerTurret
name: Gatling Gun
description: Sasha's modern brother. Shoots very quick but also very inaccurate. Good for damaging multiple enemies at a time.
health: 1000
category: turret
size: 4
reload: 1
shootCone: 10
rotateSpeed: 2
targetAir: true
range: 200
powerUse: 2
inaccuracy: 17
shots: 2
shootType: {
type: BasicBulletType
lifetime: 400
speed: 8
shootSound: shotgun
damage: 40
}
requirements: [
titanium/750
lead/500
copper/750
]
research: duo
16 changes: 16 additions & 0 deletions content/blocks/gatling-gunner-pad.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Gatling Gunner Mech Pad
description: Cures cancer. Jk transforms you into the Gatling Gunner Mech
type: MechPad
mech: gatling-gunner
size: 4
consumes: {
power: 1
}
category: upgrade
research: wraith-factory
requirements: [
titanium/1000
copper/2000
lead/2000
thorium/1000
]
41 changes: 41 additions & 0 deletions content/blocks/laser-turret.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
type: ChargeTurret
name: Laser Turret
description: Shoots a beam of light to eradicate enemies.
health: 900
category: turret
size: 4
reload: 60
shootCone: 4
rotateSpeed: 15
targetAir: true
targetGround: true
range: 240
powerUse: 360
shootSound: laser
chargeTime: 60
shootType: {
type: BasicBulletType
damage: 100
speed: 5
lifetime: 47
bulletSprite: atm-laser-beam
frontColor: ff0000
backColor: bf0000
bulletWidth: 20
bulletHeight: 30
fragBullets: 10
fragBullet: {
type: BasicBulletType
damage: 10
speed: 3
lifetime: 1000
bulletSprite: atm-round-shot
frontColor: ff0000
}
}
requirements: [
metaglass/500
lead/250
titanium/100
]
research: duo
32 changes: 32 additions & 0 deletions content/blocks/lava-turret.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
type: BurstTurret
name: Lava Sprayer
description: Sprays lava because fuck you thats why.
health: 800
category: turret
size: 2
reload: 180
shootCone: 5
rotateSpeed: 10
targetAir: true
targetGround: true
range: 220
powerUse: 1
inaccuracy: 10
shots: 1000
bulletSpread: 0
burstSpacing: 0.01
ammo: {
scrap: {
type: LiquidBulletType
liquid: slag
speed: 5
lifetime: 1000
}
}
requirements: [
copper/50
lead/150
titanium/100
silicon/25
]
research: duo
Loading

0 comments on commit 2c2cfc5

Please sign in to comment.