Modding:Tutorial - Snapjaw Mages: Difference between revisions

Jump to navigation Jump to search
m
Update <stat> XML nodes for Ego and Willpower to use sValue instead of Value
m (Add links to illuminatiswag's Terrors of the Depths mod)
m (Update <stat> XML nodes for Ego and Willpower to use sValue instead of Value)
Line 337: Line 337:


<!-- Raise ego to make the mage's mental mutations a little more powerful -->
<!-- Raise ego to make the mage's mental mutations a little more powerful -->
<stat Name="Ego" Value="17" />
<stat Name="Ego" sValue="19" />


<!-- Raise willpower to reduce the cooldowns of abilities -->
<!-- Raise willpower to reduce the cooldowns of abilities -->
<stat Name="Willpower" Value="17" />
<stat Name="Willpower" sValue="19" />
</syntaxhighlight>
</syntaxhighlight>


Line 365: Line 365:
     <stat Name="Hitpoints" Value="15" />
     <stat Name="Hitpoints" Value="15" />
     <stat Name="DV" Value="4" />
     <stat Name="DV" Value="4" />
     <stat Name="Ego" Value="17" />
     <stat Name="Ego" sValue="19" />
     <stat Name="Willpower" Value="17" />
     <stat Name="Willpower" sValue="19" />
   </object>
   </object>
</objects>
</objects>

Navigation menu