This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
135 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ requirements: [ | |
] | ||
category: defense | ||
research: gravitol-wall | ||
insulated: true | ||
absorbLasers: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ requirements: [ | |
] | ||
category: defense | ||
research: surge-wall | ||
insulated: true | ||
absorbLasers: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
type: Drill | ||
drawRim: true | ||
health: 780 | ||
size: 4 | ||
liquidCpacity: 20 | ||
itemCapacity: 20 | ||
tier: 4 | ||
drillTime: 187 | ||
// gravillaso/scripts/python/drillSpeed.py -run this file with python to math this | ||
liquidBoostIntensity: 2 | ||
warmupSpeed: 0.01 | ||
rotateSpeed: 7 | ||
requirements: [ | ||
copper/90 | ||
thorium/75 | ||
plastanium/55 | ||
gravitol/25 | ||
silicon/80 | ||
] | ||
consumes: { | ||
power: 3.5 | ||
liquid:{ | ||
liquid:"water" | ||
amount:0.18 | ||
optional:true | ||
booster:true | ||
} | ||
} | ||
category: production | ||
research: { | ||
parent: "blast-drill" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
type: StaticWall | ||
name: Burning Ground Wall | ||
variants: 2 | ||
inEditor: true | ||
breakable: false | ||
targetable: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
type: Floor | ||
name: Burning ground | ||
variants: 4 | ||
damageTaken: 2.75 | ||
speedMultiplier: 0.8 | ||
walkEffect: smeltsmoke | ||
status: melting | ||
statusDuration: 247 | ||
#decoration: air | ||
#wall: air-wall |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Obsidian Block | ||
type: StaticWall | ||
variants: 1 | ||
inEditor: true | ||
breakable: false | ||
alwaysReplace: false | ||
solid: true | ||
variants: 1 | ||
targetable: false | ||
name: TEST |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
type: SingleTypeGenerator | ||
health: 540 | ||
size: 3 | ||
itemCapacity: 20 | ||
liquidCapacity: 45 | ||
itemDuration: 80 | ||
powerProduction: 26 | ||
consumes: { | ||
items: { | ||
items: [ | ||
blast-compound/1 | ||
] | ||
} | ||
liquid: { | ||
liquid: benzine | ||
amount: 0.12 | ||
} | ||
} | ||
requirements: [ | ||
copper/90 | ||
lead/70 | ||
metaglass/100 | ||
silicon/25 | ||
thorium/40 | ||
] | ||
category: power | ||
research: differential-generator |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
type: PowerTurret | ||
health: 1360 | ||
size: 3 | ||
reloadTime: 20 | ||
inaccuracy: 0 | ||
range: 165 | ||
powerUse: 16 | ||
heatColor: "5c5c02" | ||
shootType:{ | ||
type: LightningBulletType | ||
lightningColor: "#f2f2c4" | ||
lightningLength: 26 | ||
speed: 0.001 | ||
lifetime: 50 | ||
damage: 58 | ||
x: 0 | ||
y: 0 | ||
buildingDamageMultiplier: 0.75 | ||
} | ||
requirements: [ | ||
graphite/220 | ||
metaglass/230 | ||
phase-fabric/120 | ||
surge-alloy/220 | ||
] | ||
coolantMultiplier: 8 | ||
shootSound: spark | ||
shootEffect: redgeneratespark | ||
targetAir: false | ||
targetGround: true | ||
category: turret | ||
research: destiny |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+717 Bytes
(150%)
sprites/blocks/drills/overdrive-drill/overdrive-drill-rim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+6 Bytes
(100%)
sprites/blocks/drills/overdrive-drill/overdrive-drill-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.