diff --git a/less/character-sheet.less b/less/character-sheet.less index 8fc34e8..f9602bc 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -440,4 +440,28 @@ .statHex { margin-top: 0px; } + + select { + background-color: #30da0c; + color: black; + border: black; + + box-shadow: 0 0 20px #003300 inset; + -webkit-box-shadow: 0 0 20px #003300 inset; + -moz-box-shadow: 0 0 20px #003300 inset; + -o-box-shadow: 0 0 20px #003300 inset; + + border-radius: 10px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + -o-border-radius: 10px; + + padding: 5px; + margin: 15px 10px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; + text-align: center; + } } diff --git a/pokemon.css b/pokemon.css index 3281d7a..f2494f7 100644 --- a/pokemon.css +++ b/pokemon.css @@ -370,3 +370,23 @@ .pokemon.sheet.characterSheet .statHex { margin-top: 0px; } +.pokemon.sheet.characterSheet select { + background-color: #30da0c; + color: black; + border: black; + box-shadow: 0 0 20px #003300 inset; + -webkit-box-shadow: 0 0 20px #003300 inset; + -moz-box-shadow: 0 0 20px #003300 inset; + -o-box-shadow: 0 0 20px #003300 inset; + border-radius: 10px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + -o-border-radius: 10px; + padding: 5px; + margin: 15px 10px; + display: flex; + flex-direction: column; + justify-content: space-evenly; + align-items: center; + text-align: center; +} diff --git a/system.json b/system.json index 4533b91..0194b1b 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.39", + "version": "0.0.40", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 71d617b..4f95515 100644 Binary files a/system.zip and b/system.zip differ diff --git a/template.json b/template.json index e5c8eb1..816b2a1 100644 --- a/template.json +++ b/template.json @@ -21,7 +21,7 @@ "hp": 0 }, "attackCategory": "Physical", - "defenseCategory": "Special", + "defenseCategory": "Physical", "speed": 0, "hp": { "max": 0, diff --git a/templates/partials/character-sheet-character.hbs b/templates/partials/character-sheet-character.hbs index 650e65b..59d95e1 100644 --- a/templates/partials/character-sheet-character.hbs +++ b/templates/partials/character-sheet-character.hbs @@ -2,20 +2,32 @@
Attack
- +
+ +
+
+ +
+ {{!-- --}}
Defense