| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- %YAML 1.1
- %TAG !u! tag:unity3d.com,2011:
- --- !u!114 &11400000
- MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 43b6eb6d169fa44439fbdc878d83e78b, type: 3}
- m_Name: HealthPotion
- m_EditorClassIdentifier:
- itemName: Health Potion
- description: A red liquid that restores vitality when consumed.
- icon: {fileID: 0}
- model3D: {fileID: 0}
- itemType: 3
- rarity: 0
- goldCost: 3
- silverCost: 0
- copperCost: 0
- searchTags:
- - potion
- - health
- - healing
- - consumable
- - red
- isConsumable: 1
- isStackable: 1
- maxStackSize: 10
- healthRestoreMin: 0
- healthRestoreMax: 0
- healthDiceCount: 1
- healthDiceType: 6
- healthBonus: 1
- manaRestoreMin: 0
- manaRestoreMax: 0
- manaDiceCount: 0
- manaDiceType: 4
- manaBonus: 0
- temporaryStrengthBonus: 0
- temporaryDexterityBonus: 0
- temporaryConstitutionBonus: 0
- temporaryWisdomBonus: 0
- effectDuration: 0
|