Class: Studio::CreatureForm::ItemHeld
Overview
Item held by the creature when generated
Instance Attribute Summary collapse
-
#chance ⇒ Integer
readonly
Chance that the creature is holding this item.
-
#db_symbol ⇒ Symbol
readonly
db_symbol of the item that should be held.
Instance Attribute Details
#chance ⇒ Integer (readonly)
Chance that the creature is holding this item
722 723 724 |
# File 'docs/3_Studio.rb', line 722 def chance @chance end |
#db_symbol ⇒ Symbol (readonly)
db_symbol of the item that should be held
719 720 721 |
# File 'docs/3_Studio.rb', line 719 def db_symbol @db_symbol end |