Refactor fetch_wikelo_information to also support armor. Making the RAG for Wikelo mission obsolete.
This commit is contained in:
@@ -1,161 +0,0 @@
|
||||
{
|
||||
"contracts": [
|
||||
{
|
||||
"name": "Armor with Horn and String",
|
||||
"items_needed": [
|
||||
{ "quantity": 30, "item": "Saldynium (Ore)" },
|
||||
{ "quantity": 15, "item": "Carinite" },
|
||||
{ "quantity": 45, "item": "Jaclium (Ore)" },
|
||||
{ "quantity": 1, "item": "Carinite (Pure)" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "Ana Armor Helmet Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Core Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Arms Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Legs Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Core Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Arms Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Legs Endro" }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Look at desert but don't see you",
|
||||
"items_needed": [
|
||||
{ "quantity": 3, "item": "Wikelo Favor" },
|
||||
{ "quantity": 5, "item": "Ace Interceptor Helmet" },
|
||||
{ "quantity": 20, "item": "Advocacy Badge (Replica)" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Core Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Arms Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Legs Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Helmet Woodland" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "DCP Armor Helmet Hunter Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Arms Hunter Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Core Hunter Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Legs Hunter Camo" }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Want armor look like tree?",
|
||||
"items_needed": [
|
||||
{ "quantity": 3, "item": "Wikelo Favor" },
|
||||
{ "quantity": 5, "item": "Ace Interceptor Helmet" },
|
||||
{ "quantity": 50, "item": "Valakkar Fang (Juvenile)" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Core Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Arms Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Legs Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Helmet Woodland" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "DCP Armor Helmet Jungle Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Arms Jungle Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Core Jungle Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Legs Jungle Camo" }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Make space navy armor",
|
||||
"items_needed": [
|
||||
{ "quantity": 3, "item": "Wikelo Favor" },
|
||||
{ "quantity": 5, "item": "Ace Interceptor Helmet" },
|
||||
{ "quantity": 50, "item": "Grassland Quasi Grazer Egg" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Core Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Arms Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Legs Woodland" },
|
||||
{ "quantity": 1, "item": "ADP-mk4 Helmet Woodland" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "DCP Armor Helmet Cobalt Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Arms Cobalt Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Core Cobalt Camo" },
|
||||
{ "quantity": 1, "item": "DCP Armor Legs Cobalt Camo" }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Make glowy armor",
|
||||
"items_needed": [
|
||||
{ "quantity": 1, "item": "Irradiated Valakkar Pearl (Grade AAA)" },
|
||||
{ "quantity": 2, "item": "Irradiated Valakkar Fang (Apex)" },
|
||||
{ "quantity": 15, "item": "Irradiated Valakkar Fang (Adult)" },
|
||||
{ "quantity": 20, "item": "Irradiated Valakkar Fang (Juvenile)" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "Ana Armor Helmet Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Core Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Arms Endro" },
|
||||
{ "quantity": 1, "item": "Ana Armor Legs Endro" }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Walk in danger. Look good.",
|
||||
"items_needed": [
|
||||
{ "quantity": 30, "item": "MG Scrip" },
|
||||
{ "quantity": 1, "item": "Novikov Exploration Suit" },
|
||||
{ "quantity": 1, "item": "Novikov Helmet" },
|
||||
{ "quantity": 10, "item": "Irradiated Valakkar Fang (Adult)" },
|
||||
{ "quantity": 20, "item": "Irradiated Valakkar Fang (Juvenile)" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "Irradiated Valakkar Pearl (Grade AAA)" }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Xi'an Xanthule Suit made better",
|
||||
"items_needed": [
|
||||
{ "quantity": 20, "item": "MG Scrip" },
|
||||
{ "quantity": 1, "item": "Xanthule Suit" },
|
||||
{ "quantity": 1, "item": "Xanthule Helmet" },
|
||||
{ "quantity": 15, "item": "Ace Interceptor Helmet" },
|
||||
{ "quantity": 1, "item": "Tevarian War Service Marker (Pristine)" }
|
||||
],
|
||||
"reward_items": []
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Adventure a A-Venture",
|
||||
"items_needed": [
|
||||
{ "quantity": 30, "item": "MG Scrip" },
|
||||
{ "quantity": 1, "item": "Venture Arms" },
|
||||
{ "quantity": 1, "item": "Venture Core" },
|
||||
{ "quantity": 1, "item": "Venture Helmet White" },
|
||||
{ "quantity": 1, "item": "Venture Legs" },
|
||||
{ "quantity": 10, "item": "Saldynium (Ore)" },
|
||||
{ "quantity": 10, "item": "Jaclium (Ore)" },
|
||||
{ "quantity": 1, "item": "Carinite (Pure)" }
|
||||
],
|
||||
"reward_items": []
|
||||
},
|
||||
{
|
||||
"name": "Geist \"Snow Camo\" Armor Set",
|
||||
"items_needed": [
|
||||
{ "quantity": 10, "item": "ASD Secure Drive" },
|
||||
{ "quantity": 1, "item": "Geist Armor Arms ASD Edition" },
|
||||
{ "quantity": 1, "item": "Geist Armor Core ASD Edition" },
|
||||
{ "quantity": 1, "item": "Geist Armor Helmet ASD Edition" },
|
||||
{ "quantity": 1, "item": "Geist Armor Legs ASD Edition" },
|
||||
{ "quantity": 1, "item": "Geist Armor Backpack ASD Edition" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "Geist \"Snow Camo\" Armor Set" }
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Zenith \"Snow Camo\" Laser Sniper Rifle",
|
||||
"items_needed": [
|
||||
{ "quantity": 10, "item": "ASD Secure Drive" },
|
||||
{ "quantity": 1, "item": "Zenith Laser Sniper Rifle" }
|
||||
],
|
||||
"reward_items": [
|
||||
{ "quantity": 1, "item": "Zenith \"Snow Camo\" Laser Sniper Rifle" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user