Class: RPG::Enemy

Inherits:
Object show all
Defined in:
docs/0_Dependencies.rb

Defined Under Namespace

Classes: Action

Instance Attribute Summary collapse

Instance Attribute Details

#actions

Returns the value of attribute actions.



2253
2254
2255
# File 'docs/0_Dependencies.rb', line 2253

def actions
  @actions
end

#agi

Returns the value of attribute agi.



2245
2246
2247
# File 'docs/0_Dependencies.rb', line 2245

def agi
  @agi
end

#armor_id

Returns the value of attribute armor_id.



2258
2259
2260
# File 'docs/0_Dependencies.rb', line 2258

def armor_id
  @armor_id
end

#atk

Returns the value of attribute atk.



2247
2248
2249
# File 'docs/0_Dependencies.rb', line 2247

def atk
  @atk
end

#battler_hue

Returns the value of attribute battler_hue.



2241
2242
2243
# File 'docs/0_Dependencies.rb', line 2241

def battler_hue
  @battler_hue
end

#battler_name

Returns the value of attribute battler_name.



2240
2241
2242
# File 'docs/0_Dependencies.rb', line 2240

def battler_name
  @battler_name
end

#dex

Returns the value of attribute dex.



2244
2245
2246
# File 'docs/0_Dependencies.rb', line 2244

def dex
  @dex
end

#element_ranks

Returns the value of attribute element_ranks.



2251
2252
2253
# File 'docs/0_Dependencies.rb', line 2251

def element_ranks
  @element_ranks
end

#eva

Returns the value of attribute eva.



2250
2251
2252
# File 'docs/0_Dependencies.rb', line 2250

def eva
  @eva
end

#exp

Returns the value of attribute exp.



2254
2255
2256
# File 'docs/0_Dependencies.rb', line 2254

def exp
  @exp
end

#gold

Returns the value of attribute gold.



2255
2256
2257
# File 'docs/0_Dependencies.rb', line 2255

def gold
  @gold
end

#id

Returns the value of attribute id.



2238
2239
2240
# File 'docs/0_Dependencies.rb', line 2238

def id
  @id
end

#int

Returns the value of attribute int.



2246
2247
2248
# File 'docs/0_Dependencies.rb', line 2246

def int
  @int
end

#item_id

Returns the value of attribute item_id.



2256
2257
2258
# File 'docs/0_Dependencies.rb', line 2256

def item_id
  @item_id
end

#maxhp

Returns the value of attribute maxhp.



2242
2243
2244
# File 'docs/0_Dependencies.rb', line 2242

def maxhp
  @maxhp
end

#mdef

Returns the value of attribute mdef.



2249
2250
2251
# File 'docs/0_Dependencies.rb', line 2249

def mdef
  @mdef
end

#name

Returns the value of attribute name.



2239
2240
2241
# File 'docs/0_Dependencies.rb', line 2239

def name
  @name
end

#pdef

Returns the value of attribute pdef.



2248
2249
2250
# File 'docs/0_Dependencies.rb', line 2248

def pdef
  @pdef
end

#state_ranks

Returns the value of attribute state_ranks.



2252
2253
2254
# File 'docs/0_Dependencies.rb', line 2252

def state_ranks
  @state_ranks
end

#str

Returns the value of attribute str.



2243
2244
2245
# File 'docs/0_Dependencies.rb', line 2243

def str
  @str
end

#treasure_prob

Returns the value of attribute treasure_prob.



2259
2260
2261
# File 'docs/0_Dependencies.rb', line 2259

def treasure_prob
  @treasure_prob
end

#weapon_id

Returns the value of attribute weapon_id.



2257
2258
2259
# File 'docs/0_Dependencies.rb', line 2257

def weapon_id
  @weapon_id
end