mirror of
https://github.com/FalloutCollaborationProject/FCP-Nuka-Cola.git
synced 2026-07-27 17:03:51 -07:00
Adjust drawSize for NukaCola item graphics
Set a consistent drawSize of 0.75 for NukaCola items and removed individual drawSize overrides from Nuka_Quantum and Nuka_Ice_Cold. This standardizes the visual size of these items in-game.
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
<thingClass>ThingWithComps</thingClass>
|
||||
<category>Item</category>
|
||||
<drawerType>MapMeshOnly</drawerType>
|
||||
<graphicData>
|
||||
<drawSize>0.75</drawSize>
|
||||
</graphicData>
|
||||
<useHitPoints>true</useHitPoints>
|
||||
<healthAffectsPrice>false</healthAffectsPrice>
|
||||
<selectable>true</selectable>
|
||||
@@ -254,7 +257,6 @@
|
||||
<graphicData>
|
||||
<texPath>Things/Food/Nuka_Colas/Nuka_Quantum</texPath>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
<drawSize>1.1</drawSize>
|
||||
</graphicData>
|
||||
<statBases>
|
||||
<MarketValue>45</MarketValue>
|
||||
@@ -384,7 +386,6 @@
|
||||
<graphicData>
|
||||
<texPath>Things/Food/Nuka_Colas/Nuka_Ice_Cold</texPath>
|
||||
<graphicClass>Graphic_StackCount</graphicClass>
|
||||
<drawSize>1.0</drawSize>
|
||||
</graphicData>
|
||||
<statBases>
|
||||
<MarketValue>14</MarketValue>
|
||||
|
||||
Reference in New Issue
Block a user