From 3a58125d14bb307f861b38c6c5b0a63babde7e08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 13:28:06 -0400 Subject: feat: all skills kind of implemented, random prototype content added --- data/items/stim_potion.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/items/stim_potion.yaml') 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 -- cgit v1.2.3