Advertisement
Guest User

10/22/2019 Override.XML

a guest
Oct 22nd, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <OgreStack>
  3. <IndividualItemOverrides>
  4. <!--
  5. * This lets you target items by their DefName.
  6. * Set the stackLimit directly
  7.  
  8. * Items adjusted here will ignore any additional
  9. * processing rules in OgreStack
  10.  
  11. * FORMAT: <item name="<string:DefName>" stackLimit="<int:desiredStackLimit>" />
  12. * Example: set the stack limit for unfertilized chicken eggs to 2000
  13.  
  14. * <item name="EggChickenUnfertilized" stackLimit="2000" />
  15. -->
  16. <item name="PrimitiveAmmunitionCase" stackLimit="15" />
  17. <item name="IndustrialAmmunitionCase" stackLimit="100" />
  18. <item name="ChemicalAmmunitionCanister" stackLimit="100" />
  19. <item name="NitrogenAmmunitionCanister" stackLimit="100" />
  20. <item name="BatteryAmmunitionCharge" stackLimit="100" />
  21. </IndividualItemOverrides>
  22.  
  23. <BanItemsFromStackingByCategory>
  24. <!--
  25. * Lets you ban items that identifies itself
  26. * in a category named in this section
  27.  
  28. * Items adjusted here will ignore additional
  29. * processing rules in OgreStack
  30.  
  31. * FORMAT: <category name="<string:Category>" />
  32. * Example: Ban stacking for any egg that is fertilized
  33. * that categorizes itself 'EggsFertilized'
  34.  
  35. * <category name="EggsFertilized" />
  36. -->
  37. </BanItemsFromStackingByCategory>
  38. </OgreStack>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement