Class: RPG::Enemy
- Defined in:
- scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb
Defined Under Namespace
Classes: Action
Instance Attribute Summary collapse
-
#actions
Returns the value of attribute actions.
-
#agi
Returns the value of attribute agi.
-
#armor_id
Returns the value of attribute armor_id.
-
#atk
Returns the value of attribute atk.
-
#battler_hue
Returns the value of attribute battler_hue.
-
#battler_name
Returns the value of attribute battler_name.
-
#dex
Returns the value of attribute dex.
-
#element_ranks
Returns the value of attribute element_ranks.
-
#eva
Returns the value of attribute eva.
-
#exp
Returns the value of attribute exp.
-
#gold
Returns the value of attribute gold.
-
#id
Returns the value of attribute id.
-
#int
Returns the value of attribute int.
-
#item_id
Returns the value of attribute item_id.
-
#maxhp
Returns the value of attribute maxhp.
-
#mdef
Returns the value of attribute mdef.
-
#name
Returns the value of attribute name.
-
#pdef
Returns the value of attribute pdef.
-
#state_ranks
Returns the value of attribute state_ranks.
-
#str
Returns the value of attribute str.
-
#treasure_prob
Returns the value of attribute treasure_prob.
-
#weapon_id
Returns the value of attribute weapon_id.
Instance Attribute Details
#actions
Returns the value of attribute actions.
61 62 63 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 61 def actions @actions end |
#agi
Returns the value of attribute agi.
53 54 55 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 53 def agi @agi end |
#armor_id
Returns the value of attribute armor_id.
66 67 68 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 66 def armor_id @armor_id end |
#atk
Returns the value of attribute atk.
55 56 57 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 55 def atk @atk end |
#battler_hue
Returns the value of attribute battler_hue.
49 50 51 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 49 def battler_hue @battler_hue end |
#battler_name
Returns the value of attribute battler_name.
48 49 50 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 48 def battler_name @battler_name end |
#dex
Returns the value of attribute dex.
52 53 54 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 52 def dex @dex end |
#element_ranks
Returns the value of attribute element_ranks.
59 60 61 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 59 def element_ranks @element_ranks end |
#eva
Returns the value of attribute eva.
58 59 60 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 58 def eva @eva end |
#exp
Returns the value of attribute exp.
62 63 64 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 62 def exp @exp end |
#gold
Returns the value of attribute gold.
63 64 65 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 63 def gold @gold end |
#id
Returns the value of attribute id.
46 47 48 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 46 def id @id end |
#int
Returns the value of attribute int.
54 55 56 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 54 def int @int end |
#item_id
Returns the value of attribute item_id.
64 65 66 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 64 def item_id @item_id end |
#maxhp
Returns the value of attribute maxhp.
50 51 52 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 50 def maxhp @maxhp end |
#mdef
Returns the value of attribute mdef.
57 58 59 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 57 def mdef @mdef end |
#name
Returns the value of attribute name.
47 48 49 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 47 def name @name end |
#pdef
Returns the value of attribute pdef.
56 57 58 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 56 def pdef @pdef end |
#state_ranks
Returns the value of attribute state_ranks.
60 61 62 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 60 def state_ranks @state_ranks end |
#str
Returns the value of attribute str.
51 52 53 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 51 def str @str end |
#treasure_prob
Returns the value of attribute treasure_prob.
67 68 69 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 67 def treasure_prob @treasure_prob end |
#weapon_id
Returns the value of attribute weapon_id.
65 66 67 |
# File 'scripts/00000 Dependencies/00001 LiteRGSS2/99999 RMXP_DATA.rb', line 65 def weapon_id @weapon_id end |