stats alteration for custom race

This commit is contained in:
2024-03-17 16:59:02 -05:00
parent d58d8ee67c
commit ca47022d88
+1 -1
View File
@@ -172,7 +172,7 @@ public class Race {
ArrayList<SkillReq> skillsGrantedLizardman = new ArrayList<>();
ArrayList<PowerReq> powersGrantedLizardman = new ArrayList<>();
ArrayList<MobBaseEffects> effectsListLizardman = new ArrayList<>();
Race lizardman = new Race(1998,"Lizardman","Rulers of the swamps, Lizardmen treat all intruders with great hostility.",new Vector3f(35,30,85),new Vector3f(55,50,120),new Vector3f(50,45,115),new Vector3f(45,40,110),new Vector3f(35,30,85),(byte)10,19981998,(short)0,(short)0,5.0f,(short)0,baseClassesLizardman,skillsGrantedLizardman,powersGrantedLizardman,effectsListLizardman);
Race lizardman = new Race(1998,"Lizardman","Rulers of the swamps, Lizardmen treat all intruders with great hostility.",new Vector3f(30,25,80),new Vector3f(60,55,125),new Vector3f(40,35,110),new Vector3f(50,45,105),new Vector3f(30,25,80),(byte)10,19981998,(short)0,(short)0,5.0f,(short)0,baseClassesLizardman,skillsGrantedLizardman,powersGrantedLizardman,effectsListLizardman);
Race._raceByID.put(1998,lizardman);
}