17 Commits

Author SHA1 Message Date
43d4634e97 v0.0.4 merge fixes 2020-12-04 21:05:06 +01:00
e631883a44 v0.0.4 fixes 2020-12-04 21:01:28 +01:00
a496eca37f Merge conflict fix 2020-12-04 20:49:58 +01:00
1a24e7facf Added weapons packs, ship sheet 2020-12-04 20:34:13 +01:00
c6cc01bb25 added armor pack, updated skills pack, initial work on ship sheet, minor fixes, added options for spell cost to be drawn on roll 2020-12-04 03:45:09 +01:00
4cb6c390a4 Finishing v0.0.3 2020-12-01 17:20:38 +01:00
ce1e29aefb layout fixes 2020-12-01 09:22:41 +01:00
374cc522f3 layout fixes 2020-12-01 09:21:58 +01:00
836875459c Added support for rolling skill on spells 2020-12-01 09:04:03 +01:00
cbafeede44 Fixed typo 2020-12-01 08:18:19 +01:00
14a77c37b9 Fixed migration 2020-12-01 06:43:25 +01:00
d94636bbe6 Fixed migration, Spell Skill 2020-12-01 06:30:17 +01:00
6f6a1e7e2d Cleaned up the code 2020-12-01 05:42:12 +01:00
54ac488e73 Fixed Hjältarnas Tid skill error, updated layout, fixed buttons not working 2020-12-01 05:11:08 +01:00
6f8200c82a Fixed right click menu for weapons 2020-12-01 04:22:57 +01:00
bec12184da Added roll dialog and exceptional rolls 2020-12-01 04:12:47 +01:00
86192d0a3e Updated skills styling 2020-12-01 02:09:48 +01:00
4 changed files with 1 additions and 20 deletions

View File

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

View File

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

View File

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

View File

@@ -2,13 +2,9 @@
"name": "kopparhavet", "name": "kopparhavet",
"title": "Kopparhavets Hjältar", "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.", "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.4",
=======
"version": "0.0.3",
>>>>>>> master
"minimumCoreVersion": "0.7.5", "minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.7", "compatibleCoreVersion": "0.7.8",
"templateVersion": 4, "templateVersion": 4,
"author": "Erebus", "author": "Erebus",
"scripts": [], "scripts": [],
@@ -85,11 +81,6 @@
"url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet", "url": "https://pi.rikspolisen.se/foundryvtt/kopparhavet",
"socket": true, "socket": true,
"manifest": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/raw/branch/master/system.json", "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", "download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.4.zip",
"license": "LICENCE.txt" "license": "LICENCE.txt"
=======
"download": "https://pi.rikspolisen.se/foundryvtt/kopparhavet/archive/v0.0.3.zip",
"license": ""
>>>>>>> master
} }