Skip to content

Commit 4c455f3

Browse files
authored
Merge pull request xivapi#173 from lmcintyre/master
Bring in some changes
2 parents 51fd6b6 + 8674378 commit 4c455f3

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

SaintCoinach/Definitions/Item.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,10 @@
278278
"index": 40,
279279
"name": "Level{Equip}"
280280
},
281+
{
282+
"index": 41,
283+
"name": "RequiredPvpRank"
284+
},
281285
{
282286
"index": 42,
283287
"name": "EquipRestriction"

SaintCoinach/Definitions/NotoriousMonster.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sheet": "NotoriousMonster",
3+
"defaultColumn": "BNpcName",
34
"definitions": [
45
{
56
"name": "BNpcBase",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"sheet": "NotoriousMonsterTerritory",
3+
"definitions": [
4+
{
5+
"type": "repeat",
6+
"count": 10,
7+
"definition": {
8+
"name": "NotoriousMonsters",
9+
"converter": {
10+
"type": "link",
11+
"target": "NotoriousMonster"
12+
}
13+
}
14+
}
15+
]
16+
}

SaintCoinach/Definitions/TerritoryType.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@
165165
"type": "link",
166166
"target": "MountSpeed"
167167
}
168+
},
169+
{
170+
"index": 42,
171+
"name": "NotoriousMonsterTerritory",
172+
"converter": {
173+
"type": "link",
174+
"target": "NotoriousMonsterTerritory"
175+
}
168176
}
169177
]
170178
}

0 commit comments

Comments
 (0)