mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-01 17:14:36 +01:00
Updated UI and model to support Actor Condition Immunity.
Overall, a much better UI to tune Actor Condition-based effects on Dialogues, Items and NPCs.
This commit is contained in:
@@ -58,6 +58,7 @@ public class Dialogue extends JSONElement {
|
||||
dropList,
|
||||
skillIncrease,
|
||||
actorCondition,
|
||||
actorConditionImmunity,
|
||||
alignmentChange,
|
||||
giveItem,
|
||||
createTimer,
|
||||
@@ -250,6 +251,7 @@ public class Dialogue extends JSONElement {
|
||||
reward.map = reward.map_name != null ? proj.getMap(reward.map_name) : null;
|
||||
break;
|
||||
case actorCondition:
|
||||
case actorConditionImmunity:
|
||||
reward.reward_obj = proj.getActorCondition(reward.reward_obj_id);
|
||||
break;
|
||||
case alignmentChange:
|
||||
|
||||
Reference in New Issue
Block a user