v0.0.4 fixes
parent
a496eca37f
commit
e631883a44
|
@ -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",
|
||||||
|
|
|
@ -94,7 +94,7 @@ 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 +127,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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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": [],
|
||||||
|
|
Loading…
Reference in New Issue