mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update beacon.html
This commit is contained in:
@@ -1451,9 +1451,8 @@
|
||||
function conf_mod_base_stats(){
|
||||
setAttrs({ hp_max: (base_hp_max + finalHPMod).toString()});
|
||||
setAttrs({ dodge_max: (base_dodge_max+ finaldodgeMod).toString()});
|
||||
setAttrs({ mana_max: base_mana_max + finalmanaMod});
|
||||
setAttrs({hp_max: base_hp_max + finalHPMod});
|
||||
setAttrs({save_max: base_save_max + finalsaveMod});
|
||||
setAttrs({ mana_max: (base_mana_max + finalmanaMod}).toString());
|
||||
setAttrs({save_max: (base_save_max + finalsaveMod).toString()});
|
||||
}
|
||||
|
||||
on("sheet:opened change:repeating_support:supportmods change:repeating_powers:powermods change:anc_trait_mods remove:repeating_support remove:repeating_powers", function(v) {
|
||||
|
||||
Reference in New Issue
Block a user