v0.3.2: twaeked tengu's description, adjusted thief spawn rate on floor 6
This commit is contained in:
parent
4b6cd0531a
commit
b09b24aeb5
|
@ -90,7 +90,7 @@ public class Bestiary {
|
|||
break;
|
||||
|
||||
case 6:
|
||||
chances = new float[]{ 4, 2, 1, 0.2f };
|
||||
chances = new float[]{ 4, 1, 1, 0.2f };
|
||||
classes = new Class<?>[]{ Skeleton.class, Thief.class, Swarm.class, Shaman.class };
|
||||
break;
|
||||
case 7:
|
||||
|
|
|
@ -215,7 +215,7 @@ public class Tengu extends Mob {
|
|||
@Override
|
||||
public String description() {
|
||||
return
|
||||
"A famous assassin, named for the mask grafted to his face.\n\n" +
|
||||
"A famous and enigmatic assassin, named for the mask grafted to his face.\n\n" +
|
||||
"Tengu is held down with large clasps on his wrists and knees, though he seems to have gotten rid of his chains long ago.\n\n" +
|
||||
"He will try to use traps, deceptive magic, and precise attacks to eliminate the only thing stopping his escape: you.";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user