better ranged targeting visuals
This commit is contained in:
parent
e22261d012
commit
9427ebd7c1
4 changed files with 44 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue