mirror of
https://github.com/shansen/EggCatcher.git
synced 2024-12-02 06:53:33 +01:00
Tried to add guardians 2
This commit is contained in:
parent
b4099dc0b2
commit
d2ed01a364
@ -39,6 +39,7 @@ CatchChance:
|
|||||||
Bat: 100.0
|
Bat: 100.0
|
||||||
Horse: 100.0
|
Horse: 100.0
|
||||||
Rabbit: 100.0
|
Rabbit: 100.0
|
||||||
|
Guardian: 100.0
|
||||||
VaultCost:
|
VaultCost:
|
||||||
Pig: 0.0
|
Pig: 0.0
|
||||||
Sheep: 0.0
|
Sheep: 0.0
|
||||||
@ -65,6 +66,7 @@ VaultCost:
|
|||||||
Bat: 0.0
|
Bat: 0.0
|
||||||
Horse: 0.0
|
Horse: 0.0
|
||||||
Rabbit: 0.0
|
Rabbit: 0.0
|
||||||
|
Guardian: 0.0
|
||||||
ItemCost:
|
ItemCost:
|
||||||
ItemId: 371
|
ItemId: 371
|
||||||
ItemData: 0
|
ItemData: 0
|
||||||
@ -94,6 +96,7 @@ ItemCost:
|
|||||||
Bat: 0
|
Bat: 0
|
||||||
Horse: 0
|
Horse: 0
|
||||||
Rabbit: 0
|
Rabbit: 0
|
||||||
|
Guardian: 0
|
||||||
HealthPercentage:
|
HealthPercentage:
|
||||||
Pig: 100.0
|
Pig: 100.0
|
||||||
Sheep: 100.0
|
Sheep: 100.0
|
||||||
@ -120,6 +123,7 @@ HealthPercentage:
|
|||||||
Bat: 100.0
|
Bat: 100.0
|
||||||
Horse: 100.0
|
Horse: 100.0
|
||||||
Rabbit: 100.0
|
Rabbit: 100.0
|
||||||
|
Guardian: 100.0
|
||||||
Messages:
|
Messages:
|
||||||
PermissionFail: "You do not have permission to catch this mob!"
|
PermissionFail: "You do not have permission to catch this mob!"
|
||||||
VaultFail: "It costs %s dollars to catch this mob!"
|
VaultFail: "It costs %s dollars to catch this mob!"
|
||||||
|
Loading…
Reference in New Issue
Block a user