From 9cd01b83378b3e041d91cc691999a21d6ceff77c Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sat, 26 Aug 2017 15:20:03 +0200 Subject: Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..558ad6b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# DiscoBot +A ipmle Discord Bot, interfacing to the DSA "Heldensoftware", for a minimalistic and low labor aproach to digitalize p&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...) -- cgit v1.2.3-70-g09d2 From f92c0340366aa23fca01da98553ef11964106116 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sat, 26 Aug 2017 15:41:08 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 558ad6b..0c648ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DiscoBot -A ipmle Discord Bot, interfacing to the DSA "Heldensoftware", for a minimalistic and low labor aproach to digitalize p&p rpg's +A sipmle Discord Bot, interfacing to the DSA "Heldensoftware", for a minimalistic and low labor aproach to digitalize p&p rpg's This software takes helden.zip.hld files and loads them into the Bot. -- cgit v1.2.3-70-g09d2 From a868e5e4ee81357456028e6134aac09c14546ec8 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sun, 27 Aug 2017 14:50:54 +0200 Subject: Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0c648ea..203d802 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,16 @@ 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] -- cgit v1.2.3-70-g09d2