stats.put("atkb",newStat(lang.Stats_FIGHT_PROP_BASE_ATTACK,FightProperty.FIGHT_PROP_BASE_ATTACK,false));// This doesn't seem to get used to recalculate ATK, so it's only useful for stuff like Bennett's buff.
stats.put("atkb",newStat(FightProperty.FIGHT_PROP_BASE_ATTACK.toString(),FightProperty.FIGHT_PROP_BASE_ATTACK,false));// This doesn't seem to get used to recalculate ATK, so it's only useful for stuff like Bennett's buff.
stats.put("resall",newStat(FightProperty.FIGHT_PROP_SUB_HURT.toString(),FightProperty.FIGHT_PROP_SUB_HURT,true));// This seems to get reset after attacks
privatefinalString[]missingRoutes={// TODO: When http requests for theses routes are found please remove it from this list and update the route request type in the DispatchServer
...
...
@@ -31,8 +34,8 @@ public final class DispatchHttpJsonHandler implements HttpContextHandler {