RoloLudo/RoloLudo.package/LudoBot.class/instance/newRandomPlayerCharacter.st

9 lines
152 B
Smalltalk

accessing
newRandomPlayerCharacter
^ SfPlayerCharacter new
momentum: 2;
maxMomentum: 10;
momentumReset: 2;
health: 5;
spirit: 5;
supply: 5.