返回提交历史

XFEstudio/MCIndustry

重置科技研究费用

1228b25
X
XFEstudio <mail@xfegzs.com>
提交于

代码差异

14 个文件 +36 -27
Modified content/blocks/巨浪电离合成厂.hjson +3 -2
@@ -6,10 +6,11 @@ health:600
6 6 itemCapacity:10
7 7 size:3
8 8 hasItems: true
9 alwaysUnlocked: true
10 9 outputItem: surge-alloy/2
11 10 craftTime:20
12 11 research:磁铜聚合工厂
12 researchCost:[copper/3000
13 磁铜/1000]
13 14 consumes: {
14 15 power:3
15 16 items: {
@@ -26,4 +27,4 @@ titanium/50
26 27 craftEffect: smeltsmoke
27 28 category: crafting
28 29 idleSound: respawning
29 idleSoundVolume: 0.5
30 idleSoundVolume: 0.5
Modified content/blocks/巨浪磁铜加聚工厂.hjson +4 -2
@@ -6,10 +6,12 @@ health:800
6 6 itemCapacity:10
7 7 size:3
8 8 hasItems: true
9 alwaysUnlocked: true
10 9 outputItem: 磁涌合金/1
11 10 craftTime:20
12 11 research:磁铜聚合工厂
12 researchCost:[copper/5000
13 磁铜/3000
14 surge-alloy/1000]
13 15 consumes: {
14 16 power:5
15 17 items: {
@@ -26,4 +28,4 @@ titanium/100
26 28 craftEffect: smeltsmoke
27 29 category: crafting
28 30 idleSound: respawning
29 idleSoundVolume: 0.5
31 idleSoundVolume: 0.5
Modified content/blocks/强磁轨道炮.hjson +4 -3
@@ -6,7 +6,6 @@
6 6 description:穿刺轨道炮,充能时间长,对路径上的主要目标造成巨量伤害,对周围单位产生溅射连锁伤害
7 7 health:6000
8 8 range:1200
9 alwaysUnlocked: true
10 9 reload:700
11 10 shots:1
12 11 "restitution": 0.01,
@@ -26,7 +25,9 @@ minRange:100
26 25 firingMoveFract:1
27 26 smokeEffect: "lightningShoot"
28 27 heatColor:DC143C
29 research: 磁铜工业
28 research: 磁裂
29 researchCost:[copper/10000
30 磁铜/5000]
30 31 alternate:false
31 32 requirements:[copper/2000
32 33 磁铜/600
@@ -79,4 +80,4 @@ minRange:100
79 80 consumes: {
80 81 power: 200
81 82 }
82 }
83 }
Modified content/blocks/电离辐散塔.hjson +3 -2
@@ -6,11 +6,12 @@
6 6 ],
7 7 "laserRange": 60,
8 8 "maxNodes": 90,
9 alwaysUnlocked: true
10 9 "size": 3,
11 10 "type": "PowerNode",
12 11 "name": "电离辐散塔",
13 12 research: 磁铜相生电机
13 researchCost:[copper/5000
14 磁铜/3000
15 磁涌合金/500]
14 16 "category": "power"
15 17 }
16
Modified content/blocks/磁离.hjson +2 -2
@@ -14,7 +14,7 @@
14 14 磁铜/100
15 15 ]
16 16 category:turret
17 research:磁铜工业
17 research:磁裂
18 18 spread:8
19 19 shootSound:shotgun
20 20 shootType:{
@@ -45,4 +45,4 @@
45 45 consumes: {
46 46 power: 5
47 47 }
48 }
48 }
Modified content/blocks/磁轨冲击钻头.hjson +3 -2
@@ -5,7 +5,6 @@
5 5 tier:100
6 6 health:1500
7 7 drillTime:20
8 alwaysUnlocked: true
9 8 drawMineItem:false
10 9 itemCapacity:500
11 10 size:4
@@ -13,6 +12,8 @@
13 12 warmupSpeed:0.015
14 13 drawRim:true
15 14 research:磁铜工业
15 researchCost:[copper/500
16 磁铜/50]
16 17 heatColor:00fa9a
17 18 consumes:{
18 19 power:5
@@ -28,4 +29,4 @@
28 29 磁铜/300
29 30 ]
30 31 category:production
31 }
32 }
Modified content/blocks/磁轨石油钻探机.hjson +2 -1
@@ -6,7 +6,6 @@
6 6 "health":240
7 7 "liquidCapacity":30,
8 8 "hasLiquids": true,
9 "alwaysUnlocked": true,
10 9 "pumpAmount":0.1
11 10 "hasPower":true,
12 11 rotateSpeed:6
@@ -21,4 +20,6 @@
21 20 ]
22 21 "category": "production",
23 22 research: 磁轨冲击钻头
23 researchCost:[copper/5000
24 磁铜/3000]
24 25 }
Modified content/blocks/磁铜四向通道.hjson +2 -2
@@ -5,11 +5,11 @@ type: Router
5 5 health:50
6 6 category: distribution
7 7 consumesPower:false
8 alwaysUnlocked: true
9 8 canOverdrive:false
10 9 itemCapacity:0
11 10 requirements:[copper/5
12 11 磁铜/1
13 12 ]
14 13 research: 磁铜工业
15 }
14 researchCost:[磁铜/5]
15 }
Modified content/blocks/磁铜工业.hjson +2 -2
@@ -4,6 +4,6 @@ health:0
4 4 description:"磁铜工业的科技树"
5 5 size:1
6 6 "buildVisibility": "sandboxOnly"
7 alwaysUnlocked: true
8 7 research:core-shard
9 requirements:[]
8 requirements:[]
9 researchCost:[copper/100]
Modified content/blocks/磁铜相生电机.hjson +1 -1
@@ -7,7 +7,6 @@
7 7 hasItems:true
8 8 hasLiquids:false
9 9 powerProduction:25
10 alwaysUnlocked: true
11 10 itemDuration:150
12 11 consumes:{
13 12 items:{
@@ -21,4 +20,5 @@
21 20 ]
22 21 category:power
23 22 research:铜相生电机
23 researchCost:[磁铜/500]
24 24 }
Modified content/blocks/磁铜聚合工厂.hjson +2 -2
@@ -9,7 +9,7 @@ hasItems: true
9 9 outputItem: 磁铜/1
10 10 craftTime:30
11 11 research:磁铜工业
12 alwaysUnlocked: true
12 researchCost:[copper/300]
13 13 consumes: {
14 14 power:1.5
15 15 items: {
@@ -25,4 +25,4 @@ craftEffect: smeltsmoke
25 25 category: crafting
26 26 idleSound: respawning
27 27 idleSoundVolume: 0.5
28 }
28 }
Modified content/blocks/磁铜输出轨道.hjson +3 -2
@@ -6,7 +6,6 @@
6 6 "update": "true",
7 7 "hasItems": "true",
8 8 "type":"Unloader",
9 alwaysUnlocked: true
10 9 "confugurable": "true",
11 10 "description": "利用磁轨从容器中获取物品",
12 11 "name":"磁铜输出轨道",
@@ -14,4 +13,6 @@
14 13 磁铜/10
15 14 ],
16 15 research:磁铜四向通道
17 }
16 researchCost:[copper/2000
17 磁铜/800]
18 }
Modified content/blocks/行星强磁轨道炮.hjson +4 -3
@@ -1,5 +1,4 @@
1 1 {
2 research:duo
3 2 type:CoolTurret
4 3 type:PowerTurret
5 4 name:行星强磁轨道炮
@@ -31,7 +30,9 @@ minRange:100
31 30 smokeEffect: "lightningShoot"
32 31 heatColor:DC143C
33 32 research:强磁轨道炮
34 alwaysUnlocked: true
33 researchCost:[copper/30000
34 磁铜/10000
35 磁涌合金/5000]
35 36 alternate:false
36 37 requirements:[copper/4000
37 38 磁铜/2000
@@ -83,4 +84,4 @@ hitShake:5
83 84 consumes: {
84 85 power: 1000
85 86 }
86 }
87 }
Modified content/blocks/铜相生电机.hjson +1 -1
@@ -8,7 +8,6 @@
8 8 hasLiquids:false
9 9 powerProduction:5
10 10 itemDuration:75
11 alwaysUnlocked: true
12 11 consumes:{
13 12 items:{
14 13 items:[
@@ -20,4 +19,5 @@
20 19 ]
21 20 category:power
22 21 research:磁铜工业
22 researchCost:[copper/100]
23 23 }