Class: RPG::UsableItem

Inherits:
BaseItem show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

技能和物品的超类

Direct Known Subclasses

Item, Skill

Defined Under Namespace

Classes: Damage, Effect

Instance Attribute Summary collapse

Attributes inherited from BaseItem

#description, #features, #icon_index, #id, #name, #note

Instance Attribute Details

#animation_idObject

Returns the value of attribute animation_id.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def animation_id
  @animation_id
end

#damageObject

Returns the value of attribute damage.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def damage
  @damage
end

#effectsObject

Returns the value of attribute effects.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def effects
  @effects
end

#hit_typeObject

Returns the value of attribute hit_type.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def hit_type
  @hit_type
end

#occasionObject

Returns the value of attribute occasion.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def occasion
  @occasion
end

#repeatsObject

Returns the value of attribute repeats.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def repeats
  @repeats
end

#scopeObject

Returns the value of attribute scope.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def scope
  @scope
end

#speedObject

Returns the value of attribute speed.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def speed
  @speed
end

#success_rateObject

Returns the value of attribute success_rate.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def success_rate
  @success_rate
end

#tp_gainObject

Returns the value of attribute tp_gain.



281
282
283
# File 'lib/R3EXS/RGSS3.rb', line 281

def tp_gain
  @tp_gain
end