summaryrefslogtreecommitdiff
path: root/README.md
blob: 32c94ce9d85a1953592a4cdeff51b360fc4b4175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# DiscoBot
A simple Discord Bot, interfacing with the DSA "Heldensoftware", for a minimalistic and low-labour approach 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 character-specific actions.
e.g. !attack Bogen +4 to shoot a bow.
The Bot recognizes the Sender and associates 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]