Scavenge powercard, shares calculator page, handbook points at detailed TOC
This commit is contained in:
parent
7ffbce83c1
commit
7487d3d390
@ -17,7 +17,7 @@
|
||||
|
||||
{% set navigation_bar = [
|
||||
('/', 'index', 'Home', false),
|
||||
('/handbook', 'handbook', 'Handbook', false),
|
||||
('/handbook#detailed-table-of-contents', 'handbook', 'Handbook', false),
|
||||
(player_bar, 'section', 'Player Resources', false),
|
||||
(judge_bar, 'section', 'Judge Resources', false),
|
||||
('https://reddit.com/r/PalismaACKS', 'subreddit', '/r/PalismaACKS', true),
|
||||
|
@ -51,7 +51,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="uk-width-1-3">
|
||||
<h4>Henchmen GP Shares</h4>
|
||||
<h4>Henchmen XP Shares</h4>
|
||||
<table id="hench_shares" class="uk-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
32
roll20/macros/scavengcard.macro
Normal file
32
roll20/macros/scavengcard.macro
Normal file
@ -0,0 +1,32 @@
|
||||
!scriptcard {{
|
||||
--#title|Scavenge Gear
|
||||
|
||||
--:Initialize Roll Vars|
|
||||
--&EqType|?{Equipment Type?|Bladed Weapon,Scavenge-Blade|Blunt Weapon,Scavenge-Blunt|Armour and Equipment,Scavenge-Other}
|
||||
--=Quantity|?{Quantity?|1}
|
||||
--=Roll|
|
||||
--=RollCount|0
|
||||
|
||||
--?[&EqType] -eq Scavenge-Blade|>Blade;[$Quantity]
|
||||
--?[&EqType] -eq Scavenge-Blunt|>Blunt;[$Quantity]
|
||||
--?[&EqType] -eq Scavenge-Other|>Other;[$Quantity]
|
||||
|
||||
--:Loop|
|
||||
--=RollCount|[$RollCount] + 1
|
||||
-->RollTable|
|
||||
--+[$RollCount]|[$Roll.tableEntryText]
|
||||
--?[$RollCount] -lt [$Quantity]|Loop
|
||||
|
||||
--X| End macro
|
||||
|
||||
--:Blade| --+Bladed Weapon(s)|Rolling [%1%] times --<|
|
||||
--:Blunt| --+Blunt Weapon(s)|Rolling [%1%] times --<|
|
||||
--:Other| --+Armour/Other|Rolling [%1%] times --<|
|
||||
|
||||
--:FUNCTIONS|
|
||||
|
||||
--:RollTable|
|
||||
--=Roll|[T#[&EqType]]
|
||||
--<|
|
||||
|
||||
}}
|
Loading…
x
Reference in New Issue
Block a user