From 58d7568f4818feb111d0c8d929f349514043d4a7 Mon Sep 17 00:00:00 2001 From: Kobert-P Date: Wed, 6 Jun 2018 15:44:41 +0200 Subject: Split of Aktuell/Basis for LE/AE. --- DiscoBot/DSA_Game/Characters/NPC.cs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'DiscoBot/DSA_Game/Characters/NPC.cs') 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) { -- cgit v1.2.3-54-g00ecf