StancesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Grimston (talk | contribs)
Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(8) unsigned |PRI | |auto_increment | |- | |name |varchar(30) |UNI |0 | | |- | |stamina_drain_P |float(3,2) unsigned | |0.00 | | |- | |stamina_drain_M |float(3,2) unsigned | |0.00 | | |- | |attack_speed_mod |float(3,2) unsigned | |0.00 | | |- | |attack_damage_mod |float(3,2) unsigned | |0.00 | | |- | |defense_avoid_mod |float(3,2) unsigned | |0.00 | | |- | |defense_absorb_..."
 
(No difference)

Latest revision as of 13:19, 11 January 2022

UE Field Type Key Type Default Extra Description
id int(8) unsigned PRI auto_increment
name varchar(30) UNI 0
stamina_drain_P float(3,2) unsigned 0.00
stamina_drain_M float(3,2) unsigned 0.00
attack_speed_mod float(3,2) unsigned 0.00
attack_damage_mod float(3,2) unsigned 0.00
defense_avoid_mod float(3,2) unsigned 0.00
defense_absorb_mod float(3,2) unsigned 0.00