Browse Source

stats alteration for custom race

lakebane-master
FatBoy-DOTC 8 months ago
parent
commit
ca47022d88
  1. 2
      src/engine/objects/Race.java

2
src/engine/objects/Race.java

@ -172,7 +172,7 @@ public class Race { @@ -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);
}

Loading…
Cancel
Save