mirror of
https://github.com/FalloutCollaborationProject/FCP-Energy-Weapons.git
synced 2026-07-27 17:02:12 -07:00
Add WorkToMake to flame weapon defs
Define crafting work for flame weapons by adding <WorkToMake> values to two weapon definitions in 1.6/Defs/WeaponDefs/WeaponDefs_Flame.xml. Sets WorkToMake to 50000 for the MarketValue 980 variant and 55000 for the MarketValue 1200 variant so crafting time/effort is explicitly specified.
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
</thingSetMakerTags>
|
</thingSetMakerTags>
|
||||||
<statBases>
|
<statBases>
|
||||||
<MarketValue>980</MarketValue>
|
<MarketValue>980</MarketValue>
|
||||||
|
<WorkToMake>50000</WorkToMake>
|
||||||
<Mass>5.5</Mass>
|
<Mass>5.5</Mass>
|
||||||
<AccuracyTouch>0.90</AccuracyTouch>
|
<AccuracyTouch>0.90</AccuracyTouch>
|
||||||
<AccuracyShort>0.75</AccuracyShort>
|
<AccuracyShort>0.75</AccuracyShort>
|
||||||
@@ -124,6 +125,7 @@
|
|||||||
</thingSetMakerTags>
|
</thingSetMakerTags>
|
||||||
<statBases>
|
<statBases>
|
||||||
<MarketValue>1200</MarketValue>
|
<MarketValue>1200</MarketValue>
|
||||||
|
<WorkToMake>55000</WorkToMake>
|
||||||
<Mass>5.0</Mass>
|
<Mass>5.0</Mass>
|
||||||
<AccuracyTouch>0.92</AccuracyTouch>
|
<AccuracyTouch>0.92</AccuracyTouch>
|
||||||
<AccuracyShort>0.80</AccuracyShort>
|
<AccuracyShort>0.80</AccuracyShort>
|
||||||
|
|||||||
Reference in New Issue
Block a user