Skip to content

Commit

Permalink
3132-1031-2156
Browse files Browse the repository at this point in the history
  • Loading branch information
RA2EXE committed Oct 31, 2023
1 parent 769c53d commit 6047ab5
Show file tree
Hide file tree
Showing 58 changed files with 526 additions and 201 deletions.
16 changes: 16 additions & 0 deletions .TODO/预定.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@
重油夺取基地-破袭战
提供单位:大范围杀伤性部队,尽可能提高误伤能力

"shoot": {
"type": "ShootMulti",
"source": {},
"dest": [
{
"type": "ShootHelix",
"scl": 8,
"mag": 2
},
{
"type": "ShootSine",
"scl": -4,
"mag": 20
}
]
},

"abilities": [
{
Expand Down
171 changes: 162 additions & 9 deletions bundles/bundle_zh_CN.properties

Large diffs are not rendered by default.

19 changes: 14 additions & 5 deletions bundles/历代更新.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,16 @@

历任SF帝王:【@白给-Lv.1[存活]】【@MZ-Lv.3[自刎]】【@模组初学者-Lv.3[存活]】【@纯萌新-Lv.2[遇刺]】【@CYYJT-Lv.1[存活]】

3.1.3.2更新:
持续跟进英翻
继续格式化代码
降低大多数协议研究消耗
——————地图类——————
▲新环境块-硬化地面系列
遮盖层系列-修复边缘渗透以更好地拼接
中央盆地-强度提升-大幅提升末端强度
第五战区-bug修复
中央盆地-强度提升-大幅提升末段强度
第五战区-bug修复-新增战争实验室增援
风沙谷-bug修复
火山岛-bug修复
断层带-bug修复
实验种植地-bug修复
Expand Down Expand Up @@ -72,16 +75,22 @@
蜂群-裂位集束弹药优化
分裂-输出修复
气旋-裂位能弹重做
方天-弹药重做-雷达范围提升
方天-重做
怨灵-射程降低
刺霾-耗弹量降低
浪涌-单次射弹增加
长枪-重做
——————单位类——————
▲新单位-敲门砖
堡垒-伤害分配
堡垒-武器重做
两栖装甲运载车-武器重做
自行榴弹炮-底盘贴图重做
//反击-贴图细节
——————生产类——————
大型塑钢压缩机-贴图重做
纳米组装机-科技树位置调整
——————电力类——————
▲新发电机-冲击引擎
▲新发电机-缓冲引擎
——————辅助类——————
▲新装置-弹射瘫痪器
▲新装置-瘫痪地雷
Expand Down
8 changes: 7 additions & 1 deletion content/blocks/协议/前沿实验室.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,11 @@
"一级协议/3"
],
"category": "effect",
"research": "实验室"
"research": {
"parent": "实验室",
"objectives": [
"镄反应堆",
"激发器"
]
}
}
1 change: 1 addition & 0 deletions content/blocks/协议/战研.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"rebuildable": false,
"squareSprite": false,
"hasLiquids": true,
"researchCostMultiplier": 0.5,
"results": [
"一级协议/29",
"二级协议/8",
Expand Down
4 changes: 4 additions & 0 deletions content/blocks/炮塔/1~4/ripple.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"shootEffect": "shootBig",
"smokeEffect": "shootBigSmoke",
"shoot": {
"type": "ShootSpread",
"shots": 5
},
"ammoTypes": {
"graphite": {
"type": "ArtilleryBulletType",
Expand Down
3 changes: 1 addition & 2 deletions content/blocks/炮塔/1~4/垂发.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,7 @@
"lead/190",
"graphite/70",
"硅钢/90",
"plastanium/50",
"二级协议/0"
"plastanium/50"
],
"researchCostMultiplier": 0.45,
"category": "turret",
Expand Down
1 change: 1 addition & 0 deletions content/blocks/炮塔/1~4/天际.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
"range": 500,
"category": "turret",
"research": "裂爆",
"researchCostMultiplier": 0.4,
"requirements": [
"lead/300",
"metaglass/100",
Expand Down
1 change: 1 addition & 0 deletions content/blocks/炮塔/1~4/清宁.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@
"range": 475,
"category": "turret",
"research": "裂爆",
"researchCostMultiplier": 0.4,
"requirements": [
"titanium/800",
"硅钢/800",
Expand Down
1 change: 1 addition & 0 deletions content/blocks/炮塔/1~4/漫游.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
}
]
},
"researchCostMultiplier": 0.4,
"requirements": [
"metaglass/70",
"silicon/200",
Expand Down
3 changes: 1 addition & 2 deletions content/blocks/炮塔/1~4/米尼.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@
"titanium/210",
"graphite/125",
"thorium/125",
"metaglass/20",
"二级协议/0"
"metaglass/20"
],
"category": "turret",
"research": "B6机炮"
Expand Down
19 changes: 16 additions & 3 deletions content/blocks/炮塔/1~4/菊花.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"type": "RegionPart",
"mirror": true,
"under":false,
"under": false,
"x": 8,
"suffix": "-侧",
"moveX": 1,
Expand All @@ -49,7 +49,7 @@
"mirror": true,
"under": true,
"suffix": "-后",
"progress":"recoil",
"progress": "recoil",
"moveY": -2
}
]
Expand Down Expand Up @@ -471,7 +471,19 @@
"color": "76D081",
"rotation": 100
},
"despawnEffect": "none"
"despawnEffect": {
"type": "ParticleEffect",
"particles": 15,
"sizeFrom": 1.3,
"sizeTo": 0,
"length": 100,
"baseLength": 8,
"lifetime": 100,
"interp": "fastSlow",
"sizeInterp": "pow3In",
"colorFrom": "76D081",
"colorTo": "76D081"
}
}
},
"泰勒合金": {
Expand Down Expand Up @@ -557,6 +569,7 @@
"泰勒合金/150",
"二级协议/1"
],
"researchCostMultiplier": 0.4,
"category": "turret",
"research": {
"parent": "雷阵雨",
Expand Down
Loading

0 comments on commit 6047ab5

Please sign in to comment.