Skip to content

Commit 58b1292

Browse files
feat: Add new official "Full-Bodied" challenge to Dartmoor
1 parent 31bdf09 commit 58b1292

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

contractdata/DARTMOOR/_DARTMOOR_CHALLENGES.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,116 @@
11671167
},
11681168
"Tags": ["story", "medium", "assassination"]
11691169
},
1170+
{
1171+
"Id": "c9dcc5f9-7b1f-44a0-8748-ee8952d594b3",
1172+
"Name": "UI_CHALLENGES_ANCESTRAL_FULL_BODIED_NAME",
1173+
"ImageName": "images/challenges/Ancestral/Ancestral_Full_Bodied.jpg",
1174+
"Description": "UI_CHALLENGES_ANCESTRAL_FULL_BODIED_DESC",
1175+
"Rewards": {
1176+
"MasteryXP": 2000
1177+
},
1178+
"Drops": ["TOKEN_OUTFIT_REWARD_HERO_BURGUNDY_SUIT"],
1179+
"IsPlayable": true,
1180+
"IsLocked": false,
1181+
"HideProgression": false,
1182+
"CategoryName": "UI_MENU_PAGE_PROFILE_CHALLENGES_CATEGORY_SIGNATUREKILL",
1183+
"Icon": "challenge_category_assassination",
1184+
"LocationId": "LOCATION_ANCESTRAL_BULLDOG",
1185+
"ParentLocationId": "LOCATION_PARENT_ANCESTRAL",
1186+
"Type": "location",
1187+
"DifficultyLevels": [],
1188+
"OrderIndex": 10000,
1189+
"XpModifier": {},
1190+
"RuntimeType": "Hit",
1191+
"Definition": {
1192+
"Constants": {
1193+
"Goal": 3
1194+
},
1195+
"Context": {
1196+
"Count": 0,
1197+
"SixFeetUnder": []
1198+
},
1199+
"ContextListeners": {
1200+
"Count": {
1201+
"count": "$.Count",
1202+
"total": "$.Goal",
1203+
"type": "challengecounter"
1204+
}
1205+
},
1206+
"Scope": "session",
1207+
"States": {
1208+
"Start": {
1209+
"PushedIntoGrave": {
1210+
"Condition": {
1211+
"$eq": ["$Value.IsTarget", true]
1212+
},
1213+
"Actions": {
1214+
"$pushunique": [
1215+
"SixFeetUnder",
1216+
"$Value.RepositoryId"
1217+
]
1218+
}
1219+
},
1220+
"DumpedIntoGrave": {
1221+
"Condition": {
1222+
"$eq": ["$Value.IsTarget", true]
1223+
},
1224+
"Actions": {
1225+
"$pushunique": [
1226+
"SixFeetUnder",
1227+
"$Value.RepositoryId"
1228+
]
1229+
}
1230+
},
1231+
"Kill": [
1232+
{
1233+
"Condition": {
1234+
"$or": [
1235+
{
1236+
"$any": {
1237+
"?": {
1238+
"$eq": [
1239+
"$.#",
1240+
"$Value.RepositoryId"
1241+
]
1242+
},
1243+
"in": "$.SixFeetUnder"
1244+
}
1245+
},
1246+
{
1247+
"$and": [
1248+
{
1249+
"$eq": [
1250+
"$Value.IsTarget",
1251+
true
1252+
]
1253+
},
1254+
{
1255+
"$eq": [
1256+
"$Value.SetPieceId",
1257+
"ed4fc354-04b1-4a02-bf57-4e71316d2e93"
1258+
]
1259+
}
1260+
]
1261+
}
1262+
]
1263+
},
1264+
"Actions": {
1265+
"$inc": "Count"
1266+
}
1267+
},
1268+
{
1269+
"Condition": {
1270+
"$eq": ["$.Count", "$.Goal"]
1271+
},
1272+
"Transition": "Success"
1273+
}
1274+
]
1275+
}
1276+
}
1277+
},
1278+
"Tags": ["story", "medium", "assassination"]
1279+
},
11701280
{
11711281
"Id": "d0af296c-6b89-41bf-9334-a781f77aee4d",
11721282
"Name": "UI_CHALLENGES_ANCESTRAL_47_ASSASINATION_POISON_NAME",

0 commit comments

Comments
 (0)