mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
SWD6 v2.15: ship weapons bugfix (#5777)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### Version 2.15 (2020-01-07):
|
||||
|
||||
- Fix the Ship's weapons
|
||||
|
||||
### Version 2.14 (2019-10-08):
|
||||
|
||||
- Adjust rolltemplates so title-text is centered, and bold
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
.charsheet .sheet-version::after {
|
||||
content: '2.14';
|
||||
content: '2.15';
|
||||
}
|
||||
|
||||
.charsheet label, h1, h2, h3{
|
||||
|
||||
@@ -726,7 +726,7 @@
|
||||
|
||||
<div class="section ship">
|
||||
<label>Ship Weapons</label>
|
||||
<fieldset class="repeating_ship_weapon">
|
||||
<fieldset class="repeating_shipweapon">
|
||||
<label class="bold">Weapon Name<input type="text" name="attr_weapon_name"></label>
|
||||
<span>Scale:<input type="text" name="attr_weapon_scale" value="" class="smallnumber"></span>
|
||||
<span>Fire Arc:<input type="text" name="attr_weapon_arc" value="" ></span>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"authors": "Timothy O'Driscoll, Andreas J.",
|
||||
"roll20userid": "555352, 1223200",
|
||||
"preview": "d6starwarspreview.png",
|
||||
"instructions": "\n This sheet is for Star Wars: The Roleplaying Game by West End Games(WEG) that uses the d6 pool system(**Sheet Version 2.14**).\n* Can be used for 1E, 2E, 2E R&E and REUP games, Wild Die can be disabled if wanted \n* NPC sheet available \n* Customization options include: hiding some sections, show/hide GM rolls, and disable/enable rolls to ask for modifiers before rolling \n* For more info, check out the sheet's [wiki page](https://wiki.roll20.net/Star_Wars_WEG_D6_character_sheet) \n\n Issues, Ideas & Questions can be sent to the [active editor](https://app.roll20.net/users/1223200)",
|
||||
"instructions": "\n This sheet is for Star Wars: The Roleplaying Game by West End Games(WEG) that uses the d6 pool system(**Sheet Version 2.15**).\n* Can be used for 1E, 2E, 2E R&E and REUP games, Wild Die can be disabled if wanted \n* NPC sheet available \n* Customization options include: hiding some sections, show/hide GM rolls, and disable/enable rolls to ask for modifiers before rolling \n* For more info, check out the sheet's [wiki page](https://wiki.roll20.net/Star_Wars_WEG_D6_character_sheet) \n\n Issues, Ideas & Questions can be sent to the [active editor](https://app.roll20.net/users/1223200)",
|
||||
"useroptions": [
|
||||
{
|
||||
"attribute": "sheettype",
|
||||
|
||||
Reference in New Issue
Block a user