WIP
This commit is contained in:
+5
-26
@@ -10,35 +10,14 @@
|
||||
<label class='label'>Carried Treasure</label><br>
|
||||
<div [innerHtml]="mob.carriedTreasureHtml"></div>
|
||||
</ng-container>
|
||||
|
||||
<ng-container *ngIf="mob.attackInfos&&mob.attackInfos.length>0&& !hideWeaponInfo">
|
||||
|
||||
</ng-container>
|
||||
|
||||
<ng-container *ngIf="mob.defenseInfos&& !hideWeaponInfo">
|
||||
<label class='label'>Defense Info</label>
|
||||
<div class="g-brd-3 g-brd-bottom--dashed g-brd-gray-light-v2 mb-3 mt-2 row">
|
||||
<div class="col-md-4">
|
||||
<span class="g-font-size-50" [innerHtml]="iconHtml(MD2Icon.Defense)"></span>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<div *ngIf="mob.defenseInfos.blue" class="g-height-45">
|
||||
<span class="MD2Icon Blue dice g-font-size-50">
|
||||
<span class="MD2text diceAmount">x{{mob.defenseInfos.blue}}</span>
|
||||
</span>
|
||||
</div>
|
||||
<div *ngIf="mob.defenseInfos.black" class="g-height-45 mt-1">
|
||||
<span class="MD2Icon Black dice g-font-size-50">
|
||||
<span class="MD2text diceAmount">x{{mob.defenseInfos.black}}</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
<md2-mob-attack-info [mob]="mob" [mode]="mode" *ngIf="mob.attackInfos&&mob.attackInfos.length>0&& !hideWeaponInfo">
|
||||
</md2-mob-attack-info>
|
||||
<md2-mob-def-info [mob]="mob" [mode]="mode" *ngIf="mob.defenseInfo&& !hideWeaponInfo"></md2-mob-def-info>
|
||||
<md2-mob-combat-info [mob]="mob" [mode]="mode"></md2-mob-combat-info>
|
||||
<div *ngIf="showBlackDice" class="row">
|
||||
<!-- <md2-icon></md2-icon> -->
|
||||
<div class="col-md-4">
|
||||
<span class=" g-font-size-50" [innerHtml]="iconHtml(MD2Icon.EnemySkill)"></span>
|
||||
<md2-icon icon="enemySkill" size="lg"></md2-icon>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<span class="MD2Icon Black dice g-font-size-50">
|
||||
|
||||
Reference in New Issue
Block a user