mh3-data
Version:
Monster Hunter Tri data for monsters, quests, and weapons
1,317 lines (1,316 loc) • 148 kB
JavaScript
import { StarLevelEnum, MapLocation } from './enum';
import { deepFreeze } from '../../utils';
export const CityQuestData = deepFreeze({
region: 'City',
starLevels: {
[StarLevelEnum.OneStar]: [
{
id: 0x2710,
name: "Harvest 'Shroom",
region: 'City',
rank: 'Low',
client: 'Apprentice Cook',
type: 'gather',
goal: 'gathering',
targets: { 141: 14 },
contract: 0,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 1000,
ko: 340,
hrp: 50,
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'gathering', targets: { 370: 4 }, reward: 1000, hrp: 60 },
{ goal: 'gathering', targets: { 140: 2 }, reward: 1000, hrp: 40 }
],
bosses: []
},
{
id: 0x2711,
name: 'Sunken Treasures',
region: 'City',
rank: 'Low',
client: 'Trader',
type: 'gather',
goal: 'gathering',
targets: { 398: 15 },
contract: 100,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 1200,
ko: 400,
hrp: 55,
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'slay', targets: { 8: 6 }, reward: 1200, hrp: 90 },
{ goal: 'gathering', targets: { 397: 6 }, reward: 900, hrp: 50 }
],
bosses: []
},
{
id: 0x2712,
name: 'The Perfect Panacea',
region: 'City',
rank: 'Low',
client: 'Nurse',
type: 'gather',
goal: 'gathering',
targets: { 310: 5 },
contract: 100,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 1000,
ko: 340,
hrp: 55,
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'slay', targets: { 1: 10 }, reward: 1200, hrp: 55 }
],
bosses: []
},
{
id: 0x2713,
name: 'The Jaggi Menace',
region: 'City',
rank: 'Low',
client: 'Female Farmer',
type: 'slay',
goal: 'slay',
targets: { 11: 8 },
contract: 150,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 1600,
ko: 540,
hrp: 100,
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'slay', targets: { 10: 12 }, reward: 1200, hrp: 80 }
],
bosses: []
},
{
id: 0x2714,
name: 'Help the "Hunter"',
region: 'City',
rank: 'Low',
client: 'Rich Hunter',
type: 'hunt',
goal: 'hunt',
targets: { 17: 1 },
contract: 200,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 2000,
ko: 670,
hrp: 220,
bosses: [
{
monsterId: 17,
startingArea: 0,
level: 23,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 277, count: 1, chance: 20 },
{ itemId: 149, count: 1, chance: 20 },
{ itemId: 279, count: 1, chance: 16 },
{ itemId: 278, count: 1, chance: 15 },
{ itemId: 277, count: 2, chance: 12 },
{ itemId: 279, count: 2, chance: 9 },
{ itemId: 413, count: 1, chance: 8 }
],
subquests: [
{ goal: 'break', targets: { 17: 0 }, reward: 400, hrp: 40 },
{ goal: 'stun', targets: [17], reward: 400, hrp: 40 }
]
},
{
id: 0x2715,
name: 'Playing with Fire',
region: 'City',
rank: 'Low',
client: 'Red-cheeked Huntress',
type: 'hunt',
goal: 'hunt',
targets: { 21: 1 },
contract: 350,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 3600,
ko: 1200,
hrp: 440,
bosses: [
{
monsterId: 21,
startingArea: 0,
level: 23,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'gathering', targets: { 253: 1 }, reward: 1000, hrp: 30 },
{ goal: 'stun', targets: [21], reward: 600, hrp: 60 }
]
},
{
id: 0x2716,
name: "The Fisherman's Tale",
region: 'City',
rank: 'Low',
client: 'Middle-aged Fisherman',
type: 'capture',
goal: 'capture',
targets: { 27: 1 },
contract: 400,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 5500,
ko: 1840,
hrp: 500,
bosses: [
{
monsterId: 27,
startingArea: 0,
level: 23,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [{ goal: 'slay', targets: { 13: 5 }, reward: 800, hrp: 70 }]
},
{
id: 0x2716,
name: 'Secret of the Crystal Bones',
region: 'City',
rank: 'Low',
client: 'Archeologist',
type: 'gather',
goal: 'gathering',
targets: { 364: 14 },
contract: 100,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 1400,
ko: 470,
hrp: 70,
secondaryRewards: [
{ itemId: 150, count: 1, chance: 20 },
{ itemId: 316, count: 8, chance: 18 },
{ itemId: 315, count: 12, chance: 18 },
{ itemId: 149, count: 2, chance: 17 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 182, count: 4, chance: 10 },
{ itemId: 406, count: 1, chance: 5 }
],
subquests: [
{ goal: 'slay', targets: { 9: 12 }, reward: 1200, hrp: 70 }
],
bosses: []
},
{
id: 0x2718,
name: 'No Guts, No Glory',
region: 'City',
rank: 'Low',
client: 'Caravan Leader',
type: 'gather',
goal: 'gathering',
targets: { 397: 10 },
contract: 150,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 1500,
ko: 500,
hrp: 70,
secondaryRewards: [
{ itemId: 123, count: 2, chance: 26 },
{ itemId: 131, count: 2, chance: 22 },
{ itemId: 144, count: 1, chance: 14 },
{ itemId: 361, count: 1, chance: 12 },
{ itemId: 137, count: 1, chance: 10 },
{ itemId: 116, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'slay', targets: { 15: 14 }, reward: 1600, hrp: 100 }
],
bosses: []
},
{
id: 0x2719,
name: 'Jaggi Population Control',
region: 'City',
rank: 'Low',
client: 'Influential Citizen',
type: 'capture',
goal: 'capture',
targets: { 17: 1 },
contract: 200,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 3000,
ko: 1000,
hrp: 240,
bosses: [
{
monsterId: 17,
startingArea: 0,
level: 23,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 123, count: 2, chance: 26 },
{ itemId: 131, count: 2, chance: 22 },
{ itemId: 144, count: 1, chance: 14 },
{ itemId: 361, count: 1, chance: 12 },
{ itemId: 137, count: 1, chance: 10 },
{ itemId: 116, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'slay', targets: { 11: 6 }, reward: 1400, hrp: 70 },
{ goal: 'slay', targets: { 10: 10 }, reward: 1200, hrp: 60 }
]
},
{
id: 0x271a,
name: 'Tracking the Trickster',
region: 'City',
rank: 'Low',
client: 'Newbie Hunter',
type: 'capture',
goal: 'capture',
targets: { 21: 1 },
contract: 350,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 5100,
ko: 1700,
hrp: 460,
bosses: [
{
monsterId: 21,
startingArea: 0,
level: 23,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 123, count: 2, chance: 26 },
{ itemId: 131, count: 2, chance: 22 },
{ itemId: 144, count: 1, chance: 14 },
{ itemId: 361, count: 1, chance: 12 },
{ itemId: 137, count: 1, chance: 10 },
{ itemId: 116, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'break', targets: { 21: 0 }, reward: 600, hrp: 60 },
{ goal: 'break', targets: { 21: 1 }, reward: 600, hrp: 60 }
]
},
{
id: 0x271b,
name: 'Goldenfish Opportunity',
region: 'City',
rank: 'Low',
client: 'Fish Fanboy',
type: 'gather',
goal: 'gathering',
targets: { 203: 6 },
contract: 350,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 3600,
ko: 1200,
hrp: 70,
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
subquests: [
{ goal: 'gathering', targets: { 202: 5 }, reward: 800, hrp: 25 },
{ goal: 'gathering', targets: { 202: 3 }, reward: 1200, hrp: 45 }
],
bosses: []
},
{
id: 0x271c,
name: 'No Love for Ludroth',
region: 'City',
rank: 'Low',
client: 'Ex-Caravan Sentry',
type: 'slay',
goal: 'slay',
targets: { 13: 10 },
contract: 150,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 1800,
ko: 600,
hrp: 100,
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
subquests: [{ goal: 'slay', targets: { 8: 7 }, reward: 1400, hrp: 90 }],
bosses: []
},
{
id: 0x271d,
name: "The Fisherman's Tale",
region: 'City',
rank: 'Low',
client: 'Middle-aged Fisherman',
type: 'hunt',
goal: 'hunt',
targets: { 27: 1 },
contract: 400,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 4000,
ko: 1340,
hrp: 480,
bosses: [
{
monsterId: 27,
startingArea: 0,
level: 23,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
subquests: [
{ goal: 'break', targets: { 27: 0 }, reward: 600, hrp: 60 },
{ goal: 'sever', targets: { 27: 1 }, reward: 600, hrp: 60 }
]
}
],
[StarLevelEnum.TwoStar]: [
{
id: 0x2742,
name: 'Harvest Tour: Deserted Isle',
region: 'City',
rank: 'Low',
client: 'Felyne Tour Guide',
type: 'harvest',
goal: 'gathering',
targets: { 396: 1 },
contract: 0,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 20,
ko: 7,
hrp: 5,
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
bosses: []
},
{
id: 0x2743,
name: 'Bug Hunt',
region: 'City',
rank: 'Low',
client: 'Brainy Biologist',
type: 'slay',
goal: 'slay',
targets: { 5: 15 },
contract: 100,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 1200,
ko: 400,
hrp: 70,
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'gathering', targets: { 370: 4 }, reward: 1100, hrp: 60 },
{ goal: 'gathering', targets: { 140: 2 }, reward: 1100, hrp: 40 }
],
bosses: []
},
{
id: 0x2744,
name: 'Wyvern Conservation',
region: 'City',
rank: 'Low',
client: 'Wise Princess',
type: 'gather',
goal: 'gathering',
targets: { 136: 3 },
contract: 600,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 6000,
ko: 2000,
hrp: 200,
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'gathering', targets: { 136: 1 }, reward: 3000, hrp: 100 },
{ goal: 'slay', targets: { 10: 12 }, reward: 1500, hrp: 80 }
],
bosses: []
},
{
id: 0x2745,
name: 'A Royal Pain',
region: 'City',
rank: 'Low',
client: 'Middle-aged Knight',
type: 'capture',
goal: 'capture',
targets: { 22: 1 },
contract: 500,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 7200,
ko: 2400,
hrp: 760,
bosses: [
{
monsterId: 22,
startingArea: 0,
level: 27,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 125, count: 2, chance: 24 },
{ itemId: 120, count: 2, chance: 20 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 139, count: 1, chance: 14 },
{ itemId: 359, count: 2, chance: 10 },
{ itemId: 130, count: 1, chance: 10 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'break', targets: { 22: 0 }, reward: 800, hrp: 80 },
{ goal: 'sever', targets: { 22: 1 }, reward: 800, hrp: 80 }
]
},
{
id: 0x2746,
name: 'Harvest Tour: Sandy Plains',
region: 'City',
rank: 'Low',
client: 'Felyne Tour Guide',
type: 'harvest',
goal: 'gathering',
targets: { 396: 1 },
contract: 0,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 20,
ko: 7,
hrp: 5,
secondaryRewards: [
{ itemId: 123, count: 2, chance: 26 },
{ itemId: 131, count: 2, chance: 22 },
{ itemId: 144, count: 1, chance: 14 },
{ itemId: 361, count: 1, chance: 12 },
{ itemId: 137, count: 1, chance: 10 },
{ itemId: 116, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 8 }
],
bosses: []
},
{
id: 0x2747,
name: 'Rhenoplos Rampage!',
region: 'City',
rank: 'Low',
client: 'City Protector',
type: 'slay',
goal: 'slay',
targets: { 16: 13 },
contract: 1500,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 1800,
ko: 600,
hrp: 120,
secondaryRewards: [
{ itemId: 123, count: 2, chance: 26 },
{ itemId: 131, count: 2, chance: 22 },
{ itemId: 144, count: 1, chance: 14 },
{ itemId: 361, count: 1, chance: 12 },
{ itemId: 137, count: 1, chance: 10 },
{ itemId: 116, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [{ goal: 'slay', targets: { 0: 6 }, reward: 600, hrp: 55 }],
bosses: []
},
{
id: 0x2748,
name: 'Poached Herbivore Eggs',
region: 'City',
rank: 'Low',
client: 'Newlywed Wife',
type: 'gather',
goal: 'gathering',
targets: { 363: 3 },
contract: 400,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 4000,
ko: 1340,
hrp: 160,
secondaryRewards: [
{ itemId: 123, count: 2, chance: 26 },
{ itemId: 131, count: 2, chance: 22 },
{ itemId: 144, count: 1, chance: 14 },
{ itemId: 361, count: 1, chance: 12 },
{ itemId: 137, count: 1, chance: 10 },
{ itemId: 116, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'gathering', targets: { 363: 1 }, reward: 2000, hrp: 80 },
{ goal: 'slay', targets: { 11: 8 }, reward: 1700, hrp: 100 }
],
bosses: []
},
{
id: 0x2749,
name: 'Specimen Collection',
region: 'City',
rank: 'Low',
client: 'Brainy Biologist',
type: 'capture',
goal: 'capture',
targets: { 19: 1 },
contract: 500,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 7200,
ko: 2400,
hrp: 780,
bosses: [
{
monsterId: 19,
startingArea: 0,
level: 25,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 413, count: 1, chance: 35 },
{ itemId: 300, count: 2, chance: 28 },
{ itemId: 301, count: 1, chance: 14 },
{ itemId: 414, count: 3, chance: 10 },
{ itemId: 409, count: 1, chance: 5 }
],
subquests: [
{ goal: 'sever', targets: { 19: 2 }, reward: 700, hrp: 100 },
{ goal: 'break', targets: { 19: 0 }, reward: 700, hrp: 100 }
]
},
{
id: 0x274a,
name: 'Flooded Forest Extermination',
region: 'City',
rank: 'Low',
client: 'Cattle Rancher',
type: 'slay',
goal: 'slay',
targets: { 4: 20 },
contract: 150,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 1600,
ko: 540,
hrp: 90,
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
subquests: [
{ goal: 'gathering', targets: { 119: 6 }, reward: 1600, hrp: 55 }
],
bosses: []
},
{
id: 0x274b,
name: 'Scene of the Crime',
region: 'City',
rank: 'Low',
client: 'Trader',
type: 'hunt',
goal: 'hunt',
targets: { 28: 1 },
contract: 550,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 5600,
ko: 1870,
hrp: 820,
bosses: [
{
monsterId: 28,
startingArea: 0,
level: 27,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
subquests: [{ goal: 'fish', targets: [28], reward: 1200, hrp: 60 }]
},
{
id: 0x274c,
name: 'Lady and the Gobul',
region: 'City',
rank: 'Low',
client: 'Spoiled Princess',
type: 'capture',
goal: 'capture',
targets: { 28: 1 },
contract: 550,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 7600,
ko: 2540,
hrp: 840,
bosses: [
{
monsterId: 28,
startingArea: 0,
level: 27,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
subquests: [
{ goal: 'break', targets: { 28: 0 }, reward: 800, hrp: 100 },
{ goal: 'sever', targets: { 28: 1 }, reward: 800, hrp: 100 }
]
},
{
id: 0x274d,
name: "The Merchant's Mission",
region: 'City',
rank: 'Low',
client: 'Simple Fur Trader',
type: 'hunt',
goal: 'hunt',
targets: { 22: 1 },
contract: 500,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 5200,
ko: 1740,
hrp: 740,
bosses: [
{
monsterId: 22,
startingArea: 0,
level: 27,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
subquests: [
{ goal: 'break', targets: { 22: 1 }, reward: 800, hrp: 80 },
{ goal: 'gathering', targets: { 253: 1 }, reward: 1200, hrp: 40 }
]
},
{
id: 0x274e,
name: 'Blood From a Stone',
region: 'City',
rank: 'Low',
client: 'Female Geologist',
type: 'gather',
goal: 'gathering',
targets: { 395: 13 },
contract: 150,
time: 50,
location: MapLocation.TUNDRA,
randomspawn: false,
reward: 1800,
ko: 600,
hrp: 80,
secondaryRewards: [
{ itemId: 133, count: 2, chance: 26 },
{ itemId: 112, count: 2, chance: 22 },
{ itemId: 362, count: 1, chance: 20 },
{ itemId: 414, count: 1, chance: 12 },
{ itemId: 301, count: 1, chance: 10 },
{ itemId: 106, count: 1, chance: 5 },
{ itemId: 406, count: 1, chance: 5 }
],
subquests: [
{ goal: 'gathering', targets: { 509: 3 }, reward: 1200, hrp: 55 },
{ goal: 'light', targets: [5], reward: 500, hrp: 40 }
],
bosses: []
},
{
id: 0x274f,
name: 'Leader of the Icepack',
region: 'City',
rank: 'Low',
client: 'Tundra-expedition Leader',
type: 'hunt',
goal: 'hunt',
targets: { 18: 1 },
contract: 250,
time: 50,
location: MapLocation.TUNDRA,
randomspawn: false,
reward: 2800,
ko: 940,
hrp: 380,
bosses: [
{
monsterId: 18,
startingArea: 0,
level: 25,
size: 100,
min: 1,
max: 5
}
],
secondaryRewards: [
{ itemId: 133, count: 2, chance: 26 },
{ itemId: 112, count: 2, chance: 22 },
{ itemId: 362, count: 1, chance: 20 },
{ itemId: 414, count: 1, chance: 12 },
{ itemId: 301, count: 1, chance: 10 },
{ itemId: 106, count: 1, chance: 5 },
{ itemId: 406, count: 1, chance: 5 }
],
subquests: [
{ goal: 'slay', targets: { 12: 8 }, reward: 1600, hrp: 100 }
]
},
{
id: 0x2750,
name: "The Butler's Great Baggi",
region: 'City',
rank: 'Low',
client: 'White-clad Butler',
type: 'capture',
goal: 'capture',
targets: { 18: 1 },
contract: 250,
time: 50,
location: MapLocation.TUNDRA,
randomspawn: false,
reward: 3800,
ko: 1270,
hrp: 400,
bosses: [
{
monsterId: 18,
startingArea: 0,
level: 25,
size: 100,
min: 1,
max: 5
}
],
secondaryRewards: [
{ itemId: 149, count: 2, chance: 32 },
{ itemId: 315, count: 8, chance: 27 },
{ itemId: 182, count: 3, chance: 18 },
{ itemId: 406, count: 1, chance: 10 },
{ itemId: 301, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 5 }
],
subquests: [
{ goal: 'break', targets: { 18: 0 }, reward: 600, hrp: 40 },
{ goal: 'stun', targets: [18], reward: 600, hrp: 40 }
]
},
{
id: 0x36b0,
name: 'Leading the Charge',
region: 'City',
rank: 'Low',
client: 'Brainy Biologist',
type: 'hunt',
goal: 'hunt',
targets: { 19: 1 },
contract: 500,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 5200,
ko: 1740,
hrp: 760,
bosses: [
{
monsterId: 19,
startingArea: 0,
level: 25,
size: 100,
min: 0,
max: 3
}
],
secondaryRewards: [
{ itemId: 123, count: 2, chance: 26 },
{ itemId: 131, count: 2, chance: 22 },
{ itemId: 144, count: 1, chance: 14 },
{ itemId: 361, count: 1, chance: 12 },
{ itemId: 137, count: 1, chance: 10 },
{ itemId: 116, count: 1, chance: 8 },
{ itemId: 300, count: 1, chance: 8 }
],
subquests: [
{ goal: 'sever', targets: { 19: 1 }, reward: 700, hrp: 100 },
{ goal: 'anthill', count: 2, reward: 800, hrp: 40 }
]
}
],
[StarLevelEnum.ThreeStar]: [
{
id: 0x2774,
name: 'Harvest Tour: Flooded Forest',
region: 'City',
rank: 'Low',
client: 'Felyne Tour Guide',
type: 'harvest',
goal: 'gathering',
targets: { 396: 1 },
contract: 0,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 20,
ko: 7,
hrp: 5,
secondaryRewards: [
{ itemId: 114, count: 1, chance: 24 },
{ itemId: 132, count: 2, chance: 20 },
{ itemId: 360, count: 1, chance: 18 },
{ itemId: 190, count: 2, chance: 14 },
{ itemId: 300, count: 1, chance: 12 },
{ itemId: 117, count: 1, chance: 8 },
{ itemId: 406, count: 1, chance: 4 }
],
bosses: []
},
{
id: 0x2775,
name: 'Harvest Tour: Tundra',
region: 'City',
rank: 'Low',
client: 'Felyne Tour Guide',
type: 'harvest',
goal: 'gathering',
targets: { 396: 1 },
contract: 0,
time: 50,
location: MapLocation.TUNDRA,
randomspawn: false,
reward: 20,
ko: 7,
hrp: 5,
secondaryRewards: [
{ itemId: 133, count: 2, chance: 26 },
{ itemId: 112, count: 2, chance: 22 },
{ itemId: 362, count: 1, chance: 20 },
{ itemId: 414, count: 1, chance: 12 },
{ itemId: 301, count: 1, chance: 10 },
{ itemId: 106, count: 1, chance: 5 },
{ itemId: 406, count: 1, chance: 5 }
],
bosses: []
},
{
id: 0x2776,
name: 'We Need a Hero',
region: 'City',
rank: 'Low',
client: 'Princess of a Ruined Land',
type: 'hunt',
goal: 'hunt',
targets: { 23: 1 },
contract: 800,
time: 50,
location: MapLocation.DESERTED_ISLAND,
randomspawn: false,
reward: 8000,
ko: 2670,
hrp: 1000,
bosses: [
{
monsterId: 23,
startingArea: 0,
level: 29,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 130, count: 1, chance: 20 },
{ itemId: 125, count: 2, chance: 18 },
{ itemId: 138, count: 1, chance: 14 },
{ itemId: 406, count: 1, chance: 12 },
{ itemId: 120, count: 2, chance: 10 },
{ itemId: 413, count: 1, chance: 10 },
{ itemId: 407, count: 1, chance: 8 },
{ itemId: 301, count: 1, chance: 8 }
],
subquests: [
{ goal: 'sever', targets: { 23: 1 }, reward: 1000, hrp: 120 },
{ goal: 'gathering', targets: { 253: 1 }, reward: 1600, hrp: 60 }
]
},
{
id: 0x2777,
name: 'Into the Danger Zone',
region: 'City',
rank: 'Low',
client: 'City Security Chief',
type: 'hunt',
goal: 'hunt',
targets: { 24: 1 },
contract: 850,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 8800,
ko: 2940,
hrp: 1100,
bosses: [
{
monsterId: 24,
startingArea: 0,
level: 29,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 316, count: 16, chance: 25 },
{ itemId: 406, count: 1, chance: 24 },
{ itemId: 315, count: 28, chance: 20 },
{ itemId: 407, count: 1, chance: 18 },
{ itemId: 108, count: 1, chance: 8 },
{ itemId: 409, count: 1, chance: 5 }
],
subquests: [
{ goal: 'anthill', count: 2, reward: 800, hrp: 40 },
{ goal: 'stun', targets: [24], reward: 1000, hrp: 140 }
]
},
{
id: 0x2778,
name: 'Wanted Alive',
region: 'City',
rank: 'Low',
client: 'Middle-aged Knight',
type: 'capture',
goal: 'capture',
targets: { 24: 1 },
contract: 850,
time: 50,
location: MapLocation.SANDY_PLAINS,
randomspawn: false,
reward: 12800,
ko: 4270,
hrp: 1120,
bosses: [
{
monsterId: 24,
startingArea: 0,
level: 29,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 406, count: 1, chance: 35 },
{ itemId: 301, count: 1, chance: 25 },
{ itemId: 300, count: 1, chance: 20 },
{ itemId: 407, count: 1, chance: 15 },
{ itemId: 413, count: 1, chance: 5 }
],
subquests: [
{ goal: 'break', targets: { 24: 0 }, reward: 1200, hrp: 140 },
{ goal: 'sever', targets: { 24: 1 }, reward: 1200, hrp: 140 }
]
},
{
id: 0x2779,
name: 'Rotten Fish',
region: 'City',
rank: 'Low',
client: 'Frontier Baron',
type: 'capture',
goal: 'capture',
targets: { 29: 1 },
contract: 750,
time: 50,
location: MapLocation.FLOODED_FOREST,
randomspawn: false,
reward: 10600,
ko: 3540,
hrp: 1020,
bosses: [
{
monsterId: 29,
startingArea: 0,
level: 29,
size: 100,
min: 1,
max: 3
}
],
secondaryRewards: [
{ itemId: 406, count: 1, chance: 35 },
{ itemId: 301, count: 1, chance: 25 },
{ itemId: 300, count: 1, chance: 20 },
{ itemId: 407, count: 1, chance: 15 },
{ itemId: 413, count: 1, chance: 5 }
],
subquests: [
{ goal: 'break', targets: { 29: 0 }, reward: 800, hrp: 120 },
{ goal: 'sever', targets: { 29: 1 }, reward: 800, hrp: 120 }
]
},
{
id: 0x277a,
name: 'The Creeping Venom',
region: 'City',
rank: 'Low',
client: 'Cocky Hunter',
type: 'hunt',
goal: 'hunt',
targets: { 25: 1 },
contract: 600,
time: 50,
location: MapLocation.TUNDRA,
randomspawn: false,
reward: 6000,
ko: 2000,
hrp: 860,
bosses: [
{
monsterId: 25,
startingArea: 0,
level: 27,
size: 100,
min: 1,
max: 4
}
],
secondaryRewards: [
{ itemId: 133, count: 2, chance: 26 },
{ itemId: 112, count: 2, chance: 22 },
{ itemId: 362, count: 1, chance: 20 },
{ itemId: 414, count: 1, chance: 12 },
{ itemId: 301, count: 1, chance: 10 },
{ itemId: 106, count: 1, chance: 5 },
{ itemId: 406, count: 1, chance: 5 }
],
subquests: [
{ goal: 'slay', targets: { 9: 12 }, reward: 1200, hrp: 70 },
{ goal: 'eggs', count: 8, reward: 800, hrp: 55 }
]
},
{
id: 0x277b,
name: 'The Lost Expedition',
region: 'City',
rank: 'Low',
client: 'Female Geologist',
type: 'hunt',
goal: 'hunt',
targets: { 26: 1 },
contract: 800,
time: 50,
location: MapLocation.TUNDRA,
randomspawn: false,
reward: 8000,
ko: 2670,
hrp: 1000,
bosses: [
{
monsterId: 26,
startingArea: 0,
level: 29,
size: 100,
min: 1,
max: 4
}
],
secondaryRewards: [
{ itemId: 151, count: 1, chance: 16 },
{ itemId: 316, count: 12, chance: 12 },