Class: RPG::System::Terms
- Inherits:
-
Object
- Object
- RPG::System::Terms
- Extended by:
- RgssDb::JsonableConstructor
- Includes:
- RgssDb::Jsonable
- Defined in:
- lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb,
lib/rgss_db/model/rpg_maker_data/vx_ace/rpg/system_terms.rb
Overview
The 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 Method Summary collapse
-
#initialize ⇒ Terms
constructor
A new instance of Terms.
Methods included from RgssDb::JsonableConstructor
Methods included from RgssDb::Jsonable
Constructor Details
#initialize ⇒ Terms
Returns a new instance of Terms.
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 12 def initialize @level = "" @level_a = "" @hp = "" @hp_a = "" @mp = "" @mp_a = "" @atk = "" @def = "" @spi = "" @agi = "" @weapon = "" @armor1 = "" @armor2 = "" @armor3 = "" @armor4 = "" @weapon1 = "" @weapon2 = "" @attack = "" @skill = "" @guard = "" @item = "" @equip = "" @status = "" @save = "" @game_end = "" @fight = "" @escape = "" @new_game = "" @continue = "" @shutdown = "" @to_title = "" @cancel = "" @gold = "" end |
Instance Attribute Details
#agi ⇒ Object
Returns the value of attribute agi.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def agi @agi end |
#armor1 ⇒ Object
Returns the value of attribute armor1.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def armor1 @armor1 end |
#armor2 ⇒ Object
Returns the value of attribute armor2.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def armor2 @armor2 end |
#armor3 ⇒ Object
Returns the value of attribute armor3.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def armor3 @armor3 end |
#armor4 ⇒ Object
Returns the value of attribute armor4.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def armor4 @armor4 end |
#atk ⇒ Object
Returns the value of attribute atk.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def atk @atk end |
#attack ⇒ Object
Returns the value of attribute attack.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def attack @attack end |
#basic ⇒ Object
Returns the value of attribute basic.
22 23 24 |
# File 'lib/rgss_db/model/rpg_maker_data/vx_ace/rpg/system_terms.rb', line 22 def basic @basic end |
#cancel ⇒ Object
Returns the value of attribute cancel.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def cancel @cancel end |
#commands ⇒ Object
Returns the value of attribute commands.
22 23 24 |
# File 'lib/rgss_db/model/rpg_maker_data/vx_ace/rpg/system_terms.rb', line 22 def commands @commands end |
#continue ⇒ Object
Returns the value of attribute continue.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def continue @continue end |
#def ⇒ Object
Returns the value of attribute def.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def def @def end |
#equip ⇒ Object
Returns the value of attribute equip.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def equip @equip end |
#escape ⇒ Object
Returns the value of attribute escape.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def escape @escape end |
#etypes ⇒ Object
Returns the value of attribute etypes.
22 23 24 |
# File 'lib/rgss_db/model/rpg_maker_data/vx_ace/rpg/system_terms.rb', line 22 def etypes @etypes end |
#fight ⇒ Object
Returns the value of attribute fight.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def fight @fight end |
#game_end ⇒ Object
Returns the value of attribute game_end.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def game_end @game_end end |
#gold ⇒ Object
Returns the value of attribute gold.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def gold @gold end |
#guard ⇒ Object
Returns the value of attribute guard.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def guard @guard end |
#hp ⇒ Object
Returns the value of attribute hp.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def hp @hp end |
#hp_a ⇒ Object
Returns the value of attribute hp_a.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def hp_a @hp_a end |
#item ⇒ Object
Returns the value of attribute item.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def item @item end |
#level ⇒ Object
Returns the value of attribute level.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def level @level end |
#level_a ⇒ Object
Returns the value of attribute level_a.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def level_a @level_a end |
#mp ⇒ Object
Returns the value of attribute mp.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def mp @mp end |
#mp_a ⇒ Object
Returns the value of attribute mp_a.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def mp_a @mp_a end |
#new_game ⇒ Object
Returns the value of attribute new_game.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def new_game @new_game end |
#params ⇒ Object
Returns the value of attribute params.
22 23 24 |
# File 'lib/rgss_db/model/rpg_maker_data/vx_ace/rpg/system_terms.rb', line 22 def params @params end |
#save ⇒ Object
Returns the value of attribute save.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def save @save end |
#shutdown ⇒ Object
Returns the value of attribute shutdown.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def shutdown @shutdown end |
#skill ⇒ Object
Returns the value of attribute skill.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def skill @skill end |
#spi ⇒ Object
Returns the value of attribute spi.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def spi @spi end |
#status ⇒ Object
Returns the value of attribute status.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def status @status end |
#to_title ⇒ Object
Returns the value of attribute to_title.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def to_title @to_title end |
#weapon ⇒ Object
Returns the value of attribute weapon.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def weapon @weapon end |
#weapon1 ⇒ Object
Returns the value of attribute weapon1.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def weapon1 @weapon1 end |
#weapon2 ⇒ Object
Returns the value of attribute weapon2.
48 49 50 |
# File 'lib/rgss_db/model/rpg_maker_data/vx/rpg/system_terms.rb', line 48 def weapon2 @weapon2 end |