Class: Studio::CreatureForm::ItemHeld

Inherits:
Object
  • Object
show all
Defined in:
scripts/00800 Studio/00001 Data/00042 CreatureForm.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chanceInteger (readonly)

Chance that the creature is holding this item

Returns:



160
161
162
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 160

def chance
  @chance
end

#db_symbolSymbol (readonly)

db_symbol of the item that should be held

Returns:

  • (Symbol)


156
157
158
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 156

def db_symbol
  @db_symbol
end