relicChance 추가

This commit is contained in:
Cocopomel 2021-10-04 16:09:58 +09:00
parent a443cf604c
commit 0b2ff1fd58
2 changed files with 8 additions and 1 deletions

View File

@ -917,6 +917,7 @@
<label>PnL twin pistol</label>
<description>[caution] : Automaton exclusive weapon.\n\nA dual pistol that fires a lot of bullets at a close range. Used by the Royal Guard's Special Forces Automaton. In conjunction with the automaton, it enables fast reloading and gives the user high melee combat ability.</description>
<techLevel>Spacer</techLevel>
<relicChance>1</relicChance>
<graphicData>
<texPath>Things/Weapons/PNTwinpistol</texPath>
<graphicClass>Graphic_Single</graphicClass>
@ -945,6 +946,9 @@
<Plasteel>75</Plasteel>
<ComponentSpacer>2</ComponentSpacer>
</costList>
<comps>
<li Class="CompProperties_Styleable"></li>
</comps>
<verbs>
<li Class="TorgueAnty.Verb_Properties_ShotGun">
<verbClass>TorgueAnty.Verb_Shoot_ShotGun</verbClass>
@ -1018,6 +1022,7 @@
<label>PnL royal rifle</label>
<description>[caution] : Automaton exclusive weapon.\n\nroyla guard rifle produced by PnL industry. Users can choose between rapid fire mode and accuracy mode.</description>
<techLevel>Spacer</techLevel>
<relicChance>1</relicChance>
<graphicData>
<texPath>Things/Weapons/PNRoyalRifle</texPath>
<graphicClass>Graphic_Single</graphicClass>
@ -1050,6 +1055,7 @@
<li>
<compClass>AdditionalVerb.Comp_VerbSaveable</compClass>
</li>
<li Class="CompProperties_Styleable"></li>
<li Class="SYS.CompProperties_Sheath">
<sheathOnlyGraphicData>
<texPath>Things/Weapons/SYS/PNRoyalRifle_Sheath</texPath>

View File

@ -63,7 +63,7 @@
<ThingDef Name="PN_BaseWeapon_Bladelink" ParentName="PN_BaseWeapon" Abstract="True">
<techLevel>Ultra</techLevel>
<tradeNeverStack>true</tradeNeverStack>
<relicChance>0</relicChance>
<relicChance>1</relicChance>
<weaponTags>
<li>PN_Bladelink</li>
</weaponTags>
@ -77,6 +77,7 @@
<li Class="CompProperties_BladelinkWeapon">
<biocodeOnEquip>true</biocodeOnEquip>
</li>
<li Class="CompProperties_Styleable"></li>
</comps>
<smeltable>true</smeltable>
<burnableByRecipe>true</burnableByRecipe>