New NPC changed from "minion" to "adversary" by default
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- SendToChat now check links validity before adding them.
|
- SendToChat now check links validity before adding them.
|
||||||
- Compendiums :
|
- Compendiums :
|
||||||
- PoW: 'Urbane and Worldly' advantage was misspelled 'Wroldly' (thx to Cernunnos).
|
- 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
|
## 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.
|
- 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.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export class ActorL5r5e extends Actor {
|
|||||||
foundry.utils.mergeObject(
|
foundry.utils.mergeObject(
|
||||||
data.token,
|
data.token,
|
||||||
{
|
{
|
||||||
actorLink: false,
|
actorLink: true,
|
||||||
disposition: 0, // neutral
|
disposition: 0, // neutral
|
||||||
bar1: {
|
bar1: {
|
||||||
attribute: "fatigue",
|
attribute: "fatigue",
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
},
|
},
|
||||||
"npc": {
|
"npc": {
|
||||||
"templates": ["rings", "social", "techniques", "conflict"],
|
"templates": ["rings", "social", "techniques", "conflict"],
|
||||||
"type": "minion",
|
"type": "adversary",
|
||||||
"attitude": "",
|
"attitude": "",
|
||||||
"conflict_rank": {
|
"conflict_rank": {
|
||||||
"martial": 0,
|
"martial": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user