Make piranhas faster and more bitey

Piranhas are pretty bland, so make them faster and give them
an extra bite attack.

(via xNetHack)
This commit is contained in:
Pasi Kallinen
2020-09-30 18:59:09 +03:00
parent a47e742892
commit fb7b578af1
2 changed files with 4 additions and 3 deletions

View File

@@ -2636,9 +2636,9 @@ struct permonst _mons2[] = {
M1_SWIM | M1_AMPHIBIOUS | M1_SLITHY | M1_NOLIMBS | M1_NOHEAD
| M1_NOTAKE | M1_POIS,
M2_HOSTILE, 0, 5, CLR_BLUE),
MON("piranha", S_EEL, LVL(5, 12, 4, 0, 0), (G_GENO | G_NOGEN | G_SGROUP),
A(ATTK(AT_BITE, AD_PHYS, 2, 6), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK,
NO_ATTK),
MON("piranha", S_EEL, LVL(5, 18, 4, 0, 0), (G_GENO | G_NOGEN | G_SGROUP),
A(ATTK(AT_BITE, AD_PHYS, 2, 6), ATTK(AT_BITE, AD_PHYS, 2, 6),
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
SIZ(60, 30, MS_SILENT, MZ_SMALL), 0, 0,
M1_SWIM | M1_AMPHIBIOUS | M1_ANIMAL | M1_SLITHY | M1_NOLIMBS
| M1_CARNIVORE | M1_OVIPAROUS | M1_NOTAKE,