| 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: ManaPotion
- m_EditorClassIdentifier:
- itemName: Mana Potion
- description: A blue liquid that restores magical energy.
- icon: {fileID: 0}
- model3D: {fileID: 0}
- itemType: 3
- rarity: 0
- goldCost: 4
- silverCost: 0
- copperCost: 0
- searchTags:
- - potion
- - mana
- - magic
- - consumable
- - blue
- isConsumable: 1
- isStackable: 1
- maxStackSize: 10
- healthRestoreMin: 0
- healthRestoreMax: 0
- healthDiceCount: 0
- healthDiceType: 6
- healthBonus: 0
- manaRestoreMin: 0
- manaRestoreMax: 0
- manaDiceCount: 1
- manaDiceType: 4
- manaBonus: 0
- temporaryStrengthBonus: 0
- temporaryDexterityBonus: 0
- temporaryConstitutionBonus: 0
- temporaryWisdomBonus: 0
- effectDuration: 0
|