summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Characters/NPC.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-06 17:11:09 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-06 17:11:09 +0200
commit0b5fd9f180d9537f81f5dabf7692106a0127f849 (patch)
tree9d47136f29133c7b73fb10e2180116a6c3ce7c17 /DiscoBot/DSA_Game/Characters/NPC.cs
parent97450e451fe535bccec1651b9960dd0f446736f3 (diff)
parent58d7568f4818feb111d0c8d929f349514043d4a7 (diff)
Merge branch 'master' of https://github.com/TrueDoctor/DiscoBot
Diffstat (limited to 'DiscoBot/DSA_Game/Characters/NPC.cs')
-rw-r--r--DiscoBot/DSA_Game/Characters/NPC.cs9
1 files changed, 7 insertions, 2 deletions
diff --git a/DiscoBot/DSA_Game/Characters/NPC.cs b/DiscoBot/DSA_Game/Characters/NPC.cs
index 45ff6b0..0894df6 100644
--- a/DiscoBot/DSA_Game/Characters/NPC.cs
+++ b/DiscoBot/DSA_Game/Characters/NPC.cs
@@ -18,9 +18,14 @@
public string Name { get; set; }
- public int Lebenspunkte { get; set; }
+ public int Lebenspunkte_Basis { get; set; }
+ public int Lebenspunkte_Aktuell { get; set; }
- public int Astralpunkte { get; set; }
+ public int Astralpunkte_Basis { get; set; }
+ public int Astralpunkte_Aktuell { get; set; }
+
+ public int Ausdauer_Basis { get; set; }
+ public int Ausdauer_Aktuell { get; set; }
public string TestTalent(string talent, int tap = 3)
{