Hallo,
wie kann ich eine Elimination Quest auf das Gebit mit der Markierung begrenzen?
Code
{
"AssociatedNpc": "Doctor",
"Tier": 2,
"Title": "Puppets im Krankehaus B0",
"Description": "Im Krankenhaus nimmt die Population der Puppets zu schnell zu. Töte bitte 20 Puppets am Krankenhaus B0. ",
"TimeLimitHours": 24.0,
"RewardPool": [
{
"CurrencyNormal": 1200,
"Fame": 10,
"Skills": [
{
"Skill": "Medical",
"Experience": 3500
}
],
"TradeDeals": [
{
"Item": "Antibiotics_02",
"Price": 50,
"Amount": 1,
"Fame": 25,
"AllowExcluded": true
}
]
}
],
"Conditions": [
{
"TrackingCaption": "Töte 20 Puppets am Krankenhaus B0",
"SequenceIndex": 0,
"CanBeAutoCompleted": true,
"Type": "Elimination",
"Amount": 20,
"TargetCharacters": [
"Puppet"
],
"LocationsShownOnMap": [
{
"Location": {
"X": -631344.75,
"Y": -155648.516,
"Z": 30165.682
},
"SizeFactor": 2.0
}
]
}
]
}
Alles anzeigen