From 496c9c32cb8d0d067e675855289904a22b05d9ac Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Mon, 9 Jul 2018 23:38:43 +0200 Subject: Implemented critter class and fixed some gui errors --- "ZooBOTanica/Critters/B\303\244r.json" | 25 +++++++++++++++++++++++ ZooBOTanica/Critters/Gegner.json | 18 +++++++++++++++++ ZooBOTanica/Critters/Goblin.json | 37 ++++++++++++++++++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 "ZooBOTanica/Critters/B\303\244r.json" create mode 100644 ZooBOTanica/Critters/Gegner.json create mode 100644 ZooBOTanica/Critters/Goblin.json (limited to 'ZooBOTanica/Critters') diff --git "a/ZooBOTanica/Critters/B\303\244r.json" "b/ZooBOTanica/Critters/B\303\244r.json" new file mode 100644 index 0000000..ffa5ce2 --- /dev/null +++ "b/ZooBOTanica/Critters/B\303\244r.json" @@ -0,0 +1,25 @@ +{ + "Rs": 0, + "Mr": 5, + "Ko": 10, + "Pa": 0, + "Gs": 8, + "Gw": 3, + "Ini": "2w6+5", + "Comment": "", + "CritterAttacks": [ + { + "Name": "Biss", + "At": 12, + "Tp": "12", + "Comment": "" + } + ], + "Lebenspunkte_Basis": 30, + "Lebenspunkte_Aktuell": 30, + "Ausdauer_Basis": 30, + "Ausdauer_Aktuell": 30, + "Astralpunkte_Basis": 0, + "Astralpunkte_Aktuell": 0, + "Name": "Bär" +} \ No newline at end of file diff --git a/ZooBOTanica/Critters/Gegner.json b/ZooBOTanica/Critters/Gegner.json new file mode 100644 index 0000000..cdf8563 --- /dev/null +++ b/ZooBOTanica/Critters/Gegner.json @@ -0,0 +1,18 @@ +{ + "Rs": 0, + "Mr": 5, + "Ko": 10, + "Pa": 0, + "Gs": 8, + "Gw": 3, + "Ini": "2w6+5", + "Comment": "", + "CritterAttacks": [], + "Lebenspunkte_Basis": 30, + "Lebenspunkte_Aktuell": 30, + "Ausdauer_Basis": 30, + "Ausdauer_Aktuell": 30, + "Astralpunkte_Basis": 0, + "Astralpunkte_Aktuell": 0, + "Name": "Gegner" +} \ No newline at end of file diff --git a/ZooBOTanica/Critters/Goblin.json b/ZooBOTanica/Critters/Goblin.json new file mode 100644 index 0000000..ad763f5 --- /dev/null +++ b/ZooBOTanica/Critters/Goblin.json @@ -0,0 +1,37 @@ +{ + "Rs": 1, + "Mr": 3, + "Ko": 8, + "Pa": 0, + "Gs": 8, + "Gw": 3, + "Ini": "2w6+5", + "Comment": "", + "CritterAttacks": [ + { + "Name": "Biss", + "At": 10, + "Tp": "1W+1", + "Comment": "" + }, + { + "Name": "Schwert", + "At": 10, + "Tp": "1W+4", + "Comment": "" + }, + { + "Name": "Schleuder", + "At": 6, + "Tp": "1W+2", + "Comment": "" + } + ], + "Lebenspunkte_Basis": 22, + "Lebenspunkte_Aktuell": 30, + "Ausdauer_Basis": 30, + "Ausdauer_Aktuell": 30, + "Astralpunkte_Basis": 0, + "Astralpunkte_Aktuell": 0, + "Name": "Goblin" +} \ No newline at end of file -- cgit v1.2.3-70-g09d2