123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389 |
- /*
- * Copyright (C) 2004-2014 L2J Server
- *
- * This file is part of L2J Server.
- *
- * L2J Server is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * L2J Server is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- package com.l2jserver.gameserver.engines;
- import java.io.File;
- import java.util.ArrayList;
- import java.util.HashSet;
- import java.util.List;
- import java.util.Map;
- import java.util.Set;
- import java.util.StringTokenizer;
- import java.util.logging.Level;
- import java.util.logging.Logger;
- import javax.xml.parsers.DocumentBuilderFactory;
- import javolution.util.FastMap;
- import org.w3c.dom.Document;
- import org.w3c.dom.NamedNodeMap;
- import org.w3c.dom.Node;
- import com.l2jserver.gameserver.datatables.ItemTable;
- import com.l2jserver.gameserver.enums.InstanceType;
- import com.l2jserver.gameserver.enums.NpcRace;
- import com.l2jserver.gameserver.enums.PcRace;
- import com.l2jserver.gameserver.model.StatsSet;
- import com.l2jserver.gameserver.model.base.PlayerState;
- import com.l2jserver.gameserver.model.conditions.Condition;
- import com.l2jserver.gameserver.model.conditions.ConditionChangeWeapon;
- import com.l2jserver.gameserver.model.conditions.ConditionGameChance;
- import com.l2jserver.gameserver.model.conditions.ConditionGameTime;
- import com.l2jserver.gameserver.model.conditions.ConditionGameTime.CheckGameTime;
- import com.l2jserver.gameserver.model.conditions.ConditionLogicAnd;
- import com.l2jserver.gameserver.model.conditions.ConditionLogicNot;
- import com.l2jserver.gameserver.model.conditions.ConditionLogicOr;
- import com.l2jserver.gameserver.model.conditions.ConditionMinDistance;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerActiveEffectId;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerActiveSkillId;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerAgathionId;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCallPc;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanCreateBase;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanCreateOutpost;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanEscape;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanRefuelAirship;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanSummon;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanSummonSiegeGolem;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanSweep;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanTakeCastle;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanTakeFort;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanTransform;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCanUntransform;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCharges;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCheckAbnormal;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerClassIdRestriction;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCloakStatus;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerCp;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerFlyMounted;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerGrade;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerHasCastle;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerHasClanHall;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerHasFort;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerHasPet;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerHp;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerInsideZoneId;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerInstanceId;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerInvSize;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerIsClanLeader;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerIsHero;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerLandingZone;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerLevel;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerLevelRange;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerMp;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerPkCount;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerPledgeClass;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerRace;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerRangeFromNpc;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerServitorNpcId;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerSex;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerSiegeSide;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerSouls;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerState;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerSubclass;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerTransformationId;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerTvTEvent;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerVehicleMounted;
- import com.l2jserver.gameserver.model.conditions.ConditionPlayerWeight;
- import com.l2jserver.gameserver.model.conditions.ConditionSiegeZone;
- import com.l2jserver.gameserver.model.conditions.ConditionSlotItemId;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetAbnormal;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetActiveEffectId;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetActiveSkillId;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetAggro;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetClassIdRestriction;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetInvSize;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetLevel;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetLevelRange;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetMyPartyExceptMe;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetNpcId;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetNpcRace;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetNpcType;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetPlayable;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetRace;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetUsesWeaponKind;
- import com.l2jserver.gameserver.model.conditions.ConditionTargetWeight;
- import com.l2jserver.gameserver.model.conditions.ConditionUsingItemType;
- import com.l2jserver.gameserver.model.conditions.ConditionUsingSkill;
- import com.l2jserver.gameserver.model.conditions.ConditionWithSkill;
- import com.l2jserver.gameserver.model.effects.AbstractEffect;
- import com.l2jserver.gameserver.model.interfaces.IIdentifiable;
- import com.l2jserver.gameserver.model.items.L2Item;
- import com.l2jserver.gameserver.model.items.type.L2ArmorType;
- import com.l2jserver.gameserver.model.items.type.L2WeaponType;
- import com.l2jserver.gameserver.model.skills.AbnormalType;
- import com.l2jserver.gameserver.model.skills.EffectScope;
- import com.l2jserver.gameserver.model.skills.Skill;
- import com.l2jserver.gameserver.model.skills.funcs.FuncTemplate;
- import com.l2jserver.gameserver.model.skills.funcs.Lambda;
- import com.l2jserver.gameserver.model.skills.funcs.LambdaCalc;
- import com.l2jserver.gameserver.model.skills.funcs.LambdaConst;
- import com.l2jserver.gameserver.model.skills.funcs.LambdaStats;
- import com.l2jserver.gameserver.model.stats.Env;
- import com.l2jserver.gameserver.model.stats.Stats;
- /**
- * @author mkizub
- */
- public abstract class DocumentBase
- {
- protected final Logger _log = Logger.getLogger(getClass().getName());
-
- private final File _file;
- protected Map<String, String[]> _tables;
-
- protected DocumentBase(File pFile)
- {
- _file = pFile;
- _tables = new FastMap<>();
- }
-
- public Document parse()
- {
- Document doc = null;
- try
- {
- DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
- factory.setValidating(false);
- factory.setIgnoringComments(true);
- doc = factory.newDocumentBuilder().parse(_file);
- parseDocument(doc);
- }
- catch (Exception e)
- {
- _log.log(Level.SEVERE, "Error loading file " + _file, e);
- }
- return doc;
- }
-
- protected abstract void parseDocument(Document doc);
-
- protected abstract StatsSet getStatsSet();
-
- protected abstract String getTableValue(String name);
-
- protected abstract String getTableValue(String name, int idx);
-
- protected void resetTable()
- {
- _tables = new FastMap<>();
- }
-
- protected void setTable(String name, String[] table)
- {
- _tables.put(name, table);
- }
-
- protected void parseTemplate(Node n, Object template)
- {
- parseTemplate(n, template, null);
- }
-
- protected void parseTemplate(Node n, Object template, EffectScope effectScope)
- {
- Condition condition = null;
- n = n.getFirstChild();
- if (n == null)
- {
- return;
- }
- if ("cond".equalsIgnoreCase(n.getNodeName()))
- {
- condition = parseCondition(n.getFirstChild(), template);
- Node msg = n.getAttributes().getNamedItem("msg");
- Node msgId = n.getAttributes().getNamedItem("msgId");
- if ((condition != null) && (msg != null))
- {
- condition.setMessage(msg.getNodeValue());
- }
- else if ((condition != null) && (msgId != null))
- {
- condition.setMessageId(Integer.decode(getValue(msgId.getNodeValue(), null)));
- Node addName = n.getAttributes().getNamedItem("addName");
- if ((addName != null) && (Integer.decode(getValue(msgId.getNodeValue(), null)) > 0))
- {
- condition.addName();
- }
- }
- n = n.getNextSibling();
- }
- for (; n != null; n = n.getNextSibling())
- {
- switch (n.getNodeName().toLowerCase())
- {
- case "add":
- {
- attachFunc(n, template, "Add", condition);
- break;
- }
- case "sub":
- {
- attachFunc(n, template, "Sub", condition);
- break;
- }
- case "mul":
- {
- attachFunc(n, template, "Mul", condition);
- break;
- }
- case "basemul":
- {
- attachFunc(n, template, "BaseMul", condition);
- break;
- }
- case "div":
- {
- attachFunc(n, template, "Div", condition);
- break;
- }
- case "set":
- {
- attachFunc(n, template, "Set", condition);
- break;
- }
- case "share":
- {
- attachFunc(n, template, "Share", condition);
- break;
- }
- case "enchant":
- {
- attachFunc(n, template, "Enchant", condition);
- break;
- }
- case "enchanthp":
- {
- attachFunc(n, template, "EnchantHp", condition);
- break;
- }
- case "effect":
- {
- if (template instanceof AbstractEffect)
- {
- throw new RuntimeException("Nested effects");
- }
- attachEffect(n, template, condition, effectScope);
- break;
- }
- }
- }
- }
-
- protected void attachFunc(Node n, Object template, String name, Condition attachCond)
- {
- Stats stat = Stats.valueOfXml(n.getAttributes().getNamedItem("stat").getNodeValue());
- String order = n.getAttributes().getNamedItem("order").getNodeValue();
- Lambda lambda = getLambda(n, template);
- int ord = Integer.decode(getValue(order, template));
- Condition applayCond = parseCondition(n.getFirstChild(), template);
- FuncTemplate ft = new FuncTemplate(attachCond, applayCond, name, stat, ord, lambda);
- if (template instanceof L2Item)
- {
- ((L2Item) template).attach(ft);
- }
- else if (template instanceof Skill)
- {
- ((Skill) template).attach(ft);
- }
- else if (template instanceof AbstractEffect)
- {
- ((AbstractEffect) template).attach(ft);
- }
- }
-
- protected void attachLambdaFunc(Node n, Object template, LambdaCalc calc)
- {
- String name = n.getNodeName();
- final StringBuilder sb = new StringBuilder(name);
- sb.setCharAt(0, Character.toUpperCase(name.charAt(0)));
- name = sb.toString();
- Lambda lambda = getLambda(n, template);
- FuncTemplate ft = new FuncTemplate(null, null, name, null, calc.funcs.length, lambda);
- calc.addFunc(ft.getFunc(new Env(), calc));
- }
-
- protected void attachEffect(Node n, Object template, Condition attachCond)
- {
- attachEffect(n, template, attachCond, null);
- }
-
- protected void attachEffect(Node n, Object template, Condition attachCond, EffectScope effectScope)
- {
- final NamedNodeMap attrs = n.getAttributes();
- final StatsSet set = new StatsSet();
- for (int i = 0; i < attrs.getLength(); i++)
- {
- Node att = attrs.item(i);
- set.set(att.getNodeName(), getValue(att.getNodeValue(), template));
- }
-
- final StatsSet parameters = parseParameters(n.getFirstChild(), template);
- final Condition applayCond = parseCondition(n.getFirstChild(), template);
-
- if (template instanceof IIdentifiable)
- {
- set.set("id", ((IIdentifiable) template).getId());
- }
-
- final AbstractEffect effect = AbstractEffect.createEffect(attachCond, applayCond, set, parameters);
- parseTemplate(n, effect);
- if (template instanceof L2Item)
- {
- ((L2Item) template).attach(effect);
- }
- else if (template instanceof Skill)
- {
- final Skill skill = (Skill) template;
- if (effectScope != null)
- {
- skill.addEffect(effectScope, effect);
- }
- else if (skill.isPassive())
- {
- skill.addEffect(EffectScope.PASSIVE, effect);
- }
- else
- {
- skill.addEffect(EffectScope.GENERAL, effect);
- }
- }
- }
-
- /**
- * Parse effect's parameters.
- * @param n the node to start the parsing
- * @param template the effect template
- * @return the list of parameters if any, {@code null} otherwise
- */
- private StatsSet parseParameters(Node n, Object template)
- {
- StatsSet parameters = null;
- while ((n != null))
- {
- // Parse all parameters.
- if ((n.getNodeType() == Node.ELEMENT_NODE) && "param".equals(n.getNodeName()))
- {
- if (parameters == null)
- {
- parameters = new StatsSet();
- }
- NamedNodeMap params = n.getAttributes();
- for (int i = 0; i < params.getLength(); i++)
- {
- Node att = params.item(i);
- parameters.set(att.getNodeName(), getValue(att.getNodeValue(), template));
- }
- }
- n = n.getNextSibling();
- }
- return parameters == null ? StatsSet.EMPTY_STATSET : parameters;
- }
-
- protected Condition parseCondition(Node n, Object template)
- {
- while ((n != null) && (n.getNodeType() != Node.ELEMENT_NODE))
- {
- n = n.getNextSibling();
- }
-
- Condition condition = null;
- if (n != null)
- {
- switch (n.getNodeName().toLowerCase())
- {
- case "and":
- {
- condition = parseLogicAnd(n, template);
- break;
- }
- case "or":
- {
- condition = parseLogicOr(n, template);
- break;
- }
- case "not":
- {
- condition = parseLogicNot(n, template);
- break;
- }
- case "player":
- {
- condition = parsePlayerCondition(n, template);
- break;
- }
- case "target":
- {
- condition = parseTargetCondition(n, template);
- break;
- }
- case "using":
- {
- condition = parseUsingCondition(n);
- break;
- }
- case "game":
- {
- condition = parseGameCondition(n);
- break;
- }
- }
- }
- return condition;
- }
-
- protected Condition parseLogicAnd(Node n, Object template)
- {
- ConditionLogicAnd cond = new ConditionLogicAnd();
- for (n = n.getFirstChild(); n != null; n = n.getNextSibling())
- {
- if (n.getNodeType() == Node.ELEMENT_NODE)
- {
- cond.add(parseCondition(n, template));
- }
- }
- if ((cond.conditions == null) || (cond.conditions.length == 0))
- {
- _log.severe("Empty <and> condition in " + _file);
- }
- return cond;
- }
-
- protected Condition parseLogicOr(Node n, Object template)
- {
- ConditionLogicOr cond = new ConditionLogicOr();
- for (n = n.getFirstChild(); n != null; n = n.getNextSibling())
- {
- if (n.getNodeType() == Node.ELEMENT_NODE)
- {
- cond.add(parseCondition(n, template));
- }
- }
- if ((cond.conditions == null) || (cond.conditions.length == 0))
- {
- _log.severe("Empty <or> condition in " + _file);
- }
- return cond;
- }
-
- protected Condition parseLogicNot(Node n, Object template)
- {
- for (n = n.getFirstChild(); n != null; n = n.getNextSibling())
- {
- if (n.getNodeType() == Node.ELEMENT_NODE)
- {
- return new ConditionLogicNot(parseCondition(n, template));
- }
- }
- _log.severe("Empty <not> condition in " + _file);
- return null;
- }
-
- protected Condition parsePlayerCondition(Node n, Object template)
- {
- Condition cond = null;
- NamedNodeMap attrs = n.getAttributes();
- for (int i = 0; i < attrs.getLength(); i++)
- {
- Node a = attrs.item(i);
- switch (a.getNodeName().toLowerCase())
- {
- case "races":
- {
- final String[] racesVal = a.getNodeValue().split(",");
- final PcRace[] races = new PcRace[racesVal.length];
- for (int r = 0; r < racesVal.length; r++)
- {
- if (racesVal[r] != null)
- {
- races[r] = PcRace.valueOf(racesVal[r]);
- }
- }
- cond = joinAnd(cond, new ConditionPlayerRace(races));
- break;
- }
- case "level":
- {
- int lvl = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionPlayerLevel(lvl));
- break;
- }
- case "levelrange":
- {
- String[] range = getValue(a.getNodeValue(), template).split(";");
- if (range.length == 2)
- {
- int[] lvlRange = new int[2];
- lvlRange[0] = Integer.decode(getValue(a.getNodeValue(), template).split(";")[0]);
- lvlRange[1] = Integer.decode(getValue(a.getNodeValue(), template).split(";")[1]);
- cond = joinAnd(cond, new ConditionPlayerLevelRange(lvlRange));
- }
- break;
- }
- case "resting":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.RESTING, val));
- break;
- }
- case "flying":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.FLYING, val));
- break;
- }
- case "moving":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.MOVING, val));
- break;
- }
- case "running":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.RUNNING, val));
- break;
- }
- case "standing":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.STANDING, val));
- break;
- }
- case "behind":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.BEHIND, val));
- break;
- }
- case "front":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.FRONT, val));
- break;
- }
- case "chaotic":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.CHAOTIC, val));
- break;
- }
- case "olympiad":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerState(PlayerState.OLYMPIAD, val));
- break;
- }
- case "ishero":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerIsHero(val));
- break;
- }
- case "transformationid":
- {
- int id = Integer.parseInt(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerTransformationId(id));
- break;
- }
- case "hp":
- {
- int hp = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerHp(hp));
- break;
- }
- case "mp":
- {
- int hp = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerMp(hp));
- break;
- }
- case "cp":
- {
- int cp = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerCp(cp));
- break;
- }
- case "grade":
- {
- int expIndex = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionPlayerGrade(expIndex));
- break;
- }
- case "pkcount":
- {
- int expIndex = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionPlayerPkCount(expIndex));
- break;
- }
- case "siegezone":
- {
- int value = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionSiegeZone(value, true));
- break;
- }
- case "siegeside":
- {
- int value = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerSiegeSide(value));
- break;
- }
- case "charges":
- {
- int value = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionPlayerCharges(value));
- break;
- }
- case "souls":
- {
- int value = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionPlayerSouls(value));
- break;
- }
- case "weight":
- {
- int weight = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerWeight(weight));
- break;
- }
- case "invsize":
- {
- int size = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerInvSize(size));
- break;
- }
- case "isclanleader":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerIsClanLeader(val));
- break;
- }
- case "ontvtevent":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerTvTEvent(val));
- break;
- }
- case "pledgeclass":
- {
- int pledgeClass = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerPledgeClass(pledgeClass));
- break;
- }
- case "clanhall":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionPlayerHasClanHall(array));
- break;
- }
- case "fort":
- {
- int fort = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerHasFort(fort));
- break;
- }
- case "castle":
- {
- int castle = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerHasCastle(castle));
- break;
- }
- case "sex":
- {
- int sex = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionPlayerSex(sex));
- break;
- }
- case "flymounted":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerFlyMounted(val));
- break;
- }
- case "vehiclemounted":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerVehicleMounted(val));
- break;
- }
- case "landingzone":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerLandingZone(val));
- break;
- }
- case "active_effect_id":
- {
- int effect_id = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionPlayerActiveEffectId(effect_id));
- break;
- }
- case "active_effect_id_lvl":
- {
- String val = getValue(a.getNodeValue(), template);
- int effect_id = Integer.decode(getValue(val.split(",")[0], template));
- int effect_lvl = Integer.decode(getValue(val.split(",")[1], template));
- cond = joinAnd(cond, new ConditionPlayerActiveEffectId(effect_id, effect_lvl));
- break;
- }
- case "active_skill_id":
- {
- int skill_id = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionPlayerActiveSkillId(skill_id));
- break;
- }
- case "active_skill_id_lvl":
- {
- String val = getValue(a.getNodeValue(), template);
- int skill_id = Integer.decode(getValue(val.split(",")[0], template));
- int skill_lvl = Integer.decode(getValue(val.split(",")[1], template));
- cond = joinAnd(cond, new ConditionPlayerActiveSkillId(skill_id, skill_lvl));
- break;
- }
- case "class_id_restriction":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionPlayerClassIdRestriction(array));
- break;
- }
- case "subclass":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerSubclass(val));
- break;
- }
- case "instanceid":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionPlayerInstanceId(array));
- break;
- }
- case "agathionid":
- {
- int agathionId = Integer.decode(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerAgathionId(agathionId));
- break;
- }
- case "cloakstatus":
- {
- int val = Integer.parseInt(a.getNodeValue());
- cond = joinAnd(cond, new ConditionPlayerCloakStatus(val));
- break;
- }
- case "haspet":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionPlayerHasPet(array));
- break;
- }
- case "servitornpcid":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionPlayerServitorNpcId(array));
- break;
- }
- case "npcidradius":
- {
- final StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- if (st.countTokens() == 3)
- {
- final String[] ids = st.nextToken().split(";");
- final int[] npcIds = new int[ids.length];
- for (int index = 0; index < ids.length; index++)
- {
- npcIds[index] = Integer.parseInt(getValue(ids[index], template));
- }
- final int radius = Integer.parseInt(st.nextToken());
- final boolean val = Boolean.parseBoolean(st.nextToken());
- cond = joinAnd(cond, new ConditionPlayerRangeFromNpc(npcIds, radius, val));
- }
- break;
- }
- case "callpc":
- {
- cond = joinAnd(cond, new ConditionPlayerCallPc(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "cancreatebase":
- {
- cond = joinAnd(cond, new ConditionPlayerCanCreateBase(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "cancreateoutpost":
- {
- cond = joinAnd(cond, new ConditionPlayerCanCreateOutpost(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "canescape":
- {
- cond = joinAnd(cond, new ConditionPlayerCanEscape(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "canrefuelairship":
- {
- cond = joinAnd(cond, new ConditionPlayerCanRefuelAirship(Integer.parseInt(a.getNodeValue())));
- break;
- }
- case "cansummon":
- {
- cond = joinAnd(cond, new ConditionPlayerCanSummon(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "cansummonsiegegolem":
- {
- cond = joinAnd(cond, new ConditionPlayerCanSummonSiegeGolem(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "cansweep":
- {
- cond = joinAnd(cond, new ConditionPlayerCanSweep(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "cantakecastle":
- {
- cond = joinAnd(cond, new ConditionPlayerCanTakeCastle(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "cantakefort":
- {
- cond = joinAnd(cond, new ConditionPlayerCanTakeFort(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "cantransform":
- {
- cond = joinAnd(cond, new ConditionPlayerCanTransform(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "canuntransform":
- {
- cond = joinAnd(cond, new ConditionPlayerCanUntransform(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "insidezoneid":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionPlayerInsideZoneId(array));
- break;
- }
- case "checkabnormal":
- {
- final String value = a.getNodeValue();
- if (value.contains(","))
- {
- final String[] values = value.split(",");
- cond = joinAnd(cond, new ConditionPlayerCheckAbnormal(AbnormalType.valueOf(values[0]), Integer.decode(getValue(values[1], template))));
- }
- else
- {
- cond = joinAnd(cond, new ConditionPlayerCheckAbnormal(AbnormalType.valueOf(value)));
- }
- break;
- }
- }
- }
-
- if (cond == null)
- {
- _log.severe("Unrecognized <player> condition in " + _file);
- }
- return cond;
- }
-
- protected Condition parseTargetCondition(Node n, Object template)
- {
- Condition cond = null;
- NamedNodeMap attrs = n.getAttributes();
- for (int i = 0; i < attrs.getLength(); i++)
- {
- Node a = attrs.item(i);
- switch (a.getNodeName().toLowerCase())
- {
- case "aggro":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionTargetAggro(val));
- break;
- }
- case "siegezone":
- {
- int value = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionSiegeZone(value, false));
- break;
- }
- case "level":
- {
- int lvl = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionTargetLevel(lvl));
- break;
- }
- case "levelrange":
- {
- String[] range = getValue(a.getNodeValue(), template).split(";");
- if (range.length == 2)
- {
- int[] lvlRange = new int[2];
- lvlRange[0] = Integer.decode(getValue(a.getNodeValue(), template).split(";")[0]);
- lvlRange[1] = Integer.decode(getValue(a.getNodeValue(), template).split(";")[1]);
- cond = joinAnd(cond, new ConditionTargetLevelRange(lvlRange));
- }
- break;
- }
- case "mypartyexceptme":
- {
- cond = joinAnd(cond, new ConditionTargetMyPartyExceptMe(Boolean.parseBoolean(a.getNodeValue())));
- break;
- }
- case "playable":
- {
- cond = joinAnd(cond, new ConditionTargetPlayable());
- break;
- }
- case "class_id_restriction":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionTargetClassIdRestriction(array));
- break;
- }
- case "active_effect_id":
- {
- int effect_id = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionTargetActiveEffectId(effect_id));
- break;
- }
- case "active_effect_id_lvl":
- {
- String val = getValue(a.getNodeValue(), template);
- int effect_id = Integer.decode(getValue(val.split(",")[0], template));
- int effect_lvl = Integer.decode(getValue(val.split(",")[1], template));
- cond = joinAnd(cond, new ConditionTargetActiveEffectId(effect_id, effect_lvl));
- break;
- }
- case "active_skill_id":
- {
- int skill_id = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionTargetActiveSkillId(skill_id));
- break;
- }
- case "active_skill_id_lvl":
- {
- String val = getValue(a.getNodeValue(), template);
- int skill_id = Integer.decode(getValue(val.split(",")[0], template));
- int skill_lvl = Integer.decode(getValue(val.split(",")[1], template));
- cond = joinAnd(cond, new ConditionTargetActiveSkillId(skill_id, skill_lvl));
- break;
- }
- case "abnormal":
- {
- int abnormalId = Integer.decode(getValue(a.getNodeValue(), template));
- cond = joinAnd(cond, new ConditionTargetAbnormal(abnormalId));
- break;
- }
- case "mindistance":
- {
- int distance = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionMinDistance(distance * distance));
- break;
- }
- case "npcrace":
- {
- // used for npc race
- final String[] values = a.getNodeValue().split(",");
- final Set<NpcRace> array = new HashSet<>(values.length);
- for (String value : values)
- {
- array.add(NpcRace.valueOf(getValue(value, null)));
- }
- cond = joinAnd(cond, new ConditionTargetNpcRace(array));
- break;
- }
- case "races":
- {
- // used for pc race
- final String[] racesVal = a.getNodeValue().split(",");
- final PcRace[] races = new PcRace[racesVal.length];
- for (int r = 0; r < racesVal.length; r++)
- {
- if (racesVal[r] != null)
- {
- races[r] = PcRace.valueOf(racesVal[r]);
- }
- }
- cond = joinAnd(cond, new ConditionTargetRace(races));
- break;
- }
- case "using":
- {
- int mask = 0;
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- for (L2WeaponType wt : L2WeaponType.values())
- {
- if (wt.getName().equals(item))
- {
- mask |= wt.mask();
- break;
- }
- }
- for (L2ArmorType at : L2ArmorType.values())
- {
- if (at.getName().equals(item))
- {
- mask |= at.mask();
- break;
- }
- }
- }
- cond = joinAnd(cond, new ConditionTargetUsesWeaponKind(mask));
- break;
- }
- case "npcid":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- ArrayList<Integer> array = new ArrayList<>(st.countTokens());
- while (st.hasMoreTokens())
- {
- String item = st.nextToken().trim();
- array.add(Integer.decode(getValue(item, null)));
- }
- cond = joinAnd(cond, new ConditionTargetNpcId(array));
- break;
- }
- case "npctype":
- {
- String values = getValue(a.getNodeValue(), template).trim();
- String[] valuesSplit = values.split(",");
- InstanceType[] types = new InstanceType[valuesSplit.length];
- InstanceType type;
- for (int j = 0; j < valuesSplit.length; j++)
- {
- type = Enum.valueOf(InstanceType.class, valuesSplit[j]);
- if (type == null)
- {
- throw new IllegalArgumentException("Instance type not recognized: " + valuesSplit[j]);
- }
- types[j] = type;
- }
- cond = joinAnd(cond, new ConditionTargetNpcType(types));
- break;
- }
- case "weight":
- {
- int weight = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionTargetWeight(weight));
- break;
- }
- case "invsize":
- {
- int size = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionTargetInvSize(size));
- break;
- }
- }
- }
-
- if (cond == null)
- {
- _log.severe("Unrecognized <target> condition in " + _file);
- }
- return cond;
- }
-
- protected Condition parseUsingCondition(Node n)
- {
- Condition cond = null;
- NamedNodeMap attrs = n.getAttributes();
- for (int i = 0; i < attrs.getLength(); i++)
- {
- Node a = attrs.item(i);
- switch (a.getNodeName().toLowerCase())
- {
- case "kind":
- {
- int mask = 0;
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ",");
- while (st.hasMoreTokens())
- {
- int old = mask;
- String item = st.nextToken().trim();
- if (ItemTable._weaponTypes.containsKey(item))
- {
- mask |= ItemTable._weaponTypes.get(item).mask();
- }
-
- if (ItemTable._armorTypes.containsKey(item))
- {
- mask |= ItemTable._armorTypes.get(item).mask();
- }
-
- if (old == mask)
- {
- _log.info("[parseUsingCondition=\"kind\"] Unknown item type name: " + item);
- }
- }
- cond = joinAnd(cond, new ConditionUsingItemType(mask));
- break;
- }
- case "skill":
- {
- int id = Integer.parseInt(a.getNodeValue());
- cond = joinAnd(cond, new ConditionUsingSkill(id));
- break;
- }
- case "slotitem":
- {
- StringTokenizer st = new StringTokenizer(a.getNodeValue(), ";");
- int id = Integer.parseInt(st.nextToken().trim());
- int slot = Integer.parseInt(st.nextToken().trim());
- int enchant = 0;
- if (st.hasMoreTokens())
- {
- enchant = Integer.parseInt(st.nextToken().trim());
- }
- cond = joinAnd(cond, new ConditionSlotItemId(slot, id, enchant));
- break;
- }
- case "weaponchange":
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionChangeWeapon(val));
- break;
- }
- }
- }
-
- if (cond == null)
- {
- _log.severe("Unrecognized <using> condition in " + _file);
- }
- return cond;
- }
-
- protected Condition parseGameCondition(Node n)
- {
- Condition cond = null;
- NamedNodeMap attrs = n.getAttributes();
- for (int i = 0; i < attrs.getLength(); i++)
- {
- Node a = attrs.item(i);
- if ("skill".equalsIgnoreCase(a.getNodeName()))
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionWithSkill(val));
- }
- if ("night".equalsIgnoreCase(a.getNodeName()))
- {
- boolean val = Boolean.parseBoolean(a.getNodeValue());
- cond = joinAnd(cond, new ConditionGameTime(CheckGameTime.NIGHT, val));
- }
- if ("chance".equalsIgnoreCase(a.getNodeName()))
- {
- int val = Integer.decode(getValue(a.getNodeValue(), null));
- cond = joinAnd(cond, new ConditionGameChance(val));
- }
- }
- if (cond == null)
- {
- _log.severe("Unrecognized <game> condition in " + _file);
- }
- return cond;
- }
-
- protected void parseTable(Node n)
- {
- NamedNodeMap attrs = n.getAttributes();
- String name = attrs.getNamedItem("name").getNodeValue();
- if (name.charAt(0) != '#')
- {
- throw new IllegalArgumentException("Table name must start with #");
- }
- StringTokenizer data = new StringTokenizer(n.getFirstChild().getNodeValue());
- List<String> array = new ArrayList<>(data.countTokens());
- while (data.hasMoreTokens())
- {
- array.add(data.nextToken());
- }
- setTable(name, array.toArray(new String[array.size()]));
- }
-
- protected void parseBeanSet(Node n, StatsSet set, Integer level)
- {
- String name = n.getAttributes().getNamedItem("name").getNodeValue().trim();
- String value = n.getAttributes().getNamedItem("val").getNodeValue().trim();
- char ch = value.isEmpty() ? ' ' : value.charAt(0);
- if ((ch == '#') || (ch == '-') || Character.isDigit(ch))
- {
- set.set(name, String.valueOf(getValue(value, level)));
- }
- else
- {
- set.set(name, value);
- }
- }
-
- protected void setExtractableSkillData(StatsSet set, String value)
- {
- set.set("capsuled_items_skill", value);
- }
-
- protected Lambda getLambda(Node n, Object template)
- {
- Node nval = n.getAttributes().getNamedItem("val");
- if (nval != null)
- {
- String val = nval.getNodeValue();
- if (val.charAt(0) == '#')
- { // table by level
- return new LambdaConst(Double.parseDouble(getTableValue(val)));
- }
- else if (val.charAt(0) == '$')
- {
- if (val.equalsIgnoreCase("$player_level"))
- {
- return new LambdaStats(LambdaStats.StatsType.PLAYER_LEVEL);
- }
- if (val.equalsIgnoreCase("$target_level"))
- {
- return new LambdaStats(LambdaStats.StatsType.TARGET_LEVEL);
- }
- if (val.equalsIgnoreCase("$player_max_hp"))
- {
- return new LambdaStats(LambdaStats.StatsType.PLAYER_MAX_HP);
- }
- if (val.equalsIgnoreCase("$player_max_mp"))
- {
- return new LambdaStats(LambdaStats.StatsType.PLAYER_MAX_MP);
- }
- // try to find value out of item fields
- StatsSet set = getStatsSet();
- String field = set.getString(val.substring(1));
- if (field != null)
- {
- return new LambdaConst(Double.parseDouble(getValue(field, template)));
- }
- // failed
- throw new IllegalArgumentException("Unknown value " + val);
- }
- else
- {
- return new LambdaConst(Double.parseDouble(val));
- }
- }
- LambdaCalc calc = new LambdaCalc();
- n = n.getFirstChild();
- while ((n != null) && (n.getNodeType() != Node.ELEMENT_NODE))
- {
- n = n.getNextSibling();
- }
- if ((n == null) || !"val".equals(n.getNodeName()))
- {
- throw new IllegalArgumentException("Value not specified");
- }
-
- for (n = n.getFirstChild(); n != null; n = n.getNextSibling())
- {
- if (n.getNodeType() != Node.ELEMENT_NODE)
- {
- continue;
- }
- attachLambdaFunc(n, template, calc);
- }
- return calc;
- }
-
- protected String getValue(String value, Object template)
- {
- // is it a table?
- if (value.charAt(0) == '#')
- {
- if (template instanceof Skill)
- {
- return getTableValue(value);
- }
- else if (template instanceof Integer)
- {
- return getTableValue(value, ((Integer) template).intValue());
- }
- else
- {
- throw new IllegalStateException();
- }
- }
- return value;
- }
-
- protected Condition joinAnd(Condition cond, Condition c)
- {
- if (cond == null)
- {
- return c;
- }
- if (cond instanceof ConditionLogicAnd)
- {
- ((ConditionLogicAnd) cond).add(c);
- return cond;
- }
- ConditionLogicAnd and = new ConditionLogicAnd();
- and.add(cond);
- and.add(c);
- return and;
- }
- }
|