Class: RPG::System::Words

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

Instance Attribute Details

#agiObject

Returns the value of attribute agi.



16
17
18
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 16

def agi
  @agi
end

#armor1Object

Returns the value of attribute armor1.



22
23
24
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 22

def armor1
  @armor1
end

#armor2Object

Returns the value of attribute armor2.



23
24
25
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 23

def armor2
  @armor2
end

#armor3Object

Returns the value of attribute armor3.



24
25
26
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 24

def armor3
  @armor3
end

#armor4Object

Returns the value of attribute armor4.



25
26
27
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 25

def armor4
  @armor4
end

#atkObject

Returns the value of attribute atk.



18
19
20
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 18

def atk
  @atk
end

#attackObject

Returns the value of attribute attack.



26
27
28
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 26

def attack
  @attack
end

#dexObject

Returns the value of attribute dex.



15
16
17
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 15

def dex
  @dex
end

#equipObject

Returns the value of attribute equip.



30
31
32
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 30

def equip
  @equip
end

#goldObject

Returns the value of attribute gold.



11
12
13
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 11

def gold
  @gold
end

#guardObject

Returns the value of attribute guard.



28
29
30
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 28

def guard
  @guard
end

#hpObject

Returns the value of attribute hp.



12
13
14
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 12

def hp
  @hp
end

#intObject

Returns the value of attribute int.



17
18
19
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 17

def int
  @int
end

#itemObject

Returns the value of attribute item.



29
30
31
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 29

def item
  @item
end

#mdefObject

Returns the value of attribute mdef.



20
21
22
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 20

def mdef
  @mdef
end

#pdefObject

Returns the value of attribute pdef.



19
20
21
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 19

def pdef
  @pdef
end

#skillObject

Returns the value of attribute skill.



27
28
29
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 27

def skill
  @skill
end

#spObject

Returns the value of attribute sp.



13
14
15
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 13

def sp
  @sp
end

#strObject

Returns the value of attribute str.



14
15
16
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 14

def str
  @str
end

#weaponObject

Returns the value of attribute weapon.



21
22
23
# File 'lib/eidolon/rgss/rpg/system/words.rb', line 21

def weapon
  @weapon
end