Complete the Geist sheet and data
This commit is contained in:
parent
647f1a9aac
commit
d5680bb209
2 changed files with 27 additions and 10 deletions
|
|
@ -23,14 +23,25 @@
|
|||
{{ rc-i18n "RipCrypt.common.armour" }}
|
||||
</div>
|
||||
<div class="person">
|
||||
<rc-svg
|
||||
var:fill="var(--section-header-background)"
|
||||
var:stroke="var(--base-background)"
|
||||
var:stroke-width="2"
|
||||
var:stroke-linejoin="rounded"
|
||||
class="silhouette"
|
||||
name="hero-silhouette"
|
||||
></rc-svg>
|
||||
{{#if (eq actor.type "hero")}}
|
||||
<rc-svg
|
||||
var:fill="var(--section-header-background)"
|
||||
var:stroke="var(--base-background)"
|
||||
var:stroke-width="2"
|
||||
var:stroke-linejoin="rounded"
|
||||
class="silhouette"
|
||||
name="hero-silhouette"
|
||||
></rc-svg>
|
||||
{{else}}
|
||||
<rc-svg
|
||||
var:fill="var(--section-header-background)"
|
||||
var:stroke="var(--base-background)"
|
||||
var:stroke-width="2"
|
||||
var:stroke-linejoin="rounded"
|
||||
class="silhouette"
|
||||
name="geist-silhouette.v2"
|
||||
></rc-svg>
|
||||
{{/if}}
|
||||
{{#each armours as | slot |}}
|
||||
<div class="{{@key}}">
|
||||
<div class="compass small">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue