Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #59 from JerichoFletcher/v1.6
Browse files Browse the repository at this point in the history
v1.6
  • Loading branch information
GlennFolker authored Aug 4, 2020
2 parents 6a4f70c + f145402 commit 3e0ae79
Show file tree
Hide file tree
Showing 436 changed files with 7,876 additions and 1,367 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ Translators:
- French - [feu-follet](https://github.com/feu-follet)

Contributors:
- [kapzduke](https://github.com/kapzduke)
- [kapzduke](https://github.com/kapzduke)
- [dsethlewis](https://github.com/dsethlewis)
- GlitchyShipBoi a.k.a. [DatOnePlayer](https://github.com/DatOnePlayer)
- [Gdeft](https://github.com/Gdeft)
159 changes: 137 additions & 22 deletions bundles/bundle.properties

Large diffs are not rendered by default.

663 changes: 394 additions & 269 deletions bundles/bundle_fr.properties

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions content/blocks/conveyors/aluminum-conveyor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
type: Conveyor
requirements: [
copper/1
lead/1
aluminum/1
]
health: 15
category: distribution
speed: 0.123
displayedSpeed: 16
research: titanium-conveyor
11 changes: 11 additions & 0 deletions content/blocks/conveyors/iron-conveyor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
type: Conveyor
requirements: [
copper/1
lead/1
iron/1
]
health: 55
category: distribution
speed: 0.0538
displayedSpeed: 7
research: router
3 changes: 2 additions & 1 deletion content/blocks/defense/fire-aura.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
size: 2
health: 320
powerUse: 1.5
outlineIcon: false
activeSound: fireAuraActive
requirements: [
lead/125
Expand All @@ -9,4 +10,4 @@ requirements: [
phase-fabric/25
]
category: effect
research: mend-projector
research: force-projector
13 changes: 13 additions & 0 deletions content/blocks/defense/frost-aura.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
size: 2
health: 320
powerUse: 1.5
outlineIcon: false
//activeSound: fireAuraActive
requirements: [
silicon/150
steel/50
metaglass/60
phase-fabric/20
]
category: effect
research: fire-aura
11 changes: 11 additions & 0 deletions content/blocks/defense/slag-bomb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
health: 40
tileDamage: 1000
baseExplosiveness: 3
hasShadow: false
requirements: [
copper/20
metaglass/8
scrap-plate/15
]
category: effect
research: shock-mine
17 changes: 17 additions & 0 deletions content/blocks/drills/adv-water-extractor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
type: SolidPump
size: 1
health: 150
liquidCapacity: 10
consumes: {
power: 3
}
requirements: [
copper/100
graphite/100
lead/ 80
steel/20
]
category: production
research: quarry
attribute: water
pumpAmount: 0.25
20 changes: 20 additions & 0 deletions content/blocks/drills/crusher-drill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
size: 1
tier: 2
drillTime: 300
drawMineItem: false
updateEffect: pulverizeSmall
drillEffect: mine
consumes: {
liquid: {
liquid: water
amount: 0.03
optional: true
booster: true
}
}
requirements: [
copper/4
scrap-plate/2
]
category: production
research: laser-drill
23 changes: 23 additions & 0 deletions content/blocks/drills/magnetic-sieve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
size: 2
hasItems: true
hasPower: true
craftTime: 20
itemCapacity: 20
consumes: {
power: 2
}
results: [
sand/19
iron/1
]
requirements: [
copper/50
aluminum/25
scrap-plate/25
iron/50
plastanium/15
]
category: production
research: quarry
idleSound: spark
idleSoundVolume: 0.003
11 changes: 11 additions & 0 deletions content/blocks/environments/contaminated-water.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
type: Floor
liquidDrop: liquid-contaminated-water
speedMultiplier: 0.5
variants: 0
isLiquid: true
status: wet
statusDuration: 90
drownUpdateEffect: burning
walkEffect: wet
blendGroup: water
cacheLayer: water
11 changes: 11 additions & 0 deletions content/blocks/environments/darksand-contaminated-water.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
type: Floor
liquidDrop: liquid-contaminated-water
speedMultiplier: 0.5
variants: 0
isLiquid: true
status: wet
statusDuration: 90
drownUpdateEffect: burning
walkEffect: wet
blendGroup: water
cacheLayer: water
12 changes: 12 additions & 0 deletions content/blocks/environments/deep-contaminated-water.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
type: Floor
liquidDrop: liquid-contaminated-water
speedMultiplier: 0.2
variants: 0
isLiquid: true
status: wet
statusDuration: 120
drownUpdateEffect: burning
walkEffect: wet
blendGroup: water
cacheLayer: water
drownTime: 140
5 changes: 5 additions & 0 deletions content/blocks/environments/ore-aluminum.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: OreBlock
itemDrop: aluminum
oreDefault: true
oreThreshold: 0.89
oreScale: 25.828543
11 changes: 11 additions & 0 deletions content/blocks/environments/sand-contaminated-water.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
type: Floor
liquidDrop: liquid-contaminated-water
speedMultiplier: 0.5
variants: 0
isLiquid: true
status: wet
statusDuration: 90
drownUpdateEffect: burning
walkEffect: wet
blendGroup: water
cacheLayer: water
10 changes: 10 additions & 0 deletions content/blocks/liquid/liquid-container.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
type: LiquidTank
health: 250
size: 2
liquidCapacity: 650
requirements: [
metaglass/12
titanium/12
]
category: liquid
research: liquid-router
16 changes: 16 additions & 0 deletions content/blocks/power/liquid-combustion-engine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
size: 2
hasItems: false
hasLiquids: true
minLiquidEfficiency: 0.2
maxLiquidGenerate: 0.08
powerProduction: 3
generateEffect: redgeneratespark
heatColor: ff9b59
requirements: [
titanium/75
silicon/50
iron/50
metaglass/25
]
category: power
research: turbine-generator
17 changes: 17 additions & 0 deletions content/blocks/power/power-amplifier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
size: 2
craftTime: 60
consumes: {
items: {
items: [
coil/1
]
}
}
requirements: [
lead/85
silicon/125
insulator-alloy/60
metaglass/50
]
category: power
research: diode
13 changes: 13 additions & 0 deletions content/blocks/power/spotlight.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
outlineIcon: true
health: 200
consumes: {
power: 0.08
}
expanded: true
requirements: [
graphite/10
silicon/4
]
category: effect
buildVisibility: lightingOnly
research: mender
10 changes: 6 additions & 4 deletions content/blocks/production/chemical-station.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ updateEffect: producesmoke
consumes: {
power: 3
items: {
items: [
iron/2
items: [
sulfur/1
]
}
liquid: {
liquid: liquid-gas
amount: 0.4
liquid: water
amount: 0.25
optional: false
booster: false
}
}
outputLiquid: {
Expand Down
21 changes: 21 additions & 0 deletions content/blocks/production/coil-winder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
size: 2
hasPower: true
hasItems: true
craftTime: 60
consumes: {
power: 1.4
items: {
items: [
copper/2
plastanium/1
]
}
}
outputItem: coil/1
requirements: [
lead/60
silicon/75
aluminum/45
]
category: crafting
research: steel-crucible
32 changes: 32 additions & 0 deletions content/blocks/production/dissolver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
size: 3
update: true
hasPower: true
hasItems: false
hasLiquids: true
craftTime: 60
consumes: {
power: 3
items: {
items: [
uranium/1
]
}
liquid: {
liquid: water
amount: 0.6
optional: false
booster: false
}
}
outputLiquid: {
liquid: liquid-contaminated-water
}
requirements: [
metaglass/50
silicon/95
graphite/100
steel/85
thorium/50
]
category: crafting
research: polluter
25 changes: 25 additions & 0 deletions content/blocks/production/insulating-compound.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
size: 2
hasPower: true
hasItems: true
hasLiquids: false
craftTime: 85
update: true
consumes: {
items: {
items: [
plastanium/2
surge-alloy/1
]
}
power: 4.5
}
outputItem: insulator-alloy/1
requirements: [
lead/75
titanium/50
uranium/25
surge-alloy/50
plastanium/30
]
category: crafting
research: steel-crucible
21 changes: 21 additions & 0 deletions content/blocks/production/molecular-dissipator.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
size: 4
hasPower: true
hasLiquids: false
craftTime: 60
update: true
consumes: {
items: {
items: [
radioactive-spore-pod/1
]
}
power: 18
}
requirements: [
lead/100
silicon/120
uranium/80
aluminum/80
]
category: crafting
research: dissolver
Loading

0 comments on commit 3e0ae79

Please sign in to comment.