Skip to content

Commit

Permalink
Fix miracles missing opposed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Jul 9, 2024
1 parent 354168e commit 68a33c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/model/item/components/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export class TestDataModel extends StandardItemModel
schema.attribute = new fields.StringField();
schema.skill = new fields.StringField();
schema.dn = new fields.StringField();
schema.opposed = new fields.BooleanField();
return schema;
}

Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "age-of-sigmar-soulbound",
"title": "Warhammer Age of Sigmar: Soulbound",
"description": "The first ever tabletop roleplaying game set in <b>Warhammer Age of Sigmar</b>. Take on the role of the Soulbound, explore and roleplay in the Mortal Realms, filled with gods, monsters, daemons, and demigods, and shape its future. ",
"version": "6.1.2",
"version": "6.1.3",
"minimumCoreVersion" : 11,
"compatibility" : {
"minimum" : 11,
Expand Down Expand Up @@ -57,6 +57,6 @@
"url": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT",
"socket": true,
"manifest": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT/releases/latest/download/system.json",
"download": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT/releases/download/6.1.2/age-of-sigmar-soulbound.zip",
"download": "https://github.com/moo-man/AoS-Soulbound-FoundryVTT/releases/download/6.1.3/age-of-sigmar-soulbound.zip",
"license": "LICENSE.txt"
}

0 comments on commit 68a33c3

Please sign in to comment.