diff options
| author | historia <[not public]> | 2026-06-24 20:58:25 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-24 20:58:25 -0400 |
| commit | 9d4b799db4868bcab291b83599ff088763cd4ed6 (patch) | |
| tree | 252f0fcc779acf35243983d643d6399ee2e0cd0b /data/items/consumables | |
| parent | d25638d98fe63efdeab570ef77e6a6a97f2d7a60 (diff) | |
| download | thehouseoficarus-9d4b799db4868bcab291b83599ff088763cd4ed6.tar.gz | |
feat: new type of non-violent 'combat': work
Diffstat (limited to 'data/items/consumables')
| -rw-r--r-- | data/items/consumables/stim_potion.yaml | 2 | ||||
| -rw-r--r-- | data/items/consumables/super_stim.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
