diff --git a/spawners/frozen/land-hostile.json b/spawners/frozen/land-hostile.json index 076f46c4..7c2e1d16 100644 --- a/spawners/frozen/land-hostile.json +++ b/spawners/frozen/land-hostile.json @@ -2,7 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": {"seconds": 30} + "per": {"seconds": 15} }, "timeBlock": { "startHour": 20, diff --git a/spawners/hot/land-hostile.json b/spawners/hot/land-hostile.json index 076f46c4..7c2e1d16 100644 --- a/spawners/hot/land-hostile.json +++ b/spawners/hot/land-hostile.json @@ -2,7 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": {"seconds": 30} + "per": {"seconds": 15} }, "timeBlock": { "startHour": 20, diff --git a/spawners/swamp/land-hostile.json b/spawners/swamp/land-hostile.json index 4cf866a2..8db65745 100644 --- a/spawners/swamp/land-hostile.json +++ b/spawners/swamp/land-hostile.json @@ -1,8 +1,8 @@ { "group": "NORMAL", "maximumRate": { - "amount": 10, - "per": {"seconds": 30} + "amount": 8, + "per": {"seconds": 15} }, "timeBlock": { "startHour": 20, diff --git a/spawners/temperate/land-hostile.json b/spawners/temperate/land-hostile.json index 076f46c4..7c2e1d16 100644 --- a/spawners/temperate/land-hostile.json +++ b/spawners/temperate/land-hostile.json @@ -2,7 +2,7 @@ "group": "NORMAL", "maximumRate": { "amount": 8, - "per": {"seconds": 30} + "per": {"seconds": 15} }, "timeBlock": { "startHour": 20, diff --git a/spawners/tropical/beach.json b/spawners/tropical/beach.json index ac32a5a1..719df62d 100644 --- a/spawners/tropical/beach.json +++ b/spawners/tropical/beach.json @@ -15,7 +15,7 @@ }, "spawns": [{ "entity": "standard/passive/turtle", - "energyMultiplier": 2.885, - "rarity": 1 + "energyMultiplier": 3, + "rarity": 5 }] } diff --git a/spawners/tropical/land-hostile.json b/spawners/tropical/land-hostile.json index 4dee158d..02688b63 100644 --- a/spawners/tropical/land-hostile.json +++ b/spawners/tropical/land-hostile.json @@ -1,8 +1,8 @@ { "group": "NORMAL", "maximumRate": { - "amount": 15, - "per": {"seconds": 30} + "amount": 8, + "per": {"seconds": 15} }, "timeBlock": { "startHour": 20, diff --git a/spawners/tundra/land-hostile.json b/spawners/tundra/land-hostile.json index 14024d2d..7c2e1d16 100644 --- a/spawners/tundra/land-hostile.json +++ b/spawners/tundra/land-hostile.json @@ -1,8 +1,8 @@ { "group": "NORMAL", "maximumRate": { - "amount": 15, - "per": {"seconds": 30} + "amount": 8, + "per": {"seconds": 15} }, "timeBlock": { "startHour": 20,