summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kobert <d-kobert@web.de>2019-05-19 17:58:42 +0200
committerDennis Kobert <d-kobert@web.de>2019-05-19 17:58:42 +0200
commit2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (patch)
tree9510ddbb174a54474934adf7991a5ba2aa39f818
parentc4d046858e0822b7c2c540ac2368b2c0e88e7a26 (diff)
Moved Gamelogic to DSALib
-rw-r--r--DSACore/sessions/TheCrew/TheCrew-0.json83
-rw-r--r--DSACore/sessions/copy/copy-0.json79
-rw-r--r--DSACore/sessions/test/test-0.json79
-rw-r--r--DSACore/sessions/test/test-1.json79
-rw-r--r--DSACore/sessions/test/test-2.json81
-rw-r--r--DSACore/sessions/test/test-3.json81
-rw-r--r--DSACore/sessions/test/test-4.json81
-rw-r--r--DSALib/Audio/Sound.cs (renamed from DSACore/Audio/Sound.cs)0
-rw-r--r--DSALib/Auxiliary/Calculator/Argument.cs (renamed from DSACore/Auxiliary/Calculator/Argument.cs)0
-rw-r--r--DSALib/Auxiliary/Calculator/ISolvable.cs (renamed from DSACore/Auxiliary/Calculator/ISolvable.cs)0
-rw-r--r--DSALib/Auxiliary/Calculator/Operator.cs (renamed from DSACore/Auxiliary/Calculator/Operator.cs)0
-rw-r--r--DSALib/Auxiliary/Calculator/Ops.cs (renamed from DSACore/Auxiliary/Calculator/Ops.cs)0
-rw-r--r--DSALib/Auxiliary/Calculator/StringSolver.cs (renamed from DSACore/Auxiliary/Calculator/StringSolver.cs)0
-rw-r--r--DSALib/Auxiliary/CommandInfo.cs (renamed from DSACore/Auxiliary/CommandInfo.cs)0
-rw-r--r--DSALib/Auxiliary/Dice.cs (renamed from DSACore/Auxiliary/Dice.cs)0
-rw-r--r--DSALib/Auxiliary/Extensions.cs (renamed from DSACore/Auxiliary/Extensions.cs)0
-rw-r--r--DSALib/Auxiliary/RandomMisc.cs (renamed from DSACore/Auxiliary/RandomMisc.cs)0
-rw-r--r--DSALib/Auxiliary/SpellCorrect.cs (renamed from DSACore/Auxiliary/SpellCorrect.cs)0
-rw-r--r--DSALib/Auxiliary/TalentEnumerableExtension.cs (renamed from DSACore/Auxiliary/TalentEnumerableExtension.cs)0
-rw-r--r--DSALib/Auxiliary/WeaponImporter.cs (renamed from DSACore/Auxiliary/WeaponImporter.cs)0
-rw-r--r--DSALib/Commands/CommandHandler.cs (renamed from DSACore/Commands/CommandHandler.cs)0
-rw-r--r--DSALib/Commands/CommandTypes.cs (renamed from DSACore/Commands/CommandTypes.cs)0
-rw-r--r--DSALib/Commands/FileHandler.cs (renamed from DSACore/Commands/FileHandler.cs)0
-rw-r--r--DSALib/Commands/Gm.cs (renamed from DSACore/Commands/Gm.cs)0
-rw-r--r--DSALib/Commands/HeldList.cs (renamed from DSACore/Commands/HeldList.cs)0
-rw-r--r--DSALib/Commands/Help.cs (renamed from DSACore/Commands/Help.cs)0
-rw-r--r--DSALib/Commands/LebenUndAstral.cs (renamed from DSACore/Commands/LebenUndAstral.cs)0
-rw-r--r--DSALib/Commands/List.cs (renamed from DSACore/Commands/List.cs)0
-rw-r--r--DSALib/Commands/MiscCommands.cs (renamed from DSACore/Commands/MiscCommands.cs)0
-rw-r--r--DSALib/Commands/NpcCommands.cs (renamed from DSACore/Commands/NpcCommands.cs)0
-rw-r--r--DSALib/Commands/ProbenTest.cs (renamed from DSACore/Commands/ProbenTest.cs)0
-rw-r--r--DSALib/DSA_Game/Characters/Character.cs (renamed from DSACore/DSA_Game/Characters/Character.cs)0
-rw-r--r--DSALib/DSA_Game/Characters/NPC.cs (renamed from DSACore/DSA_Game/Characters/NPC.cs)0
-rw-r--r--DSALib/DSA_Game/Characters/SaveChar.cs (renamed from DSACore/DSA_Game/Characters/SaveChar.cs)0
-rw-r--r--DSALib/DSA_Game/Dsa.cs (renamed from DSACore/DSA_Game/Dsa.cs)0
-rw-r--r--DSALib/DSA_Game/Save/Properties.cs (renamed from DSACore/DSA_Game/Save/Properties.cs)0
-rw-r--r--DSALib/DSA_Game/Save/SaveCommand.cs (renamed from DSACore/DSA_Game/Save/SaveCommand.cs)0
-rw-r--r--DSALib/DSA_Game/Save/Session.cs (renamed from DSACore/DSA_Game/Save/Session.cs)0
-rw-r--r--DSALib/FireBase/Database.cs (renamed from DSACore/FireBase/Database.cs)0
-rw-r--r--DSALib/Models/Database/DSA/Advantage.cs (renamed from DSACore/Models/Database/DSA/Advantage.cs)0
-rw-r--r--DSALib/Models/Database/DSA/CharSpell.cs (renamed from DSACore/Models/Database/DSA/CharSpell.cs)0
-rw-r--r--DSALib/Models/Database/DSA/DatabaseChar.cs (renamed from DSACore/Models/Database/DSA/DatabaseChar.cs)0
-rw-r--r--DSALib/Models/Database/DSA/Field.cs (renamed from DSACore/Models/Database/DSA/Field.cs)0
-rw-r--r--DSALib/Models/Database/DSA/GeneralSpell.cs (renamed from DSACore/Models/Database/DSA/GeneralSpell.cs)0
-rw-r--r--DSALib/Models/Database/DSA/GroupChar.cs (renamed from DSACore/Models/Database/DSA/GroupChar.cs)0
-rw-r--r--DSALib/Models/Database/DSA/Inventory.cs (renamed from DSACore/Models/Database/DSA/Inventory.cs)0
-rw-r--r--DSALib/Models/Database/DSA/Talent.cs (renamed from DSACore/Models/Database/DSA/Talent.cs)0
-rw-r--r--DSALib/Models/Database/DSA/Weapon.cs (renamed from DSACore/Models/Database/DSA/Weapon.cs)0
-rw-r--r--DSALib/Models/Database/DSA/WeaponTalent.cs (renamed from DSACore/Models/Database/DSA/WeaponTalent.cs)0
-rw-r--r--DSALib/Models/Database/Groups/DSAGroup.cs (renamed from DSACore/Models/Database/Groups/DSAGroup.cs)0
-rw-r--r--DSALib/Models/Database/Groups/Group.cs (renamed from DSACore/Models/Database/Groups/Group.cs)0
-rw-r--r--DSALib/Models/Network/Command.cs (renamed from DSACore/Models/Network/Command.cs)0
-rw-r--r--DSALib/Models/Network/CommandResponse.cs (renamed from DSACore/Models/Network/CommandResponse.cs)0
-rw-r--r--DSALib/Models/Network/Group.cs (renamed from DSACore/Models/Network/Group.cs)0
-rw-r--r--DSALib/Models/Network/Token.cs (renamed from DSACore/Models/Network/Token.cs)0
-rw-r--r--DSALib/Models/Network/User.cs (renamed from DSACore/Models/Network/User.cs)0
-rw-r--r--DSALib/PropertiesDSACore-Audio-Sound.json (renamed from DSACore/PropertiesDSACore-Audio-Sound.json)0
-rw-r--r--DSALib/PropertiesDSACore-Auxiliary-CommandInfo.json (renamed from DSACore/PropertiesDSACore-Auxiliary-CommandInfo.json)0
-rw-r--r--DSALib/PropertiesDSACore-DSA_Game-Characters-Character.json (renamed from DSACore/PropertiesDSACore-DSA_Game-Characters-Character.json)0
-rw-r--r--DSALib/PropertiesNewtonsoft-Json-Linq-JProperty.json (renamed from DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json)0
-rw-r--r--DSALib/helden/Felis.xml (renamed from DSACore/helden/Felis.xml)0
-rw-r--r--DSALib/helden/Gardist.xml (renamed from DSACore/helden/Gardist.xml)0
-rw-r--r--DSALib/helden/HartmutReiher.xml (renamed from DSACore/helden/HartmutReiher.xml)0
-rw-r--r--DSALib/helden/Helga_vom_Drachenei_Tausendsasserin.xml (renamed from DSACore/helden/Helga_vom_Drachenei_Tausendsasserin.xml)0
-rw-r--r--DSALib/helden/Krenko.xml (renamed from DSACore/helden/Krenko.xml)0
-rw-r--r--DSALib/helden/Ledur Torfinson.xml (renamed from DSACore/helden/Ledur Torfinson.xml)0
-rw-r--r--DSALib/helden/Morla.xml (renamed from DSACore/helden/Morla.xml)0
-rw-r--r--DSALib/helden/Numeri.xml (renamed from DSACore/helden/Numeri.xml)0
-rw-r--r--DSALib/helden/Potus.xml (renamed from DSACore/helden/Potus.xml)0
-rw-r--r--DSALib/helden/PumpausderGosse.xml (renamed from DSACore/helden/PumpausderGosse.xml)0
-rw-r--r--DSALib/helden/Rhoktar4.xml (renamed from DSACore/helden/Rhoktar4.xml)0
-rw-r--r--DSALib/helden/Volant.xml (renamed from DSACore/helden/Volant.xml)0
72 files changed, 0 insertions, 563 deletions
diff --git a/DSACore/sessions/TheCrew/TheCrew-0.json b/DSACore/sessions/TheCrew/TheCrew-0.json
deleted file mode 100644
index 575cd54..0000000
--- a/DSACore/sessions/TheCrew/TheCrew-0.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "GeneralContext": null,
- "Relation": {
- "Nicolas": "Hartmut Reiher",
- "MagicBro5": "Krenko",
- "TrueKuehli": "Ledur Torfinson"
- },
- "Chars": [
- {
- "Name": "Felis Exodus Schattenwald",
- "Lebenspunkte_Aktuell": 30,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 20
- },
- {
- "Name": "Gardist",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Hartmut Reiher",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Helga vom Drachenei, Tausendsasserin",
- "Lebenspunkte_Aktuell": 21,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 35
- },
- {
- "Name": "Krenko",
- "Lebenspunkte_Aktuell": 22,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Ledur Torfinson",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Morla",
- "Lebenspunkte_Aktuell": 26,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Numeri Illuminus",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 40
- },
- {
- "Name": "Potus",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 16
- },
- {
- "Name": "Pump aus der Gosse",
- "Lebenspunkte_Aktuell": 18,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Rhoktar4",
- "Lebenspunkte_Aktuell": 34,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 17
- },
- {
- "Name": "Volant",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 43
- }
- ],
- "SessionName": "TheCrew"
-} \ No newline at end of file
diff --git a/DSACore/sessions/copy/copy-0.json b/DSACore/sessions/copy/copy-0.json
deleted file mode 100644
index 03c46f3..0000000
--- a/DSACore/sessions/copy/copy-0.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "GeneralContext": null,
- "Relation": {},
- "Chars": [
- {
- "Name": "Felis Exodus Schattenwald",
- "Lebenspunkte_Aktuell": 30,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 20
- },
- {
- "Name": "Gardist",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Hartmut Reiher",
- "Lebenspunkte_Aktuell": 31,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Helga vom Drachenei, Tausendsasserin",
- "Lebenspunkte_Aktuell": 21,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 35
- },
- {
- "Name": "Krenko",
- "Lebenspunkte_Aktuell": 25,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Ledur Torfinson",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Morla",
- "Lebenspunkte_Aktuell": 26,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Numeri Illuminus",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 40
- },
- {
- "Name": "Potus",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 16
- },
- {
- "Name": "Pump aus der Gosse",
- "Lebenspunkte_Aktuell": 18,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Rhoktar4",
- "Lebenspunkte_Aktuell": 34,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 17
- },
- {
- "Name": "Volant",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 43
- }
- ],
- "SessionName": null
-} \ No newline at end of file
diff --git a/DSACore/sessions/test/test-0.json b/DSACore/sessions/test/test-0.json
deleted file mode 100644
index 03c46f3..0000000
--- a/DSACore/sessions/test/test-0.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "GeneralContext": null,
- "Relation": {},
- "Chars": [
- {
- "Name": "Felis Exodus Schattenwald",
- "Lebenspunkte_Aktuell": 30,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 20
- },
- {
- "Name": "Gardist",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Hartmut Reiher",
- "Lebenspunkte_Aktuell": 31,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Helga vom Drachenei, Tausendsasserin",
- "Lebenspunkte_Aktuell": 21,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 35
- },
- {
- "Name": "Krenko",
- "Lebenspunkte_Aktuell": 25,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Ledur Torfinson",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Morla",
- "Lebenspunkte_Aktuell": 26,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Numeri Illuminus",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 40
- },
- {
- "Name": "Potus",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 16
- },
- {
- "Name": "Pump aus der Gosse",
- "Lebenspunkte_Aktuell": 18,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Rhoktar4",
- "Lebenspunkte_Aktuell": 34,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 17
- },
- {
- "Name": "Volant",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 43
- }
- ],
- "SessionName": null
-} \ No newline at end of file
diff --git a/DSACore/sessions/test/test-1.json b/DSACore/sessions/test/test-1.json
deleted file mode 100644
index 03c46f3..0000000
--- a/DSACore/sessions/test/test-1.json
+++ /dev/null
@@ -1,79 +0,0 @@
-{
- "GeneralContext": null,
- "Relation": {},
- "Chars": [
- {
- "Name": "Felis Exodus Schattenwald",
- "Lebenspunkte_Aktuell": 30,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 20
- },
- {
- "Name": "Gardist",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Hartmut Reiher",
- "Lebenspunkte_Aktuell": 31,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Helga vom Drachenei, Tausendsasserin",
- "Lebenspunkte_Aktuell": 21,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 35
- },
- {
- "Name": "Krenko",
- "Lebenspunkte_Aktuell": 25,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Ledur Torfinson",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Morla",
- "Lebenspunkte_Aktuell": 26,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Numeri Illuminus",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 40
- },
- {
- "Name": "Potus",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 16
- },
- {
- "Name": "Pump aus der Gosse",
- "Lebenspunkte_Aktuell": 18,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Rhoktar4",
- "Lebenspunkte_Aktuell": 34,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 17
- },
- {
- "Name": "Volant",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 43
- }
- ],
- "SessionName": null
-} \ No newline at end of file
diff --git a/DSACore/sessions/test/test-2.json b/DSACore/sessions/test/test-2.json
deleted file mode 100644
index 3458c52..0000000
--- a/DSACore/sessions/test/test-2.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "GeneralContext": null,
- "Relation": {
- "The Doctor": "Felis Exodus Schattenwald"
- },
- "Chars": [
- {
- "Name": "Felis Exodus Schattenwald",
- "Lebenspunkte_Aktuell": 30,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 20
- },
- {
- "Name": "Gardist",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Hartmut Reiher",
- "Lebenspunkte_Aktuell": 31,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Helga vom Drachenei, Tausendsasserin",
- "Lebenspunkte_Aktuell": 21,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 35
- },
- {
- "Name": "Krenko",
- "Lebenspunkte_Aktuell": 25,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Ledur Torfinson",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Morla",
- "Lebenspunkte_Aktuell": 26,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Numeri Illuminus",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 40
- },
- {
- "Name": "Potus",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 16
- },
- {
- "Name": "Pump aus der Gosse",
- "Lebenspunkte_Aktuell": 18,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Rhoktar4",
- "Lebenspunkte_Aktuell": 34,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 17
- },
- {
- "Name": "Volant",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 43
- }
- ],
- "SessionName": null
-} \ No newline at end of file
diff --git a/DSACore/sessions/test/test-3.json b/DSACore/sessions/test/test-3.json
deleted file mode 100644
index 3458c52..0000000
--- a/DSACore/sessions/test/test-3.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "GeneralContext": null,
- "Relation": {
- "The Doctor": "Felis Exodus Schattenwald"
- },
- "Chars": [
- {
- "Name": "Felis Exodus Schattenwald",
- "Lebenspunkte_Aktuell": 30,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 20
- },
- {
- "Name": "Gardist",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Hartmut Reiher",
- "Lebenspunkte_Aktuell": 31,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Helga vom Drachenei, Tausendsasserin",
- "Lebenspunkte_Aktuell": 21,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 35
- },
- {
- "Name": "Krenko",
- "Lebenspunkte_Aktuell": 25,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Ledur Torfinson",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Morla",
- "Lebenspunkte_Aktuell": 26,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Numeri Illuminus",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 40
- },
- {
- "Name": "Potus",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 16
- },
- {
- "Name": "Pump aus der Gosse",
- "Lebenspunkte_Aktuell": 18,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Rhoktar4",
- "Lebenspunkte_Aktuell": 34,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 17
- },
- {
- "Name": "Volant",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 43
- }
- ],
- "SessionName": null
-} \ No newline at end of file
diff --git a/DSACore/sessions/test/test-4.json b/DSACore/sessions/test/test-4.json
deleted file mode 100644
index 46853cf..0000000
--- a/DSACore/sessions/test/test-4.json
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "GeneralContext": null,
- "Relation": {
- "The Doctor": "Felis Exodus Schattenwald"
- },
- "Chars": [
- {
- "Name": "Felis Exodus Schattenwald",
- "Lebenspunkte_Aktuell": 20,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 20
- },
- {
- "Name": "Gardist",
- "Lebenspunkte_Aktuell": 29,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Hartmut Reiher",
- "Lebenspunkte_Aktuell": 31,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Helga vom Drachenei, Tausendsasserin",
- "Lebenspunkte_Aktuell": 21,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 35
- },
- {
- "Name": "Krenko",
- "Lebenspunkte_Aktuell": 25,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Ledur Torfinson",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 0
- },
- {
- "Name": "Morla",
- "Lebenspunkte_Aktuell": 26,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Numeri Illuminus",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 40
- },
- {
- "Name": "Potus",
- "Lebenspunkte_Aktuell": 39,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 16
- },
- {
- "Name": "Pump aus der Gosse",
- "Lebenspunkte_Aktuell": 18,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 13
- },
- {
- "Name": "Rhoktar4",
- "Lebenspunkte_Aktuell": 34,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 17
- },
- {
- "Name": "Volant",
- "Lebenspunkte_Aktuell": 28,
- "Ausdauer_Aktuell": 0,
- "Astralpunkte_Aktuell": 43
- }
- ],
- "SessionName": null
-} \ No newline at end of file
diff --git a/DSACore/Audio/Sound.cs b/DSALib/Audio/Sound.cs
index aee3060..aee3060 100644
--- a/DSACore/Audio/Sound.cs
+++ b/DSALib/Audio/Sound.cs
diff --git a/DSACore/Auxiliary/Calculator/Argument.cs b/DSALib/Auxiliary/Calculator/Argument.cs
index 5ed9ee3..5ed9ee3 100644
--- a/DSACore/Auxiliary/Calculator/Argument.cs
+++ b/DSALib/Auxiliary/Calculator/Argument.cs
diff --git a/DSACore/Auxiliary/Calculator/ISolvable.cs b/DSALib/Auxiliary/Calculator/ISolvable.cs
index 7be4d19..7be4d19 100644
--- a/DSACore/Auxiliary/Calculator/ISolvable.cs
+++ b/DSALib/Auxiliary/Calculator/ISolvable.cs
diff --git a/DSACore/Auxiliary/Calculator/Operator.cs b/DSALib/Auxiliary/Calculator/Operator.cs
index 31b2a9b..31b2a9b 100644
--- a/DSACore/Auxiliary/Calculator/Operator.cs
+++ b/DSALib/Auxiliary/Calculator/Operator.cs
diff --git a/DSACore/Auxiliary/Calculator/Ops.cs b/DSALib/Auxiliary/Calculator/Ops.cs
index a5c9a2d..a5c9a2d 100644
--- a/DSACore/Auxiliary/Calculator/Ops.cs
+++ b/DSALib/Auxiliary/Calculator/Ops.cs
diff --git a/DSACore/Auxiliary/Calculator/StringSolver.cs b/DSALib/Auxiliary/Calculator/StringSolver.cs
index b2a7d83..b2a7d83 100644
--- a/DSACore/Auxiliary/Calculator/StringSolver.cs
+++ b/DSALib/Auxiliary/Calculator/StringSolver.cs
diff --git a/DSACore/Auxiliary/CommandInfo.cs b/DSALib/Auxiliary/CommandInfo.cs
index 1472587..1472587 100644
--- a/DSACore/Auxiliary/CommandInfo.cs
+++ b/DSALib/Auxiliary/CommandInfo.cs
diff --git a/DSACore/Auxiliary/Dice.cs b/DSALib/Auxiliary/Dice.cs
index 3dd6562..3dd6562 100644
--- a/DSACore/Auxiliary/Dice.cs
+++ b/DSALib/Auxiliary/Dice.cs
diff --git a/DSACore/Auxiliary/Extensions.cs b/DSALib/Auxiliary/Extensions.cs
index f8e9d8e..f8e9d8e 100644
--- a/DSACore/Auxiliary/Extensions.cs
+++ b/DSALib/Auxiliary/Extensions.cs
diff --git a/DSACore/Auxiliary/RandomMisc.cs b/DSALib/Auxiliary/RandomMisc.cs
index 72c2234..72c2234 100644
--- a/DSACore/Auxiliary/RandomMisc.cs
+++ b/DSALib/Auxiliary/RandomMisc.cs
diff --git a/DSACore/Auxiliary/SpellCorrect.cs b/DSALib/Auxiliary/SpellCorrect.cs
index 77d1cf3..77d1cf3 100644
--- a/DSACore/Auxiliary/SpellCorrect.cs
+++ b/DSALib/Auxiliary/SpellCorrect.cs
diff --git a/DSACore/Auxiliary/TalentEnumerableExtension.cs b/DSALib/Auxiliary/TalentEnumerableExtension.cs
index d83114c..d83114c 100644
--- a/DSACore/Auxiliary/TalentEnumerableExtension.cs
+++ b/DSALib/Auxiliary/TalentEnumerableExtension.cs
diff --git a/DSACore/Auxiliary/WeaponImporter.cs b/DSALib/Auxiliary/WeaponImporter.cs
index 3375236..3375236 100644
--- a/DSACore/Auxiliary/WeaponImporter.cs
+++ b/DSALib/Auxiliary/WeaponImporter.cs
diff --git a/DSACore/Commands/CommandHandler.cs b/DSALib/Commands/CommandHandler.cs
index f74f87f..f74f87f 100644
--- a/DSACore/Commands/CommandHandler.cs
+++ b/DSALib/Commands/CommandHandler.cs
diff --git a/DSACore/Commands/CommandTypes.cs b/DSALib/Commands/CommandTypes.cs
index 6838ac2..6838ac2 100644
--- a/DSACore/Commands/CommandTypes.cs
+++ b/DSALib/Commands/CommandTypes.cs
diff --git a/DSACore/Commands/FileHandler.cs b/DSALib/Commands/FileHandler.cs
index bce7c54..bce7c54 100644
--- a/DSACore/Commands/FileHandler.cs
+++ b/DSALib/Commands/FileHandler.cs
diff --git a/DSACore/Commands/Gm.cs b/DSALib/Commands/Gm.cs
index 98b62db..98b62db 100644
--- a/DSACore/Commands/Gm.cs
+++ b/DSALib/Commands/Gm.cs
diff --git a/DSACore/Commands/HeldList.cs b/DSALib/Commands/HeldList.cs
index 370af34..370af34 100644
--- a/DSACore/Commands/HeldList.cs
+++ b/DSALib/Commands/HeldList.cs
diff --git a/DSACore/Commands/Help.cs b/DSALib/Commands/Help.cs
index 974c44c..974c44c 100644
--- a/DSACore/Commands/Help.cs
+++ b/DSALib/Commands/Help.cs
diff --git a/DSACore/Commands/LebenUndAstral.cs b/DSALib/Commands/LebenUndAstral.cs
index a671296..a671296 100644
--- a/DSACore/Commands/LebenUndAstral.cs
+++ b/DSALib/Commands/LebenUndAstral.cs
diff --git a/DSACore/Commands/List.cs b/DSALib/Commands/List.cs
index 7fc682f..7fc682f 100644
--- a/DSACore/Commands/List.cs
+++ b/DSALib/Commands/List.cs
diff --git a/DSACore/Commands/MiscCommands.cs b/DSALib/Commands/MiscCommands.cs
index ebd1598..ebd1598 100644
--- a/DSACore/Commands/MiscCommands.cs
+++ b/DSALib/Commands/MiscCommands.cs
diff --git a/DSACore/Commands/NpcCommands.cs b/DSALib/Commands/NpcCommands.cs
index 95243ca..95243ca 100644
--- a/DSACore/Commands/NpcCommands.cs
+++ b/DSALib/Commands/NpcCommands.cs
diff --git a/DSACore/Commands/ProbenTest.cs b/DSALib/Commands/ProbenTest.cs
index d0800d6..d0800d6 100644
--- a/DSACore/Commands/ProbenTest.cs
+++ b/DSALib/Commands/ProbenTest.cs
diff --git a/DSACore/DSA_Game/Characters/Character.cs b/DSALib/DSA_Game/Characters/Character.cs
index ac890cb..ac890cb 100644
--- a/DSACore/DSA_Game/Characters/Character.cs
+++ b/DSALib/DSA_Game/Characters/Character.cs
diff --git a/DSACore/DSA_Game/Characters/NPC.cs b/DSALib/DSA_Game/Characters/NPC.cs
index 75c3fe9..75c3fe9 100644
--- a/DSACore/DSA_Game/Characters/NPC.cs
+++ b/DSALib/DSA_Game/Characters/NPC.cs
diff --git a/DSACore/DSA_Game/Characters/SaveChar.cs b/DSALib/DSA_Game/Characters/SaveChar.cs
index 7b29b4e..7b29b4e 100644
--- a/DSACore/DSA_Game/Characters/SaveChar.cs
+++ b/DSALib/DSA_Game/Characters/SaveChar.cs
diff --git a/DSACore/DSA_Game/Dsa.cs b/DSALib/DSA_Game/Dsa.cs
index 18d0b81..18d0b81 100644
--- a/DSACore/DSA_Game/Dsa.cs
+++ b/DSALib/DSA_Game/Dsa.cs
diff --git a/DSACore/DSA_Game/Save/Properties.cs b/DSALib/DSA_Game/Save/Properties.cs
index 7eba911..7eba911 100644
--- a/DSACore/DSA_Game/Save/Properties.cs
+++ b/DSALib/DSA_Game/Save/Properties.cs
diff --git a/DSACore/DSA_Game/Save/SaveCommand.cs b/DSALib/DSA_Game/Save/SaveCommand.cs
index f358047..f358047 100644
--- a/DSACore/DSA_Game/Save/SaveCommand.cs
+++ b/DSALib/DSA_Game/Save/SaveCommand.cs
diff --git a/DSACore/DSA_Game/Save/Session.cs b/DSALib/DSA_Game/Save/Session.cs
index 6944fb1..6944fb1 100644
--- a/DSACore/DSA_Game/Save/Session.cs
+++ b/DSALib/DSA_Game/Save/Session.cs
diff --git a/DSACore/FireBase/Database.cs b/DSALib/FireBase/Database.cs
index 8946cf0..8946cf0 100644
--- a/DSACore/FireBase/Database.cs
+++ b/DSALib/FireBase/Database.cs
diff --git a/DSACore/Models/Database/DSA/Advantage.cs b/DSALib/Models/Database/DSA/Advantage.cs
index cc8f5cc..cc8f5cc 100644
--- a/DSACore/Models/Database/DSA/Advantage.cs
+++ b/DSALib/Models/Database/DSA/Advantage.cs
diff --git a/DSACore/Models/Database/DSA/CharSpell.cs b/DSALib/Models/Database/DSA/CharSpell.cs
index fabd456..fabd456 100644
--- a/DSACore/Models/Database/DSA/CharSpell.cs
+++ b/DSALib/Models/Database/DSA/CharSpell.cs
diff --git a/DSACore/Models/Database/DSA/DatabaseChar.cs b/DSALib/Models/Database/DSA/DatabaseChar.cs
index 872b82e..872b82e 100644
--- a/DSACore/Models/Database/DSA/DatabaseChar.cs
+++ b/DSALib/Models/Database/DSA/DatabaseChar.cs
diff --git a/DSACore/Models/Database/DSA/Field.cs b/DSALib/Models/Database/DSA/Field.cs
index e63aeb4..e63aeb4 100644
--- a/DSACore/Models/Database/DSA/Field.cs
+++ b/DSALib/Models/Database/DSA/Field.cs
diff --git a/DSACore/Models/Database/DSA/GeneralSpell.cs b/DSALib/Models/Database/DSA/GeneralSpell.cs
index b4dbc0b..b4dbc0b 100644
--- a/DSACore/Models/Database/DSA/GeneralSpell.cs
+++ b/DSALib/Models/Database/DSA/GeneralSpell.cs
diff --git a/DSACore/Models/Database/DSA/GroupChar.cs b/DSALib/Models/Database/DSA/GroupChar.cs
index 31fc583..31fc583 100644
--- a/DSACore/Models/Database/DSA/GroupChar.cs
+++ b/DSALib/Models/Database/DSA/GroupChar.cs
diff --git a/DSACore/Models/Database/DSA/Inventory.cs b/DSALib/Models/Database/DSA/Inventory.cs
index 9a025d4..9a025d4 100644
--- a/DSACore/Models/Database/DSA/Inventory.cs
+++ b/DSALib/Models/Database/DSA/Inventory.cs
diff --git a/DSACore/Models/Database/DSA/Talent.cs b/DSALib/Models/Database/DSA/Talent.cs
index 59ff4bc..59ff4bc 100644
--- a/DSACore/Models/Database/DSA/Talent.cs
+++ b/DSALib/Models/Database/DSA/Talent.cs
diff --git a/DSACore/Models/Database/DSA/Weapon.cs b/DSALib/Models/Database/DSA/Weapon.cs
index 58a44cd..58a44cd 100644
--- a/DSACore/Models/Database/DSA/Weapon.cs
+++ b/DSALib/Models/Database/DSA/Weapon.cs
diff --git a/DSACore/Models/Database/DSA/WeaponTalent.cs b/DSALib/Models/Database/DSA/WeaponTalent.cs
index 98eb38d..98eb38d 100644
--- a/DSACore/Models/Database/DSA/WeaponTalent.cs
+++ b/DSALib/Models/Database/DSA/WeaponTalent.cs
diff --git a/DSACore/Models/Database/Groups/DSAGroup.cs b/DSALib/Models/Database/Groups/DSAGroup.cs
index 89fac2f..89fac2f 100644
--- a/DSACore/Models/Database/Groups/DSAGroup.cs
+++ b/DSALib/Models/Database/Groups/DSAGroup.cs
diff --git a/DSACore/Models/Database/Groups/Group.cs b/DSALib/Models/Database/Groups/Group.cs
index 77d3a64..77d3a64 100644
--- a/DSACore/Models/Database/Groups/Group.cs
+++ b/DSALib/Models/Database/Groups/Group.cs
diff --git a/DSACore/Models/Network/Command.cs b/DSALib/Models/Network/Command.cs
index 00b00a6..00b00a6 100644
--- a/DSACore/Models/Network/Command.cs
+++ b/DSALib/Models/Network/Command.cs
diff --git a/DSACore/Models/Network/CommandResponse.cs b/DSALib/Models/Network/CommandResponse.cs
index c7a410a..c7a410a 100644
--- a/DSACore/Models/Network/CommandResponse.cs
+++ b/DSALib/Models/Network/CommandResponse.cs
diff --git a/DSACore/Models/Network/Group.cs b/DSALib/Models/Network/Group.cs
index efe12ee..efe12ee 100644
--- a/DSACore/Models/Network/Group.cs
+++ b/DSALib/Models/Network/Group.cs
diff --git a/DSACore/Models/Network/Token.cs b/DSALib/Models/Network/Token.cs
index 451cafc..451cafc 100644
--- a/DSACore/Models/Network/Token.cs
+++ b/DSALib/Models/Network/Token.cs
diff --git a/DSACore/Models/Network/User.cs b/DSALib/Models/Network/User.cs
index 8b8008c..8b8008c 100644
--- a/DSACore/Models/Network/User.cs
+++ b/DSALib/Models/Network/User.cs
diff --git a/DSACore/PropertiesDSACore-Audio-Sound.json b/DSALib/PropertiesDSACore-Audio-Sound.json
index 87a0e6b..87a0e6b 100644
--- a/DSACore/PropertiesDSACore-Audio-Sound.json
+++ b/DSALib/PropertiesDSACore-Audio-Sound.json
diff --git a/DSACore/PropertiesDSACore-Auxiliary-CommandInfo.json b/DSALib/PropertiesDSACore-Auxiliary-CommandInfo.json
index b9941f2..b9941f2 100644
--- a/DSACore/PropertiesDSACore-Auxiliary-CommandInfo.json
+++ b/DSALib/PropertiesDSACore-Auxiliary-CommandInfo.json
diff --git a/DSACore/PropertiesDSACore-DSA_Game-Characters-Character.json b/DSALib/PropertiesDSACore-DSA_Game-Characters-Character.json
index fd387f5..fd387f5 100644
--- a/DSACore/PropertiesDSACore-DSA_Game-Characters-Character.json
+++ b/DSALib/PropertiesDSACore-DSA_Game-Characters-Character.json
diff --git a/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json b/DSALib/PropertiesNewtonsoft-Json-Linq-JProperty.json
index 0ed0f48..0ed0f48 100644
--- a/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json
+++ b/DSALib/PropertiesNewtonsoft-Json-Linq-JProperty.json
diff --git a/DSACore/helden/Felis.xml b/DSALib/helden/Felis.xml
index 7440aaf..7440aaf 100644
--- a/DSACore/helden/Felis.xml
+++ b/DSALib/helden/Felis.xml
diff --git a/DSACore/helden/Gardist.xml b/DSALib/helden/Gardist.xml
index c97c607..c97c607 100644
--- a/DSACore/helden/Gardist.xml
+++ b/DSALib/helden/Gardist.xml
diff --git a/DSACore/helden/HartmutReiher.xml b/DSALib/helden/HartmutReiher.xml
index 114a5c9..114a5c9 100644
--- a/DSACore/helden/HartmutReiher.xml
+++ b/DSALib/helden/HartmutReiher.xml
diff --git a/DSACore/helden/Helga_vom_Drachenei_Tausendsasserin.xml b/DSALib/helden/Helga_vom_Drachenei_Tausendsasserin.xml
index b0f3930..b0f3930 100644
--- a/DSACore/helden/Helga_vom_Drachenei_Tausendsasserin.xml
+++ b/DSALib/helden/Helga_vom_Drachenei_Tausendsasserin.xml
diff --git a/DSACore/helden/Krenko.xml b/DSALib/helden/Krenko.xml
index 620deae..620deae 100644
--- a/DSACore/helden/Krenko.xml
+++ b/DSALib/helden/Krenko.xml
diff --git a/DSACore/helden/Ledur Torfinson.xml b/DSALib/helden/Ledur Torfinson.xml
index a2bf8cb..a2bf8cb 100644
--- a/DSACore/helden/Ledur Torfinson.xml
+++ b/DSALib/helden/Ledur Torfinson.xml
diff --git a/DSACore/helden/Morla.xml b/DSALib/helden/Morla.xml
index 5dd39d4..5dd39d4 100644
--- a/DSACore/helden/Morla.xml
+++ b/DSALib/helden/Morla.xml
diff --git a/DSACore/helden/Numeri.xml b/DSALib/helden/Numeri.xml
index b907d8d..b907d8d 100644
--- a/DSACore/helden/Numeri.xml
+++ b/DSALib/helden/Numeri.xml
diff --git a/DSACore/helden/Potus.xml b/DSALib/helden/Potus.xml
index c1c04fa..c1c04fa 100644
--- a/DSACore/helden/Potus.xml
+++ b/DSALib/helden/Potus.xml
diff --git a/DSACore/helden/PumpausderGosse.xml b/DSALib/helden/PumpausderGosse.xml
index d67ddf8..d67ddf8 100644
--- a/DSACore/helden/PumpausderGosse.xml
+++ b/DSALib/helden/PumpausderGosse.xml
diff --git a/DSACore/helden/Rhoktar4.xml b/DSALib/helden/Rhoktar4.xml
index be9b2ae..be9b2ae 100644
--- a/DSACore/helden/Rhoktar4.xml
+++ b/DSALib/helden/Rhoktar4.xml
diff --git a/DSACore/helden/Volant.xml b/DSALib/helden/Volant.xml
index 4fd0c8c..4fd0c8c 100644
--- a/DSACore/helden/Volant.xml
+++ b/DSALib/helden/Volant.xml