Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxa committed Apr 25, 2020
2 parents 9f1e40b + 818c5a7 commit 93a7210
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# StarWarsFFG

This is an implementation of the [Fantasy Flight Games Star Wars](https://www.fantasyflightgames.com/en/starwarsrpg/) roleplaying system by in [Foundry Virtual Tabletop](https://foundryvtt.com/).




7 changes: 4 additions & 3 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "starwarsffg",
"title": "Star Wars FFG",
"description": "A system for playing Star Wars FFG games.",
"version": 0.00,
"version": 0.01,
"minimumCoreVersion": "0.5.5",
"compatibleCoreVersion": "0.5.5",
"templateVersion": 2,
"templateVersion": 1,
"author": "Jaxxa",
"esmodules": ["module/dice-pool-ffg.js", "module/simple.js"],
"styles": ["styles/simple.css"],
Expand All @@ -17,5 +17,6 @@
"secondaryTokenAttribute": "strain",
"url": "https://github.com/jaxxa/StarWarsFFG/",
"manifest": "https://raw.githubusercontent.com/jaxxa/StarWarsFFG/0.00/system.json",
"download": "https://github.com/jaxxa/StarWarsFFG/releases/download/0.00/starwarsffg-release-000.zip"
"download": "https://github.com/jaxxa/StarWarsFFG/releases/download/0.00/starwarsffg-release-000.zip",
"license": "LICENSE.txt"
}
4 changes: 2 additions & 2 deletions templates/ffg-actor-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ <h1>Wounds</h1>
<h1>Strain</h1>
<div class="content">
<div class="left">
<input type="text" name="data.strain.max" value="{{data.strain.max}}"
<input type="text" name="data.stats.strain.max" value="{{data.stats.strain.max}}"
data-dtype="Number" />
<label>Threshold</label>
</div>
<div class="divider"></div>
<div class="right">
<input type="text" name="data.strain.value" value="{{data.strain.value}}"
<input type="text" name="data.stats.strain.value" value="{{data.stats.strain.value}}"
data-dtype="Number" />
<label>Current</label>
</div>
Expand Down

0 comments on commit 93a7210

Please sign in to comment.