"为外星种族Hikali添加独立种族定义:创建BANW_Hikali_race并配置专属生物遗骸掉落范围,同时更新基沃托斯学生种族的父类引用为Hikali种族"

This commit is contained in:
ProjectKoi-Kalo\Kalo 2025-06-09 17:34:20 +08:00
parent 0d76307140
commit 4725f4d836
2 changed files with 16 additions and 6 deletions

View File

@ -1,7 +1,17 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Defs> <Defs>
<AlienRace.ThingDef_AlienRace ParentName="BANW_StudentThingBase"> <AlienRace.ThingDef_AlienRace ParentName="BANW_KivotosStudent">
<defName>BANW_Hikali_race</defName>
<label>阿拜多斯学生</label>
<description>[PlaceHolder]</description>
<killedLeavingsRanges>
<Bioferrite>10~20</Bioferrite>
<Shard>0~1</Shard>
</killedLeavingsRanges>
</AlienRace.ThingDef_AlienRace>
<AlienRace.ThingDef_AlienRace Name="BANW_KivotosStudent" ParentName="BANW_StudentThingBase">
<defName>BANW_KivotosStudent</defName> <defName>BANW_KivotosStudent</defName>
<label>阿拜多斯学生</label> <label>阿拜多斯学生</label>
<description>[PlaceHolder]</description> <description>[PlaceHolder]</description>

View File

@ -2,7 +2,7 @@
<Defs> <Defs>
<PawnKindDef Name="BANW_BasePawn" ParentName="BasePlayerPawnKind" Abstract="True"> <PawnKindDef Name="BANW_BasePawn" ParentName="BasePlayerPawnKind" Abstract="True">
<race>BANW_KivotosStudent</race> <race>BANW_Hikali_race</race>
<useFactionXenotypes>false</useFactionXenotypes> <useFactionXenotypes>false</useFactionXenotypes>
<xenotypeSet> <xenotypeSet>
</xenotypeSet> </xenotypeSet>