PNJ & Creatures

This commit is contained in:
2024-03-02 23:58:27 +01:00
parent ed2dc58680
commit 0a030460e4
109 changed files with 1047 additions and 228 deletions

View File

@@ -0,0 +1,13 @@
<div class="chat-message-header">
{{#if actorImg}}
<img class="actor-icon" src="{{img}}" alt="{{alias}}" />
{{/if}}
<h4 class=chat-actor-name>{{name}}</h4>
</div>
<hr>
<div class="flexcol">
Description : {{{system.description}}}
</div>