Class: RPG::System::Terms
- Inherits:
-
Object
- Object
- RPG::System::Terms
- Defined in:
- lib/eidolon/rgss2/rpg/system/terms.rb,
lib/eidolon/rgss3/rpg/system/terms.rb
Overview
RGSS3
This data structure is specific to RGSS3 (VX Ace).
Terms
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.
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#cancel ⇒ Object
Returns the value of attribute cancel.
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#continue ⇒ Object
Returns the value of attribute continue.
-
#def ⇒ Object
Returns the value of attribute def.
-
#equip ⇒ Object
Returns the value of attribute equip.
-
#escape ⇒ Object
Returns the value of attribute escape.
-
#etypes ⇒ Object
Returns the value of attribute etypes.
-
#fight ⇒ Object
Returns the value of attribute fight.
-
#game_end ⇒ Object
Returns the value of attribute game_end.
-
#gold ⇒ Object
Returns the value of attribute gold.
-
#guard ⇒ Object
Returns the value of attribute guard.
-
#hp ⇒ Object
Returns the value of attribute hp.
-
#hp_a ⇒ Object
Returns the value of attribute hp_a.
-
#item ⇒ Object
Returns the value of attribute item.
-
#level ⇒ Object
Returns the value of attribute level.
-
#level_a ⇒ Object
Returns the value of attribute level_a.
-
#mp ⇒ Object
Returns the value of attribute mp.
-
#mp_a ⇒ Object
Returns the value of attribute mp_a.
-
#new_game ⇒ Object
Returns the value of attribute new_game.
-
#params ⇒ Object
Returns the value of attribute params.
-
#save ⇒ Object
Returns the value of attribute save.
-
#shutdown ⇒ Object
Returns the value of attribute shutdown.
-
#skill ⇒ Object
Returns the value of attribute skill.
-
#spi ⇒ Object
Returns the value of attribute spi.
-
#status ⇒ Object
Returns the value of attribute status.
-
#to_title ⇒ Object
Returns the value of attribute to_title.
-
#weapon ⇒ Object
Returns the value of attribute weapon.
-
#weapon1 ⇒ Object
Returns the value of attribute weapon1.
-
#weapon2 ⇒ Object
Returns the value of attribute weapon2.
Instance Attribute Details
#agi ⇒ Object
Returns the value of attribute agi.
20 21 22 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 20 def agi @agi end |
#armor1 ⇒ Object
Returns the value of attribute armor1.
22 23 24 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 22 def armor1 @armor1 end |
#armor2 ⇒ Object
Returns the value of attribute armor2.
23 24 25 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 23 def armor2 @armor2 end |
#armor3 ⇒ Object
Returns the value of attribute armor3.
24 25 26 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 24 def armor3 @armor3 end |
#armor4 ⇒ Object
Returns the value of attribute armor4.
25 26 27 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 25 def armor4 @armor4 end |
#atk ⇒ Object
Returns the value of attribute atk.
17 18 19 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 17 def atk @atk end |
#attack ⇒ Object
Returns the value of attribute attack.
28 29 30 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 28 def attack @attack end |
#basic ⇒ Object
Returns the value of attribute basic.
11 12 13 |
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 11 def basic @basic end |
#cancel ⇒ Object
Returns the value of attribute cancel.
42 43 44 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 42 def cancel @cancel end |
#commands ⇒ Object
Returns the value of attribute commands.
14 15 16 |
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 14 def commands @commands end |
#continue ⇒ Object
Returns the value of attribute continue.
39 40 41 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 39 def continue @continue end |
#def ⇒ Object
Returns the value of attribute def.
18 19 20 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 18 def def @def end |
#equip ⇒ Object
Returns the value of attribute equip.
32 33 34 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 32 def equip @equip end |
#escape ⇒ Object
Returns the value of attribute escape.
37 38 39 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 37 def escape @escape end |
#etypes ⇒ Object
Returns the value of attribute etypes.
13 14 15 |
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 13 def etypes @etypes end |
#fight ⇒ Object
Returns the value of attribute fight.
36 37 38 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 36 def fight @fight end |
#game_end ⇒ Object
Returns the value of attribute game_end.
35 36 37 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 35 def game_end @game_end end |
#gold ⇒ Object
Returns the value of attribute gold.
43 44 45 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 43 def gold @gold end |
#guard ⇒ Object
Returns the value of attribute guard.
30 31 32 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 30 def guard @guard end |
#hp ⇒ Object
Returns the value of attribute hp.
13 14 15 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 13 def hp @hp end |
#hp_a ⇒ Object
Returns the value of attribute hp_a.
14 15 16 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 14 def hp_a @hp_a end |
#item ⇒ Object
Returns the value of attribute item.
31 32 33 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 31 def item @item end |
#level ⇒ Object
Returns the value of attribute level.
11 12 13 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 11 def level @level end |
#level_a ⇒ Object
Returns the value of attribute level_a.
12 13 14 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 12 def level_a @level_a end |
#mp ⇒ Object
Returns the value of attribute mp.
15 16 17 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 15 def mp @mp end |
#mp_a ⇒ Object
Returns the value of attribute mp_a.
16 17 18 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 16 def mp_a @mp_a end |
#new_game ⇒ Object
Returns the value of attribute new_game.
38 39 40 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 38 def new_game @new_game end |
#params ⇒ Object
Returns the value of attribute params.
12 13 14 |
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 12 def params @params end |
#save ⇒ Object
Returns the value of attribute save.
34 35 36 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 34 def save @save end |
#shutdown ⇒ Object
Returns the value of attribute shutdown.
40 41 42 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 40 def shutdown @shutdown end |
#skill ⇒ Object
Returns the value of attribute skill.
29 30 31 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 29 def skill @skill end |
#spi ⇒ Object
Returns the value of attribute spi.
19 20 21 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 19 def spi @spi end |
#status ⇒ Object
Returns the value of attribute status.
33 34 35 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 33 def status @status end |
#to_title ⇒ Object
Returns the value of attribute to_title.
41 42 43 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 41 def to_title @to_title end |
#weapon ⇒ Object
Returns the value of attribute weapon.
21 22 23 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 21 def weapon @weapon end |
#weapon1 ⇒ Object
Returns the value of attribute weapon1.
26 27 28 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 26 def weapon1 @weapon1 end |
#weapon2 ⇒ Object
Returns the value of attribute weapon2.
27 28 29 |
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 27 def weapon2 @weapon2 end |