RPG::Armor
Data class for armor.
Superclass
Attributes
id
The armor ID.
name
The armor name.
icon_name
The armor's icon graphic file name.
description
The armor description.
kind
Type of armor (0: shield, 1: helmet, 2: body armor, 3: accessory).
auto_state_id
The auto state ID.
price
The armor's price.
pdef
The armor's physical defense rating.
mdef
The armor's magic defense rating.
eva
The armor's evasion correction.
str_plus
The armor's strength bonus.
dex_plus
The armor's dexterity bonus.
agi_plus
The armor's agility bonus.
int_plus
The armor's intelligence bonus.
guard_element_set
The armor's elemental defense rating. An elemental ID array.
guard_state_set
The armor's state defense rating. A state ID array.
Definition
Last updated