4849505152535455565758
public Creature (){ int x; for (x = 0; x < Stats.stats.size(); x++) { stats.add(new SmallPoints (4, 20)); } for (x = 0; x < Perk.perks.size(); x++) { perks.add(new TBoolean(false)); }
178179180181182183184185186187188
//Log.info("Filling chances for look " + nowGroup.get(nowID).LName); } dice.rollDice(); looks.add(new SmallPoints(dice.resultID, 100)); //Log.info("Rolled "+nowGroup.get(dice.resultID).LName); dice.reset();
269270271272273274275276277278279
} } public void bindPlusMinusToArrayList(PointSet<SmallPoints> fromArray) { SmallPoints nowPoints; int x = 0; Iterator<SmallPoints> i = fromArray.iterator(); while (i.hasNext()) { nowPoints = i.next();