diff --git a/less/character-sheet.less b/less/character-sheet.less index 5cac81e..8fc34e8 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -329,6 +329,7 @@ background-color: #5e0000; border: none; padding: 0px 10px; + border-bottom-right-radius: 20px; } .horLine { @@ -426,6 +427,7 @@ position: absolute; z-index: 100; margin-top: 25px; + margin-left: 50px; } .categorySelectBox { diff --git a/pokemon.css b/pokemon.css index e93a591..3281d7a 100644 --- a/pokemon.css +++ b/pokemon.css @@ -273,6 +273,7 @@ background-color: #5e0000; border: none; padding: 0px 10px; + border-bottom-right-radius: 20px; } .pokemon.sheet.characterSheet .horLine { width: 400px; @@ -358,6 +359,7 @@ position: absolute; z-index: 100; margin-top: 25px; + margin-left: 50px; } .pokemon.sheet.characterSheet .categorySelectBox { display: flex; diff --git a/system.json b/system.json index b66413e..4533b91 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.38", + "version": "0.0.39", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 8f83c59..71d617b 100644 Binary files a/system.zip and b/system.zip differ diff --git a/template.json b/template.json index 1373e44..e5c8eb1 100644 --- a/template.json +++ b/template.json @@ -20,8 +20,8 @@ "speed": 0, "hp": 0 }, - "attackCategory": 0, - "defenseCategory": 0, + "attackCategory": "Physical", + "defenseCategory": "Special", "speed": 0, "hp": { "max": 0, diff --git a/templates/partials/character-sheet-character.hbs b/templates/partials/character-sheet-character.hbs index a804923..650e65b 100644 --- a/templates/partials/character-sheet-character.hbs +++ b/templates/partials/character-sheet-character.hbs @@ -3,8 +3,9 @@