You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
847 B

  1. !scriptcard {{
  2. --#title|Scavenge Gear
  3. --:Initialize Roll Vars|
  4. --&EqType|?{Equipment Type?|Bladed Weapon,Scavenge-Blade|Blunt Weapon,Scavenge-Blunt|Armour and Equipment,Scavenge-Other}
  5. --=Quantity|?{Quantity?|1}
  6. --=Roll|
  7. --=RollCount|0
  8. --?[&EqType] -eq Scavenge-Blade|>Blade;[$Quantity]
  9. --?[&EqType] -eq Scavenge-Blunt|>Blunt;[$Quantity]
  10. --?[&EqType] -eq Scavenge-Other|>Other;[$Quantity]
  11. --:Loop|
  12. --=RollCount|[$RollCount] + 1
  13. -->RollTable|
  14. --+[$RollCount]|[$Roll.tableEntryText]
  15. --?[$RollCount] -lt [$Quantity]|Loop
  16. --X| End macro
  17. --:Blade| --+Bladed Weapon(s)|Rolling [%1%] times --<|
  18. --:Blunt| --+Blunt Weapon(s)|Rolling [%1%] times --<|
  19. --:Other| --+Armour/Other|Rolling [%1%] times --<|
  20. --:FUNCTIONS|
  21. --:RollTable|
  22. --=Roll|[T#[&EqType]]
  23. --<|
  24. }}