From 9d4b799db4868bcab291b83599ff088763cd4ed6 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 24 Jun 2026 20:58:25 -0400 Subject: feat: new type of non-violent 'combat': work --- data/items/consumables/stim_potion.yaml | 2 +- data/items/consumables/super_stim.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'data/items/consumables') diff --git a/data/items/consumables/stim_potion.yaml b/data/items/consumables/stim_potion.yaml index 34e7282..4ae10ff 100644 --- a/data/items/consumables/stim_potion.yaml +++ b/data/items/consumables/stim_potion.yaml @@ -17,6 +17,6 @@ id: stim_potion name: stim potion potion_bonus: 10 potion_duration: 200 -potion_effect: attack +potion_effect: accuracy stackable: false value: 30 diff --git a/data/items/consumables/super_stim.yaml b/data/items/consumables/super_stim.yaml index 00f3aa1..f8e4756 100644 --- a/data/items/consumables/super_stim.yaml +++ b/data/items/consumables/super_stim.yaml @@ -17,6 +17,6 @@ id: super_stim name: super stim potion_bonus: 20 potion_duration: 200 -potion_effect: attack +potion_effect: accuracy stackable: false value: 120 -- cgit v1.2.3