Class: RPG::System::Words
- Inherits:
-
Object
- Object
- RPG::System::Words
- Defined in:
- lib/eidolon/rgss/rpg/system/words.rb
Overview
RGSS
This data structure is specific to RGSS (XP).
Words
Data class for terminology.
Instance Attribute Summary collapse
-
#agi ⇒ Object
Returns the value of attribute agi.
-
#armor1 ⇒ Object
Returns the value of attribute armor1.
-
#armor2 ⇒ Object
Returns the value of attribute armor2.
-
#armor3 ⇒ Object
Returns the value of attribute armor3.
-
#armor4 ⇒ Object
Returns the value of attribute armor4.
-
#atk ⇒ Object
Returns the value of attribute atk.
-
#attack ⇒ Object
Returns the value of attribute attack.
-
#dex ⇒ Object
Returns the value of attribute dex.
-
#equip ⇒ Object
Returns the value of attribute equip.
-
#gold ⇒ Object
Returns the value of attribute gold.
-
#guard ⇒ Object
Returns the value of attribute guard.
-
#hp ⇒ Object
Returns the value of attribute hp.
-
#int ⇒ Object
Returns the value of attribute int.
-
#item ⇒ Object
Returns the value of attribute item.
-
#mdef ⇒ Object
Returns the value of attribute mdef.
-
#pdef ⇒ Object
Returns the value of attribute pdef.
-
#skill ⇒ Object
Returns the value of attribute skill.
-
#sp ⇒ Object
Returns the value of attribute sp.
-
#str ⇒ Object
Returns the value of attribute str.
-
#weapon ⇒ Object
Returns the value of attribute weapon.
Instance Attribute Details
#agi ⇒ Object
Returns the value of attribute agi.
16 17 18 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 16 def agi @agi end |
#armor1 ⇒ Object
Returns the value of attribute armor1.
22 23 24 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 22 def armor1 @armor1 end |
#armor2 ⇒ Object
Returns the value of attribute armor2.
23 24 25 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 23 def armor2 @armor2 end |
#armor3 ⇒ Object
Returns the value of attribute armor3.
24 25 26 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 24 def armor3 @armor3 end |
#armor4 ⇒ Object
Returns the value of attribute armor4.
25 26 27 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 25 def armor4 @armor4 end |
#atk ⇒ Object
Returns the value of attribute atk.
18 19 20 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 18 def atk @atk end |
#attack ⇒ Object
Returns the value of attribute attack.
26 27 28 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 26 def attack @attack end |
#dex ⇒ Object
Returns the value of attribute dex.
15 16 17 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 15 def dex @dex end |
#equip ⇒ Object
Returns the value of attribute equip.
30 31 32 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 30 def equip @equip end |
#gold ⇒ Object
Returns the value of attribute gold.
11 12 13 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 11 def gold @gold end |
#guard ⇒ Object
Returns the value of attribute guard.
28 29 30 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 28 def guard @guard end |
#hp ⇒ Object
Returns the value of attribute hp.
12 13 14 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 12 def hp @hp end |
#int ⇒ Object
Returns the value of attribute int.
17 18 19 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 17 def int @int end |
#item ⇒ Object
Returns the value of attribute item.
29 30 31 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 29 def item @item end |
#mdef ⇒ Object
Returns the value of attribute mdef.
20 21 22 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 20 def mdef @mdef end |
#pdef ⇒ Object
Returns the value of attribute pdef.
19 20 21 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 19 def pdef @pdef end |
#skill ⇒ Object
Returns the value of attribute skill.
27 28 29 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 27 def skill @skill end |
#sp ⇒ Object
Returns the value of attribute sp.
13 14 15 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 13 def sp @sp end |
#str ⇒ Object
Returns the value of attribute str.
14 15 16 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 14 def str @str end |
#weapon ⇒ Object
Returns the value of attribute weapon.
21 22 23 |
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 21 def weapon @weapon end |