6869707172737475
@Override public PlayableStat getStat() { if(super.getStat() == null || !(super.getStat() instanceof PlayableStat)) setStat(new PlayableStat(this)); return (PlayableStat)super.getStat(); }