Compare commits

...

2 Commits

Author SHA1 Message Date
Erebus 43d4634e97 v0.0.4 merge fixes 2020-12-04 21:05:06 +01:00
erebus c103fac27c v0.0.4 (#3)
This is now officially support fan-material
Add Ship sheet
Layout fix for adversaries
Ability to remove skills on adversaries, useful when duplicating a adversary
Option to automatically apply spell cost when rolled
Added Armor compendium
Added Weapons compendium
Skills compendium updated with descriptions
Co-Authored-By: erebus <erebus@rikspolisen.se>
Co-Committed-By: erebus <erebus@rikspolisen.se>
2020-12-04 19:50:46 +00:00
2 changed files with 0 additions and 6 deletions

View File

@ -94,7 +94,6 @@ export class ItemSheetKH extends ItemSheet {
skillList.push(item)
}
}
this.position.width = 450;
this.position.height = 605;
break;

View File

@ -81,11 +81,6 @@
"url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet",
"socket": true,
"manifest": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/raw/branch/master/system.json",
<<<<<<< HEAD
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.4.zip",
"license": "LICENCE.txt"
=======
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.3.zip",
"license": ""
>>>>>>> master
}