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/Goblin.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ZooBOTanica/Critters/Goblin.json (limited to 'ZooBOTanica/Critters/Goblin.json') 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