summaryrefslogtreecommitdiff
path: root/DiscoBot/Characters/ICharacter.cs
diff options
context:
space:
mode:
authorKobert <Kassian.Kobert@gmail.com>2018-04-09 23:09:31 +0200
committerKobert <Kassian.Kobert@gmail.com>2018-04-09 23:09:31 +0200
commitaa236f67bf1829e2a7c6e9a5f82d109b39147b11 (patch)
tree005b0e3e02b5b26051555f13f1b439328153c873 /DiscoBot/Characters/ICharacter.cs
parent9a5f1eec946c2b17c27c3aa71a23056f3e41827a (diff)
LE postprocessing
Diffstat (limited to 'DiscoBot/Characters/ICharacter.cs')
-rw-r--r--DiscoBot/Characters/ICharacter.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/DiscoBot/Characters/ICharacter.cs b/DiscoBot/Characters/ICharacter.cs
index 233110b..62bc1a5 100644
--- a/DiscoBot/Characters/ICharacter.cs
+++ b/DiscoBot/Characters/ICharacter.cs
@@ -6,6 +6,12 @@
int Lebenspunkte { get; set; }
+ //int Ausdauer { get; set; }
+
+ //int Astralpunkte { get; set; }
+
+ //int Karmalpunkte { get; set; }
+
string TestTalent(string talent, int erschwernis = 0);
string TestEigenschaft(string eigenschaft, int erschwernis = 0);