Add yearlings (teenage) ponies

This commit is contained in:
Sollace 2018-08-14 22:55:42 +02:00
parent 36015ba384
commit 3225d727fd

View file

@ -7,6 +7,7 @@ public enum PonySize implements ITriggerPixelMapped<PonySize> {
TALL(0x534b76, 0.45f, 1.1F, PonyTransformation.TALL),
LARGE(0xce3254, 0.5f, 1, PonyTransformation.LARGE),
NORMAL(0, 0.4f, 0.8F, PonyTransformation.NORMAL),
YEARLING(0x53beff, 0.4F, 0.7F, PonyTransformation.TALL),
FOAL(0xffbe53, 0.25f, 0.6F, PonyTransformation.FOAL);
private int triggerValue;