added some color variation for army icon
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
## 1.4.0 - Armies & French PoW
|
## 1.4.0 - Armies & French PoW
|
||||||
- Added Army (Actor), Cohort (Item) and Fortification (Item) sheets.
|
- Added Army (Actor), Cohort (Item) and Fortification (Item) sheets.
|
||||||
- Actor Sheet (PC, NPC, Army) : Added the ability to Drag n Drop an actor's image to map (token).
|
- Actor Sheet (PC, NPC, Army) : Added the ability to Drag n Drop an actor's image.
|
||||||
- GM monitor :
|
- GM monitor :
|
||||||
- Added Armies view.
|
- Added Armies view.
|
||||||
- Added the ability to Drag n Drop an actor's image to map (token).
|
- Added the ability to Drag n Drop an actor's image.
|
||||||
- Added real icons for Inversion and Mantra.
|
- Added real icons for Inversion and Mantra.
|
||||||
- Added Mantra technique type.
|
- Added Mantra technique type.
|
||||||
- Compendiums :
|
- Compendiums :
|
||||||
|
|||||||
1
system/assets/icons/actors/army_blue.svg
Normal file
1
system/assets/icons/actors/army_blue.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
1
system/assets/icons/actors/army_green.svg
Normal file
1
system/assets/icons/actors/army_green.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
1
system/assets/icons/actors/army_violet.svg
Normal file
1
system/assets/icons/actors/army_violet.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
@@ -82,8 +82,8 @@
|
|||||||
<th class="img"></th>
|
<th class="img"></th>
|
||||||
<th class="name">{{localize 'l5r5e.name'}}</th>
|
<th class="name">{{localize 'l5r5e.name'}}</th>
|
||||||
<th class="warlord">{{localize 'l5r5e.army.warlord'}}</th>
|
<th class="warlord">{{localize 'l5r5e.army.warlord'}}</th>
|
||||||
<th class="casualties">{{localize 'l5r5e.army.battle_readiness.casualties'}} / {{localize 'l5r5e.army.battle_readiness.strength'}}</th>
|
<th class="casualties"><i class="fas fa-user-injured" title="{{localize 'l5r5e.army.battle_readiness.casualties'}}"></i> / <i class="fas fa-fist-raised" title="{{localize 'l5r5e.army.battle_readiness.strength'}}"></i></th>
|
||||||
<th class="panic">{{localize 'l5r5e.army.battle_readiness.panic'}} / {{localize 'l5r5e.army.battle_readiness.discipline'}}</th>
|
<th class="panic"><i class="fas fa-ghost" title="{{localize 'l5r5e.army.battle_readiness.panic'}}"></i> / <i class="fas fa-user-friends" title="{{localize 'l5r5e.army.battle_readiness.discipline'}}"></i></th>
|
||||||
<th class="commander">{{localize 'l5r5e.army.commander'}} {{localize 'l5r5e.gm_monitor.honor_glory_status'}}</th>
|
<th class="commander">{{localize 'l5r5e.army.commander'}} {{localize 'l5r5e.gm_monitor.honor_glory_status'}}</th>
|
||||||
<th class=""></th>
|
<th class=""></th>
|
||||||
<th class=""></th>
|
<th class=""></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user