Modding:General Best Practices: Difference between revisions

Jump to navigation Jump to search
m
add navbox
imported>Koboldunderlord
m (add navbox)
Line 35: Line 35:
==Stats==
==Stats==
Prefer using <code>value</code> over <code>sValue</code>, unless you're creating a unique creature. When loading ObjectBlueprints, the code loads both <code>sValue</code> and <code>value</code> into a stat, then if <code>sValue</code> is set, prefers using that to set a stat over <code>value</code>.
Prefer using <code>value</code> over <code>sValue</code>, unless you're creating a unique creature. When loading ObjectBlueprints, the code loads both <code>sValue</code> and <code>value</code> into a stat, then if <code>sValue</code> is set, prefers using that to set a stat over <code>value</code>.
{{Modding Navbox}}

Navigation menu