better ranged targeting visuals

This commit is contained in:
Llywelwyn 2023-08-30 05:40:45 +01:00
parent e22261d012
commit 9427ebd7c1
4 changed files with 44 additions and 5 deletions

View file

@ -44,6 +44,6 @@ pub const WIZARD_STARTING_FOOD: &str = "1d2+1";
pub const WIZARD_STARTING_WEAPON: &str = "equip_dagger";
pub const WIZARD_STARTING_ARMOUR: &str = "equip_back_protection";
pub const WIZARD_MAX_SCROLL_LVL: i32 = 3;
pub const WIZARD_SCROLL_AMOUNT: &str = "1d3";
pub const WIZARD_POTION_AMOUNT: &str = "1d3-1";
pub const WIZARD_SCROLL_AMOUNT: &str = "1d3+1";
pub const WIZARD_POTION_AMOUNT: &str = "1d3";
pub const VILLAGER_STARTING_FOOD: &str = "1d3+2";