Class: Studio::CreatureForm::ItemHeld
- Defined in:
- scripts/00800 Studio/00001 Data/00042 CreatureForm.rb
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
160 161 162 |
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 160 def chance @chance end |
#db_symbol ⇒ Symbol (readonly)
db_symbol of the item that should be held
156 157 158 |
# File 'scripts/00800 Studio/00001 Data/00042 CreatureForm.rb', line 156 def db_symbol @db_symbol end |