Skip to content

Commit

Permalink
Merge pull request #17 from IcarusTwine/Quest-Defs
Browse files Browse the repository at this point in the history
Quest additions and satisfaction
  • Loading branch information
Supamiu authored Jul 29, 2021
2 parents a2d1cf7 + 7148360 commit ffd4f28
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SaintCoinach/Definitions/Quest.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,18 @@
"index": 33,
"name": "BeastReputationValue"
},
{
"index": 34,
"name": "SatisfactionNpc",
"converter": {
"type": "link",
"target": "SatisfactionNpc"
}
},
{
"index": 35,
"name": "SatisfactionLevel"
},
{
"index": 36,
"name": "Mount{Required}",
Expand Down
11 changes: 11 additions & 0 deletions SaintCoinach/Definitions/SatisfactionArbitration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
"sheet": "SatisfactionArbitration",
"defaultColumn": "Quest",
"definitions": [
{
"name": "SatisfactionLevel"
},
{
"index": 1,
"name": "SatisfactionNpc",
"converter": {
"type": "link",
"target": "SatisfactionNpc"
}
},
{
"index": 2,
"name": "Quest",
Expand Down

0 comments on commit ffd4f28

Please sign in to comment.