mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Refactor content editor - Minor layout issue on item table editor.
This commit is contained in:
@@ -39,18 +39,18 @@
|
||||
<th ng-ds-fade="price">Price</th>
|
||||
|
||||
<th ng-ds-fade="hasEquipEffect">Equip?</th>
|
||||
<th ng-ds-fade="equipEffect_increaseMaxHP">MaxHP</th>
|
||||
<th ng-ds-fade="equipEffect_increaseMaxAP">MaxAP</th>
|
||||
<th ng-ds-fade="equipEffect_increaseMaxHP">+MaxHP</th>
|
||||
<th ng-ds-fade="equipEffect_increaseMaxAP">+MaxAP</th>
|
||||
<th ng-ds-fade="equipEffect_increaseMoveCost">+MoveCost</th>
|
||||
<th ng-ds-fade="equipEffect_increaseUseItemCost">+UseItemCost</th>
|
||||
<th ng-ds-fade="equipEffect_increaseReequipCost">+ReequipCost</th>
|
||||
<th ng-ds-fade="equipEffect_increaseAttackCost">AtkCost</th>
|
||||
<th ng-ds-fade="equipEffect_increaseAttackChance">AC</th>
|
||||
<th ng-ds-fade="equipEffect_increaseAttackDamage">AD</th>
|
||||
<th ng-ds-fade="equipEffect_increaseCriticalSkill">CS</th>
|
||||
<th ng-ds-fade="equipEffect_increaseAttackChance">+AC</th>
|
||||
<th ng-ds-fade="equipEffect_increaseAttackDamage">+AD</th>
|
||||
<th ng-ds-fade="equipEffect_increaseCriticalSkill">+CS</th>
|
||||
<th ng-ds-fade="equipEffect_setCriticalMultiplier">CM</th>
|
||||
<th ng-ds-fade="equipEffect_increaseBlockChance">BC</th>
|
||||
<th ng-ds-fade="equipEffect_increaseDamageResistance">DR</th>
|
||||
<th ng-ds-fade="equipEffect_increaseBlockChance">+BC</th>
|
||||
<th ng-ds-fade="equipEffect_increaseDamageResistance">+DR</th>
|
||||
|
||||
<th ng-ds-fade="useEffect">Use?</th>
|
||||
<th ng-ds-fade="useEffect">+HP</th>
|
||||
|
||||
Reference in New Issue
Block a user