Class: RPG::System::Terms

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

Instance Attribute Details

#agiObject

Returns the value of attribute agi.



20
21
22
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 20

def agi
  @agi
end

#armor1Object

Returns the value of attribute armor1.



22
23
24
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 22

def armor1
  @armor1
end

#armor2Object

Returns the value of attribute armor2.



23
24
25
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 23

def armor2
  @armor2
end

#armor3Object

Returns the value of attribute armor3.



24
25
26
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 24

def armor3
  @armor3
end

#armor4Object

Returns the value of attribute armor4.



25
26
27
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 25

def armor4
  @armor4
end

#atkObject

Returns the value of attribute atk.



17
18
19
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 17

def atk
  @atk
end

#attackObject

Returns the value of attribute attack.



28
29
30
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 28

def attack
  @attack
end

#basicObject

Returns the value of attribute basic.



11
12
13
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 11

def basic
  @basic
end

#cancelObject

Returns the value of attribute cancel.



42
43
44
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 42

def cancel
  @cancel
end

#commandsObject

Returns the value of attribute commands.



14
15
16
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 14

def commands
  @commands
end

#continueObject

Returns the value of attribute continue.



39
40
41
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 39

def continue
  @continue
end

#defObject

Returns the value of attribute def.



18
19
20
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 18

def def
  @def
end

#equipObject

Returns the value of attribute equip.



32
33
34
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 32

def equip
  @equip
end

#escapeObject

Returns the value of attribute escape.



37
38
39
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 37

def escape
  @escape
end

#etypesObject

Returns the value of attribute etypes.



13
14
15
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 13

def etypes
  @etypes
end

#fightObject

Returns the value of attribute fight.



36
37
38
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 36

def fight
  @fight
end

#game_endObject

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

#goldObject

Returns the value of attribute gold.



43
44
45
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 43

def gold
  @gold
end

#guardObject

Returns the value of attribute guard.



30
31
32
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 30

def guard
  @guard
end

#hpObject

Returns the value of attribute hp.



13
14
15
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 13

def hp
  @hp
end

#hp_aObject

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

#itemObject

Returns the value of attribute item.



31
32
33
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 31

def item
  @item
end

#levelObject

Returns the value of attribute level.



11
12
13
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 11

def level
  @level
end

#level_aObject

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

#mpObject

Returns the value of attribute mp.



15
16
17
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 15

def mp
  @mp
end

#mp_aObject

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_gameObject

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

#paramsObject

Returns the value of attribute params.



12
13
14
# File 'lib/eidolon/rgss3/rpg/system/terms.rb', line 12

def params
  @params
end

#saveObject

Returns the value of attribute save.



34
35
36
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 34

def save
  @save
end

#shutdownObject

Returns the value of attribute shutdown.



40
41
42
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 40

def shutdown
  @shutdown
end

#skillObject

Returns the value of attribute skill.



29
30
31
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 29

def skill
  @skill
end

#spiObject

Returns the value of attribute spi.



19
20
21
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 19

def spi
  @spi
end

#statusObject

Returns the value of attribute status.



33
34
35
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 33

def status
  @status
end

#to_titleObject

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

#weaponObject

Returns the value of attribute weapon.



21
22
23
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 21

def weapon
  @weapon
end

#weapon1Object

Returns the value of attribute weapon1.



26
27
28
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 26

def weapon1
  @weapon1
end

#weapon2Object

Returns the value of attribute weapon2.



27
28
29
# File 'lib/eidolon/rgss2/rpg/system/terms.rb', line 27

def weapon2
  @weapon2
end