From 4437a74d0b76cebbd058c73b7759e38c29aa5829 Mon Sep 17 00:00:00 2001 From: Vlyan Date: Mon, 18 Oct 2021 18:37:41 +0200 Subject: [PATCH] New NPC changed from "minion" to "adversary" by default --- CHANGELOG.md | 1 + system/scripts/actor.js | 2 +- system/template.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670b6c3..362067b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - SendToChat now check links validity before adding them. - Compendiums : - PoW: 'Urbane and Worldly' advantage was misspelled 'Wroldly' (thx to Cernunnos). +- New NPC changed from "minion" to "adversary" by default. ## 1.3.5 - DsN hotfix - Fixed a bug introduced by DiceSoNice 4.2.1 : context in "diceSoNiceRollStart" hook rebuild data and lost what we needed. The consequence is 3d dice flood a lot in RnK. diff --git a/system/scripts/actor.js b/system/scripts/actor.js index ce612b8..9c709cb 100644 --- a/system/scripts/actor.js +++ b/system/scripts/actor.js @@ -43,7 +43,7 @@ export class ActorL5r5e extends Actor { foundry.utils.mergeObject( data.token, { - actorLink: false, + actorLink: true, disposition: 0, // neutral bar1: { attribute: "fatigue", diff --git a/system/template.json b/system/template.json index 5ba1041..28a899c 100644 --- a/system/template.json +++ b/system/template.json @@ -121,7 +121,7 @@ }, "npc": { "templates": ["rings", "social", "techniques", "conflict"], - "type": "minion", + "type": "adversary", "attitude": "", "conflict_rank": { "martial": 0,