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/protect_ranged.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/techs/protect_ranged.yaml (limited to 'data/techs/protect_ranged.yaml') diff --git a/data/techs/protect_ranged.yaml b/data/techs/protect_ranged.yaml new file mode 100644 index 0000000..40e6fdc --- /dev/null +++ b/data/techs/protect_ranged.yaml @@ -0,0 +1,9 @@ +id: protect_ranged +name: Projectile Screen +level: 40 +drain_rate: 0.20 +category: protection +group: protection +effects: + protect_ranged: true + damage_reduction: 0.4 -- cgit v1.2.3