summaryrefslogtreecommitdiffstats
path: root/example/attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'example/attributes.xml')
-rw-r--r--example/attributes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/example/attributes.xml b/example/attributes.xml
index 425dd96..0ab2626 100644
--- a/example/attributes.xml
+++ b/example/attributes.xml
@@ -179,4 +179,15 @@
minimum="0"
maximum="100" />
<!-- End of core-attributes definition -->
+ <attribute id="21" name="Monster attack speed"
+ desc="Attackspeed of the monster. 0 = no attacks, 100 = one per tick, 10 = one per second"
+ modifiable="false"
+ scope="monster"
+ minimum="0"
+ maximum="100" />
+ <attribute id="22" name="Monster attack damage"
+ desc="damage the monster deals per hit"
+ modifiable="false"
+ scope="monster"
+ minimum="0" />
</attributes>