Class: RPG::Enemy::DropItem

Inherits:
Object
  • Object
show all
Defined in:
lib/eidolon/rgss2/rpg/enemy/drop_item.rb,
lib/eidolon/rgss3/rpg/enemy/drop_item.rb

Overview

RGSS3

This data structure is specific to RGSS3 (VX Ace).

DropItem

Data class for an item dropped by an enemy at the end of battle.

Instance Attribute Summary collapse

Instance Attribute Details

#armor_idObject

Returns the value of attribute armor_id.



14
15
16
# File 'lib/eidolon/rgss2/rpg/enemy/drop_item.rb', line 14

def armor_id
  @armor_id
end

#data_idObject

Returns the value of attribute data_id.



12
13
14
# File 'lib/eidolon/rgss3/rpg/enemy/drop_item.rb', line 12

def data_id
  @data_id
end

#denominatorObject

Returns the value of attribute denominator.



15
16
17
# File 'lib/eidolon/rgss2/rpg/enemy/drop_item.rb', line 15

def denominator
  @denominator
end

#item_idObject

Returns the value of attribute item_id.



12
13
14
# File 'lib/eidolon/rgss2/rpg/enemy/drop_item.rb', line 12

def item_id
  @item_id
end

#kindObject

Returns the value of attribute kind.



11
12
13
# File 'lib/eidolon/rgss2/rpg/enemy/drop_item.rb', line 11

def kind
  @kind
end

#weapon_idObject

Returns the value of attribute weapon_id.



13
14
15
# File 'lib/eidolon/rgss2/rpg/enemy/drop_item.rb', line 13

def weapon_id
  @weapon_id
end