Compare commits

...

2 Commits

Author SHA1 Message Date
Erebus a496eca37f Merge conflict fix 2020-12-04 20:49:58 +01:00
erebus 2e389704ea v0.0.3
Finishing v0.0.3

Layout fixes
Added support for rolling skill on spells
Fixed migration
Cleaned up the code
Fixed Hjältarnas Tid skill error, updated layout, fixed buttons not working
Fixed right click menu for weapons
Added roll dialog and exceptional rolls
Updated skills styling
Co-Authored-By: erebus <erebus@rikspolisen.se>
Co-Committed-By: erebus <erebus@rikspolisen.se>
2020-12-01 16:30:39 +00:00
4 changed files with 19 additions and 0 deletions

View File

@ -72,6 +72,7 @@
"MENU.SHOWROLLDIALOG": "Show diceroller dialog",
"ROLL.OPENCLOSE": "Open / Close",
"ROLL.EXCEPTIONAL": "Exceptional",
<<<<<<< HEAD
"SHIP.CARGO": "Cargo capacity",
"SHIP.HULL": "Hull",
@ -81,6 +82,8 @@
"SHIP.CREW": "Crew",
"SHIP.ARMAMENT": "Armament",
"SHIP.RAMMINGDMG": "Ramming damage",
=======
>>>>>>> master
"SKILL.TYPE": "Type",
"SKILL.BASE": "Basic",

View File

@ -94,6 +94,7 @@ export class ItemSheetKH extends ItemSheet {
skillList.push(item)
}
}
<<<<<<< HEAD
this.position.width = 450;
this.position.height = 605;
break;
@ -126,6 +127,8 @@ export class ItemSheetKH extends ItemSheet {
this.position.width = 405;
this.position.height = 570;
break;
=======
>>>>>>> master
default:
this.position.width = 450;
this.position.height = 605;

View File

@ -102,8 +102,12 @@
.items .items-list .item-weapon,
.items .items-list .item-skill,
.items .items-list .item-nor,
<<<<<<< HEAD
.items .items-list .item-defence,
.items .items-list .item-attack {
=======
.items .items-list .item-defence {
>>>>>>> master
line-height: 24px;
padding: 3px 0;
border-bottom: 1px solid #bbb;

View File

@ -2,7 +2,11 @@
"name": "kopparhavet",
"title": "Kopparhavets Hjältar",
"description": "The Molten Sea is a dangerous but exciting place, where pirates, sorcerers and secretive orders of knighthood struggle for power, wealth and ancient lore.",
<<<<<<< HEAD
"version": "0.0.4",
=======
"version": "0.0.3",
>>>>>>> master
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.7",
"templateVersion": 4,
@ -81,6 +85,11 @@
"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
}