@@ -184,7 +184,7 @@ public class NpcViewMod implements IBypassHandler
}
- html.replace("%atktype%", npc.getAttackType().getName());
+ html.replace("%atktype%", Util.capitalizeFirst(npc.getAttackType().name().toLowerCase()));
html.replace("%atkrange%", npc.getStat().getPhysicalAttackRange());
html.replace("%patk%", npc.getPAtk(activeChar));
@@ -18,7 +18,7 @@
</creationPoints>
<basePAtk>4</basePAtk>
<baseCritRate>4</baseCritRate>
- <baseAtkType>fist</baseAtkType>
+ <baseAtkType>FIST</baseAtkType>
<basePAtkSpd>300</basePAtkSpd>
<basePDef>
<chest>31</chest>
@@ -16,7 +16,7 @@
<basePAtk>3</basePAtk>
<chest>15</chest>