mirror of
https://github.com/OMGeeky/ATCS.git
synced 2026-01-07 03:56:55 +01:00
improve hints on who is getting what effect on hit / hit-received for npcs
This commit is contained in:
@@ -59,10 +59,9 @@ public class NPCEditor extends JSONElementEditor {
|
|||||||
private JSpinner blockChance;
|
private JSpinner blockChance;
|
||||||
private JSpinner dmgRes;
|
private JSpinner dmgRes;
|
||||||
|
|
||||||
private final CommonEditor.HitEffectPane<HitEffect> hitEffectPane = new CommonEditor.HitEffectPane<>("Effect on every hit: ", this, null, null);
|
private final CommonEditor.HitEffectPane<HitEffect> hitEffectPane = new CommonEditor.HitEffectPane<>("Effect on every hit: ", this, null, "player");
|
||||||
private final CommonEditor.HitReceivedEffectPane<HitReceivedEffect> hitReceivedEffectPane = new CommonEditor.HitReceivedEffectPane<>("Effect on every hit received: ", this, "attacked",
|
private final CommonEditor.HitReceivedEffectPane<HitReceivedEffect> hitReceivedEffectPane = new CommonEditor.HitReceivedEffectPane<>("Effect on every hit received: ", this, "npc", "player");
|
||||||
"attacker");
|
private final CommonEditor.DeathEffectPane<DeathEffect> deathEffectPane = new CommonEditor.DeathEffectPane<>("Effect when killed: ", this, null);
|
||||||
private final CommonEditor.DeathEffectPane<DeathEffect> deathEffectPane = new CommonEditor.DeathEffectPane<>("Effect when killed: ", this, "attacker");
|
|
||||||
|
|
||||||
private JPanel dialogueGraphPane;
|
private JPanel dialogueGraphPane;
|
||||||
private DialogueGraphView dialogueGraphView;
|
private DialogueGraphView dialogueGraphView;
|
||||||
|
|||||||
Reference in New Issue
Block a user