PDA

View Full Version : Changing default attribute score



ronalmb
August 29th, 2015, 20:18
If i were making a new ruleset based off of D&D, and I wanted my attributes to scale from -5 to 5, where would I find the place to change the starting default score of 10 from D&D to 0?

Trenloe
August 29th, 2015, 20:32
In the 5E ruleset look in campaign\template_campaign. The template number_abilityscore has a default of 10:


<template name="number_abilityscore">
<basicnumber>
<default>10</default>
<script file="campaign/scripts/number_abilityscore.lua" />
</basicnumber>
</template>