summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-04-09 14:13:28 +0200
committerTrueDoctor <d-kobert@web.de>2018-04-09 14:13:28 +0200
commit5cb8346a6a3ccc55295c00ac333e410629ff7c42 (patch)
tree1603fdf24f1ead61cf7dd23c09a9784cfb1c780e /README.md
parente49ac2778bb6d38517f14447c0675df354552528 (diff)
parent4ca7291ebee440d9f3ef2a1643d8d01b29006459 (diff)
Merge branch 'Reset'
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..203d802
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# DiscoBot
+A sipmle Discord Bot, interfacing to the DSA "Heldensoftware", for a minimalistic and low labor aproach to digitalize p&amp;p rpg's
+
+
+This software takes helden.zip.hld files and loads them into the Bot.
+On enabled Servers, it provides a text based open source customizable text interface for characterspecific actions.
+e.g. !attack Bogen +4 to shoot a bow.
+The Bot recognizes the Sender and asosiates one of the loaded Chars to get the correct values.
+At the time, also an basic dice emulator is implemented.
+More features can be easily added (namegenerator...)
+
+# Usage
+there are four main character specific action groups:
+!talent {name} [t,z,zauber...]
+!angriff {weapon} [a,attacke,attacke_mit...]
+!parade {weapon} [p,P,parade_mit]
+!fernkampf {weapon} {erschwernis} [schuss,f,F,schieße_mit]
+
+-mainly the talent group has enhanced type corrrection
+-"erschwernis" is optional
+
+Roll command
+!roll {dice string e.g. "3d20"} [r,R,Würfle]