From e0911bc676e92ce15b7096b2e85f8b3965a48823 Mon Sep 17 00:00:00 2001 From: Supremist Date: Tue, 28 Oct 2025 23:33:29 +0200 Subject: Add more creature stats and parsing for them --- creature_stats/resistances.csv | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 creature_stats/resistances.csv (limited to 'creature_stats/resistances.csv') diff --git a/creature_stats/resistances.csv b/creature_stats/resistances.csv new file mode 100644 index 0000000..a0ded9f --- /dev/null +++ b/creature_stats/resistances.csv @@ -0,0 +1,27 @@ +Level,Maximum,Minimum +-1,1,1 +0,3,1 +1,3,2 +2,5,2 +3,6,3 +4,7,4 +5,8,4 +6,9,5 +7,10,5 +8,11,6 +9,12,6 +10,13,7 +11,14,7 +12,15,8 +13,16,8 +14,17,9 +15,18,9 +16,19,9 +17,19,10 +18,20,10 +19,21,11 +20,22,11 +21,23,12 +22,24,12 +23,25,13 +24,26,13 \ No newline at end of file -- cgit v1.2.3