Skip to content

Commit

Permalink
Merge pull request #173 from lmcintyre/master
Browse files Browse the repository at this point in the history
Bring in some changes
  • Loading branch information
Supamiu committed Jan 16, 2024
2 parents 51fd6b6 + 8674378 commit 4c455f3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SaintCoinach/Definitions/Item.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@
"index": 40,
"name": "Level{Equip}"
},
{
"index": 41,
"name": "RequiredPvpRank"
},
{
"index": 42,
"name": "EquipRestriction"
Expand Down
1 change: 1 addition & 0 deletions SaintCoinach/Definitions/NotoriousMonster.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sheet": "NotoriousMonster",
"defaultColumn": "BNpcName",
"definitions": [
{
"name": "BNpcBase",
Expand Down
16 changes: 16 additions & 0 deletions SaintCoinach/Definitions/NotoriousMonsterTerritory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"sheet": "NotoriousMonsterTerritory",
"definitions": [
{
"type": "repeat",
"count": 10,
"definition": {
"name": "NotoriousMonsters",
"converter": {
"type": "link",
"target": "NotoriousMonster"
}
}
}
]
}
8 changes: 8 additions & 0 deletions SaintCoinach/Definitions/TerritoryType.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@
"type": "link",
"target": "MountSpeed"
}
},
{
"index": 42,
"name": "NotoriousMonsterTerritory",
"converter": {
"type": "link",
"target": "NotoriousMonsterTerritory"
}
}
]
}

0 comments on commit 4c455f3

Please sign in to comment.