Skip to content

Commit

Permalink
Added Creature/Spell regen tracking
Browse files Browse the repository at this point in the history
Added attributes for tracking daily Zeon Regeneration when active creatures/ spells are used. Declaring these attributes somehow missed the initial quality check.
  • Loading branch information
aRotondi1990 committed Feb 12, 2015
1 parent 27151de commit e501de8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Anima-Beyond-Fantasy/A-BF.html
Original file line number Diff line number Diff line change
Expand Up @@ -1288,9 +1288,11 @@
</fieldset>
<div class="dark_row" style="padding-top: 4px;">
<div class="cell actual_cell" style="margin-left:5px; width:auto;">Total Cost</div>
<input type="number" class="cell" value="0" min="0" style="margin-left:5px;"/>
<input type="number" name="attr_daily_spell_creature_totalcost"
class="cell" value="0" min="0" style="margin-left:5px;"/>
<div class="cell actual_cell"style="margin-left:6px; width:auto;">Final Daily Regen</div>
<input class="cell" type="number" value="0"/>
<input class="cell" type="number" value="0"
name="attr_daily_spell_creature_regen"/>
</div>
</div><!-- end active spells and creatures -->
</div><!-- end first column -->
Expand Down

0 comments on commit e501de8

Please sign in to comment.