From 20b958c69451dd8251a8899cf7264d5c92ed7c60 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 25 Feb 2018 21:11:43 +0100 Subject: Better management of stats and skill of actors and items --- src/main/resources/definitions.xml | 4 ++ src/main/resources/effects/effects_template.xml | 12 ++-- src/main/resources/items/items_template.xml | 76 ++++++++++++------------- 3 files changed, 47 insertions(+), 45 deletions(-) create mode 100644 src/main/resources/definitions.xml (limited to 'src/main/resources') diff --git a/src/main/resources/definitions.xml b/src/main/resources/definitions.xml new file mode 100644 index 0000000..5157d99 --- /dev/null +++ b/src/main/resources/definitions.xml @@ -0,0 +1,4 @@ + + + + diff --git a/src/main/resources/effects/effects_template.xml b/src/main/resources/effects/effects_template.xml index fe577b0..3b74e3a 100644 --- a/src/main/resources/effects/effects_template.xml +++ b/src/main/resources/effects/effects_template.xml @@ -3,9 +3,9 @@ Available modifications: - speed - attackDamage --!> - - - - - - + + + + + + diff --git a/src/main/resources/items/items_template.xml b/src/main/resources/items/items_template.xml index 19c9264..afd3c72 100644 --- a/src/main/resources/items/items_template.xml +++ b/src/main/resources/items/items_template.xml @@ -5,55 +5,53 @@ Available item types: - medicine - food --> + + + + + - - - - + + + + + + + Wizard + - - - - - - - Wizard - + + + + + + + + - - - - + + + + - - - - + + + <\item> - - - - + + + + - - -<\item> - - - - - - - - - - - - + + + + + -- cgit v1.2.1