| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- %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: PotionOfSpeed
- m_EditorClassIdentifier:
- itemName: Potion of speed
- description: A potion to double your speed (Not yet implemented)
- icon: {fileID: 0}
- model3D: {fileID: 0}
- itemType: 2
- rarity: 2
- goldCost: 50
- silverCost: 0
- copperCost: 0
- searchTags:
- - potion
- - speed
- isConsumable: 1
- isStackable: 1
- maxStackSize: 20
- healthRestoreMin: 0
- healthRestoreMax: 0
- healthDiceCount: 0
- healthDiceType: 0
- healthBonus: 0
- manaRestoreMin: 0
- manaRestoreMax: 0
- manaDiceCount: 0
- manaDiceType: 0
- manaBonus: 0
- temporaryStrengthBonus: 0
- temporaryDexterityBonus: 0
- temporaryConstitutionBonus: 10
- temporaryWisdomBonus: 0
- effectDuration: 2
|