mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Merge pull request #15201 from jofelicio/dragonbane
Dragonbane - Bug fix - small adjustment on spell cost calc
This commit is contained in:
@@ -4512,8 +4512,7 @@ const calcCost = function({trigger,attributes,sections,casc}){
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
const rank = parseInt(attributes[`${row}_rank`]) || 1;
|
return 2;
|
||||||
return rank * 2;
|
|
||||||
};
|
};
|
||||||
k.registerFuncs({calcCost});/**
|
k.registerFuncs({calcCost});/**
|
||||||
* Calculates the size of the deck remaining
|
* Calculates the size of the deck remaining
|
||||||
|
|||||||
Reference in New Issue
Block a user