From 15b7e221b799ef107dec44ecdb294026dfd3d059 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 24 Jun 2026 22:55:35 -0400 Subject: refactor: pulled techs out to yaml files, unified numerous combat functions, broke up game object --- data/techs/fortify.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/techs/fortify.yaml (limited to 'data/techs/fortify.yaml') diff --git a/data/techs/fortify.yaml b/data/techs/fortify.yaml new file mode 100644 index 0000000..79632ab --- /dev/null +++ b/data/techs/fortify.yaml @@ -0,0 +1,9 @@ +id: fortify +name: Fortify +level: 65 +drain_rate: 0.25 +category: combo +group: defense_tier +effects: + defense_percent: 15 + hp_regen_multi: 2.0 -- cgit v1.2.3