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:
RickGrymes
2026-01-09 04:14:32 -06:00
parent 497a26218e
commit 3a49c2aa61
+3 -2
View File
@@ -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>