diff options
Diffstat (limited to 'data/items/stim_potion.yaml')
| -rw-r--r-- | data/items/stim_potion.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/items/stim_potion.yaml b/data/items/stim_potion.yaml index 19841d0..de51291 100644 --- a/data/items/stim_potion.yaml +++ b/data/items/stim_potion.yaml @@ -1,6 +1,9 @@ id: stim_potion name: "stim potion" color: "196" -description: "A bubbling red potion that temporarily boosts attack capability. [Effect not yet implemented]" +description: "A bubbling red potion that temporarily boosts attack capability." value: 30 stackable: false +potion_effect: "attack" +potion_bonus: 10 +potion_duration: 200 |
