diff --git a/less/character-sheet.less b/less/character-sheet.less index 0cd001b..b290e20 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -571,4 +571,64 @@ .water { background-color: #6390f0; } + + .electric { + background-color: #F7D02C; + } + + .grass { + background-color: #7AC74C; + } + + .ice { + background-color: #96D9D6; + } + + .fighting { + background-color: #C22E28; + } + + .poison { + background-color: #A33EA1; + } + + .ground { + background-color: #E2BF65; + } + + .flying { + background-color: #A98FF3; + } + + .psychic { + background-color: #F95587; + } + + .bug { + background-color: #A6B91A; + } + + .rock { + background-color: #B6A136; + } + + .ghost { + background-color: #735797; + } + + .dragon { + background-color: #6F35FC; + } + + .dark { + background-color: #705746; + } + + .steel { + background-color: #B7B7CE; + } + + .fairy { + background-color: #D685AD; + } } diff --git a/pokemon.css b/pokemon.css index e4b9a81..9d2cf0f 100644 --- a/pokemon.css +++ b/pokemon.css @@ -483,3 +483,48 @@ .pokemon.sheet.characterSheet .water { background-color: #6390f0; } +.pokemon.sheet.characterSheet .electric { + background-color: #F7D02C; +} +.pokemon.sheet.characterSheet .grass { + background-color: #7AC74C; +} +.pokemon.sheet.characterSheet .ice { + background-color: #96D9D6; +} +.pokemon.sheet.characterSheet .fighting { + background-color: #C22E28; +} +.pokemon.sheet.characterSheet .poison { + background-color: #A33EA1; +} +.pokemon.sheet.characterSheet .ground { + background-color: #E2BF65; +} +.pokemon.sheet.characterSheet .flying { + background-color: #A98FF3; +} +.pokemon.sheet.characterSheet .psychic { + background-color: #F95587; +} +.pokemon.sheet.characterSheet .bug { + background-color: #A6B91A; +} +.pokemon.sheet.characterSheet .rock { + background-color: #B6A136; +} +.pokemon.sheet.characterSheet .ghost { + background-color: #735797; +} +.pokemon.sheet.characterSheet .dragon { + background-color: #6F35FC; +} +.pokemon.sheet.characterSheet .dark { + background-color: #705746; +} +.pokemon.sheet.characterSheet .steel { + background-color: #B7B7CE; +} +.pokemon.sheet.characterSheet .fairy { + background-color: #D685AD; +} diff --git a/system.json b/system.json index eacda75..395505d 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.1.2", + "version": "0.1.3", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index c6e2132..c40b45d 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/header.hbs b/templates/sheets/character/header.hbs index db7460b..cf558b2 100644 --- a/templates/sheets/character/header.hbs +++ b/templates/sheets/character/header.hbs @@ -6,13 +6,13 @@