From be84bd3dc10b96addafb00c6e0b2867447f623ae Mon Sep 17 00:00:00 2001 From: "ProjectKoi-Kalo\\Kalo" Date: Tue, 26 Aug 2025 17:51:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(WULA):=20=E6=9B=B4=E6=96=B0=E6=AD=A6?= =?UTF-8?q?=E5=99=A8=E5=92=8C=E5=BB=BA=E7=AD=91=E8=AE=BE=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改穿梭机建筑的指定类别为 WULA_Buildings - 调整武器属性: - 冷却时间从 1.5 秒改为 1.35 秒 - 爆发射击次数从 6 次增加到 24 次 - 爆发射击间隔从 12 ticks 减少到 6 ticks - 射击音效和尾部音效更新 - 子弹速度从 30 增加到 60 - 子弹伤害从 16 降低到 6 - 添加无限穿透能力 - 更新工作区设置,添加数据和 dll 目录 --- .../Building_WULA_Shuttle.xml | 39 ++++++++++--------- .../ThingDefs_Misc/Weapons/WULA_Weapon.xml | 4 +- .../3516260226.code-workspace | 6 +++ 3 files changed, 28 insertions(+), 21 deletions(-) diff --git a/1.6/1.6/Defs/ThingDefs_Buildings/Building_WULA_Shuttle.xml b/1.6/1.6/Defs/ThingDefs_Buildings/Building_WULA_Shuttle.xml index 492ee769..63a1b873 100644 --- a/1.6/1.6/Defs/ThingDefs_Buildings/Building_WULA_Shuttle.xml +++ b/1.6/1.6/Defs/ThingDefs_Buildings/Building_WULA_Shuttle.xml @@ -35,7 +35,7 @@ 0.65 Normal - Odyssey + WULA_Buildings 8 300 @@ -177,7 +177,7 @@ 0.65 Normal - Odyssey + WULA_Buildings 8 300 @@ -352,7 +352,7 @@ 0.5 0.4 0.35 - 1.5 + 1.35
  • WULA_AI_Heavy_Panzer_Gunner_Weapon
  • @@ -367,12 +367,12 @@ WulaFallenEmpire.Verb_ShootShotgun true Bullet_Shuttle_Homing_Autocannon - 2.0 + 1.2 24 - 6 - 12 - Shot_TurretSniper - GunTail_Heavy + 24 + 6 + Shot_BeamRepeater + GunTail_Medium 9 Mote_BeamRepeater_Charge 1.07 @@ -391,23 +391,24 @@ Bullet - 16 + 6 0.75 - 30 + 60 - WulaFallenEmpire.Projectile_TrackingBullet + WulaFallenEmpire.Projectile_WulaLineAttack -
  • - 0.1 - 30 - - 60 - 120 - +
  • + + -1 + + 0 + + true + WULA_GunTail_Plasma
  • - 4 + 2
  • diff --git a/1.6/1.6/Defs/ThingDefs_Misc/Weapons/WULA_Weapon.xml b/1.6/1.6/Defs/ThingDefs_Misc/Weapons/WULA_Weapon.xml index 799ff960..6f298966 100644 --- a/1.6/1.6/Defs/ThingDefs_Misc/Weapons/WULA_Weapon.xml +++ b/1.6/1.6/Defs/ThingDefs_Misc/Weapons/WULA_Weapon.xml @@ -834,8 +834,8 @@ 18 3 3 - Shot_BoltActionRifle - GunTail_Heavy + Shot_BeamRepeater + GunTail_Medium 7 diff --git a/Source/WulaFallenEmpire/3516260226.code-workspace b/Source/WulaFallenEmpire/3516260226.code-workspace index 28a1867a..3b8b60d6 100644 --- a/Source/WulaFallenEmpire/3516260226.code-workspace +++ b/Source/WulaFallenEmpire/3516260226.code-workspace @@ -3,6 +3,12 @@ { "name": "3516260226", "path": "../.." + }, + { + "path": "../../../../Data" + }, + { + "path": "../../../../dll1.6" } ], "settings": {}