Final 6.01 (post hotfixes, pre 6.05)

This commit is contained in:
Hezkezl
2022-01-03 21:01:30 -07:00
parent 569f4823af
commit 6594355898
190 changed files with 2750 additions and 2598 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
key,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39
#,Name,Category,,Description,DutyType,,,,IsInDutyFinder,OpenRule,,RequiredLevel,,ItemLevel{Required},,Icon,ContentRouletteRoleBonus,Reward{TomeA},Reward{TomeB},Reward{TomeC},,,SortKey,,ContentMemberType,,,,,,,,,,RequireAllDuties,,ContentRouletteOpenRule,InstanceContent,,
#,Name,Category,,Description,DutyType,,,IsGoldSaucer,IsInDutyFinder,OpenRule,IsPvP,RequiredLevel,,ItemLevel{Required},,Icon,ContentRouletteRoleBonus,Reward{TomeA},Reward{TomeB},Reward{TomeC},,,SortKey,,ContentMemberType,,,,,,,,,,RequireAllDuties,,ContentRouletteOpenRule,InstanceContent,,
int32,str,str,str,str,str,byte,uint32,bit&01,bit&02,ContentRouletteOpenRule,bit&04,byte,byte,uint16,uint16,Image,ContentRouletteRoleBonus,uint16,uint16,uint16,uint32,uint16,byte,byte,ContentMemberType,byte,byte,sbyte,byte,byte,byte,byte,bit&08,bit&10,bit&20,bit&40,byte,InstanceContent,bit&80,byte
0,"","","","","",0,0,False,False,1,False,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,-1,0,0,0,0,True,True,False,False,0,0,False,0
1,"Duty Roulette: Leveling","Leveling","","A dungeon or trial will be selected at random from among those you have unlocked. Successful completion will earn you far greater rewards.
@@ -55,7 +55,7 @@ int32,str,str,str,str,str,byte,uint32,bit&01,bit&02,ContentRouletteOpenRule,bit&
※Only available if you have achieved battle mentor status.
※Bonus gil will be awarded to compensate for the discrepancy between character and duty levels. A further percentage will then be added based on character level.
※The standard reward for this duty roulette category and all related bonuses are available once per day. The “adventurer in need” reward is always available.
","Duty Type: Mentor-oriented Duties",4,0,False,True,2,False,90,90,540,0,112144,8,0,30,0,0,0,10,142,1,0,0,8,1,0,30,120,True,True,False,False,2,0,False,0
","Duty Type: Mentor-oriented Duties",4,0,False,True,2,False,90,90,565,0,112144,8,0,30,0,0,0,10,142,1,0,0,8,1,0,30,120,True,True,False,False,2,0,False,0
10,"","","","","",0,0,False,False,0,False,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,False,False,False,False,0,0,False,0
11,"The Feast (Training Match)","","","The table is set, and the wolves gather for the Feast! Will you gorge on the flesh of your foes, or find yourself served on a platter? Only the most savage of beasts are invited to this banquet─you'll need fangs of steel and an endless thirst for blood! Wait not for the tolling of the culling bell! Devour your rivals, take their hides for trophies, and build a hunter's throne from their bones!","Crystal Tower Training Grounds",0,0,False,True,3,True,30,30,0,0,112282,0,0,0,0,0,0,21,146,6,3,2,-1,6,1,6,0,False,False,False,False,0,40008,False,0
12,"","","","","",0,0,False,False,0,False,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,False,False,False,False,0,0,False,0
1 key 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
2 # Name Category Description DutyType IsGoldSaucer IsInDutyFinder OpenRule IsPvP RequiredLevel ItemLevel{Required} Icon ContentRouletteRoleBonus Reward{TomeA} Reward{TomeB} Reward{TomeC} SortKey ContentMemberType RequireAllDuties ContentRouletteOpenRule InstanceContent
3 int32 str str str str str byte uint32 bit&01 bit&02 ContentRouletteOpenRule bit&04 byte byte uint16 uint16 Image ContentRouletteRoleBonus uint16 uint16 uint16 uint32 uint16 byte byte ContentMemberType byte byte sbyte byte byte byte byte bit&08 bit&10 bit&20 bit&40 byte InstanceContent bit&80 byte
4 0 0 0 False False 1 False 0 0 0 0 0 0 0 0 0 0 0 0 108 0 0 0 -1 0 0 0 0 True True False False 0 0 False 0
5 1 Duty Roulette: Leveling Leveling A dungeon or trial will be selected at random from among those you have unlocked. Successful completion will earn you far greater rewards. ※Bonus EXP and gil will be awarded to compensate for the discrepancy between character and duty levels. A further percentage will then be added based on character level. ※The amount of bonus company seals awarded is determined by class/job level. ※The standard reward for this duty roulette category and all related bonuses are available once per day. The “adventurer in need” reward is always available. ※Joining this duty as a party will nullify any “adventurer in need” bonus. Duty Type: Light Party Dungeons & Trials 0 0 False True 1 False 16 16 0 0 112034 1 0 100 0 0 0 4 142 2 0 0 0 1 0 90 0 True True False False 2 0 False 0
55
56
57
58
59
60
61