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/amplifier_1.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/techs/amplifier_1.yaml (limited to 'data/techs/amplifier_1.yaml') diff --git a/data/techs/amplifier_1.yaml b/data/techs/amplifier_1.yaml new file mode 100644 index 0000000..e782461 --- /dev/null +++ b/data/techs/amplifier_1.yaml @@ -0,0 +1,8 @@ +id: amplifier_1 +name: Power Amplifier +level: 7 +drain_rate: 0.05 +category: strength +group: strength_tier +effects: + strength_percent: 5 -- cgit v1.2.3