From 934581772d5fb0568d04aa77bb2481cdbee077a9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 13 Jun 2026 20:20:02 -0400 Subject: [PATCH] Fix bestiary BP tier none option and BP11 EXP display --- site/bestiary-tables.js | 2 +- site/bestiary.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/site/bestiary-tables.js b/site/bestiary-tables.js index 036f93f..48ab514 100644 --- a/site/bestiary-tables.js +++ b/site/bestiary-tables.js @@ -27,7 +27,7 @@ 8: { hp: 2.00, atp: 1.08, exp: 2.00 }, 9: { hp: 2.50, atp: 1.09, exp: 2.50 }, 10: { hp: 3.00, atp: 1.10, exp: 3.00 }, - 11: { hp: 4.00, atp: 1.10, exp: null }, + 11: { hp: 4.00, atp: 1.10, exp: 3.00 }, }; const COLUMN_GROUPS = { diff --git a/site/bestiary.html b/site/bestiary.html index 9ee85a4..c29ce03 100644 --- a/site/bestiary.html +++ b/site/bestiary.html @@ -71,7 +71,8 @@