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