Skip to content

Commit

Permalink
Added '.0' to all creature weight values in JSON.
Browse files Browse the repository at this point in the history
Made Seth lighter.
Increased the merchant (a slightly fatter common) health.
  • Loading branch information
Bernardo Sulzbach committed Aug 15, 2015
1 parent 356a1d5 commit c24b3c1
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions src/main/resources/creatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"POTATO"
],
"visibility": "70%",
"weight": 80,
"weight": 60.0,
"health": 50,
"attack": 4,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -42,8 +42,8 @@
["TOME_OF_REPAIR", 0.05]
],
"visibility": "70%",
"weight": 80,
"health": 50,
"weight": 80.0,
"health": 55,
"attack": 4,
"attackAlgorithmID": "SIMPLE",
"weapon": "DAGGER"
Expand All @@ -69,7 +69,7 @@
["TOME_OF_PERCEIVE", 0.05]
],
"visibility": "70%",
"weight": 70,
"weight": 70.0,
"health": 40,
"attack": 4,
"attackAlgorithmID": "SIMPLE",
Expand All @@ -93,7 +93,7 @@
["STRAWBERRY", 0.6]
],
"visibility": "70%",
"weight": 75,
"weight": 75.0,
"health": 45,
"attack": 5,
"attackAlgorithmID": "SIMPLE"
Expand Down Expand Up @@ -161,7 +161,7 @@
["BEAR_BEEF", 0.8]
],
"visibility": "70%",
"weight": 315,
"weight": 315.0,
"health": 30,
"attack": 15,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -180,7 +180,7 @@
["BOAR_BEEF", 0.8]
],
"visibility": "70%",
"weight": 90,
"weight": 90.0,
"health": 16,
"attack": 9,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -202,7 +202,7 @@
["COW_BEEF", 0.7]
],
"visibility": "70%",
"weight": 1000,
"weight": 1000.0,
"health": 55,
"attack": 4,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -221,7 +221,7 @@
["CROCODILE_BEEF", 0.9]
],
"visibility": "70%",
"weight": 400,
"weight": 400.0,
"health": 26,
"attack": 17,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -241,7 +241,7 @@
["FOX_BEEF", 0.6]
],
"visibility": "70%",
"weight": 9,
"weight": 9.0,
"health": 13,
"attack": 7,
"attackAlgorithmID": "SIMPLE"
Expand Down Expand Up @@ -278,7 +278,7 @@
["IGUANA_BEEF", 1.0]
],
"visibility": "70%",
"weight": 4,
"weight": 4.0,
"health": 18,
"attack": 0,
"attackAlgorithmID": "CRITTER"
Expand All @@ -297,7 +297,7 @@
["KOMODO_DRAGON_BEEF", 0.9]
],
"visibility": "70%",
"weight": 70,
"weight": 70.0,
"health": 24,
"attack": 10,
"attackAlgorithmID": "SIMPLE"
Expand Down Expand Up @@ -330,7 +330,7 @@
"CORPSE"
],
"visibility": "70%",
"weight": 1,
"weight": 1.0,
"health": 23,
"attack": 9,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -348,7 +348,7 @@
["SPIDER_VENOM_GLAND", 0.2]
],
"visibility": "70%",
"weight": 10,
"weight": 10.0,
"health": 20,
"attack": 8,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -368,7 +368,7 @@
["WOLF_BEEF", 0.8]
],
"visibility": "70%",
"weight": 50,
"weight": 50.0,
"health": 30,
"attack": 11,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -387,7 +387,7 @@
["TIGER_BEEF", 0.8]
],
"visibility": "70%",
"weight": 300,
"weight": 300.0,
"health": 20,
"attack": 16,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -410,7 +410,7 @@
["POTATO", 0.2]
],
"visibility": "70%",
"weight": 100,
"weight": 100.0,
"health": 35,
"attack": 10,
"attackAlgorithmID": "ORC",
Expand All @@ -433,7 +433,7 @@
["PINEAPPLE", 0.1]
],
"visibility": "70%",
"weight": 60,
"weight": 60.0,
"health": 28,
"attack": 8,
"attackAlgorithmID": "SIMPLE",
Expand All @@ -454,7 +454,7 @@
["BONE", 0.6]
],
"visibility": "65%",
"weight": 12,
"weight": 12.0,
"health": 30,
"attack": 10,
"attackAlgorithmID": "SIMPLE",
Expand All @@ -474,7 +474,7 @@
],
"visibility": "80%",
"luminosity": "20%",
"weight": 55,
"weight": 55.0,
"health": 20,
"attack": 8,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -494,7 +494,7 @@
],
"visibility": "75%",
"luminosity": "2%",
"weight": 60,
"weight": 60.0,
"health": 25,
"attack": 12,
"attackAlgorithmID": "SIMPLE"
Expand All @@ -514,7 +514,7 @@
["WOOD_LOG", 1.0]
],
"visibility": "70%",
"weight": 50,
"weight": 50.0,
"health": 200,
"attack": 0,
"attackAlgorithmID": "DUMMY"
Expand Down

0 comments on commit c24b3c1

Please sign in to comment.