From d3e18471b664c9146f4255e7c23ea21c9cfa6130 Mon Sep 17 00:00:00 2001 From: Supremist Date: Mon, 27 Oct 2025 19:53:18 +0200 Subject: Add creature stats --- creature_stats/saves.csv | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 creature_stats/saves.csv (limited to 'creature_stats/saves.csv') diff --git a/creature_stats/saves.csv b/creature_stats/saves.csv new file mode 100644 index 0000000..ec41b0f --- /dev/null +++ b/creature_stats/saves.csv @@ -0,0 +1,27 @@ +Level,Extreme,High,Moderate,Low,Terrible +–1,9,8,5,2,0 +0,10,9,6,3,1 +1,11,10,7,4,2 +2,12,11,8,5,3 +3,14,12,9,6,4 +4,15,14,11,8,6 +5,17,15,12,9,7 +6,18,17,14,11,8 +7,20,18,15,12,10 +8,21,19,16,13,11 +9,23,21,18,15,12 +10,24,22,19,16,14 +11,26,24,21,18,15 +12,27,25,22,19,16 +13,29,26,23,20,18 +14,30,28,25,22,19 +15,32,29,26,23,20 +16,33,30,28,25,22 +17,35,32,29,26,23 +18,36,33,30,27,24 +19,38,35,32,29,26 +20,39,36,33,30,27 +21,41,38,35,32,28 +22,43,39,36,33,30 +23,44,40,37,34,31 +24,46,42,38,36,32 \ No newline at end of file -- cgit v1.2.3