Class: RPG::System::Terms

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from RgssDb::JsonableConstructor

json_create, json_new

Methods included from RgssDb::Jsonable

#as_json, #to_json

Constructor Details

#initializeTerms

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

#agiObject

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

#armor1Object

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

#armor2Object

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

#armor3Object

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

#armor4Object

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

#atkObject

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

#attackObject

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

#basicObject

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

#cancelObject

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

#commandsObject

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

#continueObject

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

#defObject

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

#equipObject

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

#escapeObject

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

#etypesObject

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

#fightObject

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_endObject

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

#goldObject

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

#guardObject

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

#hpObject

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_aObject

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

#itemObject

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

#levelObject

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_aObject

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

#mpObject

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_aObject

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_gameObject

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

#paramsObject

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

#saveObject

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

#shutdownObject

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

#skillObject

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

#spiObject

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

#statusObject

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_titleObject

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

#weaponObject

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

#weapon1Object

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

#weapon2Object

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