summaryrefslogtreecommitdiff
path: root/ZooBOTanica/Critters
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-09 23:38:43 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-09 23:38:43 +0200
commit496c9c32cb8d0d067e675855289904a22b05d9ac (patch)
treec5fdb099be736b2debc9cd8685f63a9053e1195b /ZooBOTanica/Critters
parentf8123cd7a2df78fa1e08d2cbf08ce9ffda3d9583 (diff)
Implemented critter class and fixed some gui errors
Diffstat (limited to 'ZooBOTanica/Critters')
-rw-r--r--ZooBOTanica/Critters/Bär.json25
-rw-r--r--ZooBOTanica/Critters/Gegner.json18
-rw-r--r--ZooBOTanica/Critters/Goblin.json37
3 files changed, 80 insertions, 0 deletions
diff --git a/ZooBOTanica/Critters/Bär.json b/ZooBOTanica/Critters/Bär.json
new file mode 100644
index 0000000..ffa5ce2
--- /dev/null
+++ b/ZooBOTanica/Critters/Bär.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