From 7036efd8fd787488158c42a134866d70c044a423 Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Sat, 3 May 2025 11:26:06 +0200 Subject: [PATCH] add the ability to change the icon of actors and items --- src/ActorSheet.hbs | 2 +- src/ItemSheets/Bewaffnung.hbs | 2 +- src/ItemSheets/Gegenstand.hbs | 2 +- src/ItemSheets/Kampftalent.hbs | 2 +- src/ItemSheets/Ruestung.hbs | 2 +- src/ItemSheets/Sonderfertigkeit.hbs | 2 +- src/ItemSheets/Talent.hbs | 2 +- src/ItemSheets/VorNachteil.hbs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ActorSheet.hbs b/src/ActorSheet.hbs index f455c18..9f1dbf5 100644 --- a/src/ActorSheet.hbs +++ b/src/ActorSheet.hbs @@ -25,7 +25,7 @@
- +
{{#each actor.system.attributes}} diff --git a/src/ItemSheets/Bewaffnung.hbs b/src/ItemSheets/Bewaffnung.hbs index b214705..3b47968 100644 --- a/src/ItemSheets/Bewaffnung.hbs +++ b/src/ItemSheets/Bewaffnung.hbs @@ -1,6 +1,6 @@
- +
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}}
diff --git a/src/ItemSheets/Gegenstand.hbs b/src/ItemSheets/Gegenstand.hbs index 7fc6c45..fb2b4ff 100644 --- a/src/ItemSheets/Gegenstand.hbs +++ b/src/ItemSheets/Gegenstand.hbs @@ -1,6 +1,6 @@
- +
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}}
diff --git a/src/ItemSheets/Kampftalent.hbs b/src/ItemSheets/Kampftalent.hbs index 36ccd73..008da03 100644 --- a/src/ItemSheets/Kampftalent.hbs +++ b/src/ItemSheets/Kampftalent.hbs @@ -1,6 +1,6 @@
- +
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}} diff --git a/src/ItemSheets/Ruestung.hbs b/src/ItemSheets/Ruestung.hbs index b9ded9e..21259c4 100644 --- a/src/ItemSheets/Ruestung.hbs +++ b/src/ItemSheets/Ruestung.hbs @@ -1,6 +1,6 @@
- +
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}}
diff --git a/src/ItemSheets/Sonderfertigkeit.hbs b/src/ItemSheets/Sonderfertigkeit.hbs index 0f3062b..0eb4f7e 100644 --- a/src/ItemSheets/Sonderfertigkeit.hbs +++ b/src/ItemSheets/Sonderfertigkeit.hbs @@ -1,6 +1,6 @@
- +
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}} diff --git a/src/ItemSheets/Talent.hbs b/src/ItemSheets/Talent.hbs index 19339ad..c47636b 100644 --- a/src/ItemSheets/Talent.hbs +++ b/src/ItemSheets/Talent.hbs @@ -1,6 +1,6 @@
- +
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}} diff --git a/src/ItemSheets/VorNachteil.hbs b/src/ItemSheets/VorNachteil.hbs index c8aaa64..1c60bca 100644 --- a/src/ItemSheets/VorNachteil.hbs +++ b/src/ItemSheets/VorNachteil.hbs @@ -1,6 +1,6 @@
- +
{{>editable-input type="text" name="name" value=item.name placeholder=(localize "DSA41.name")}}