Populating shops for v070.

This commit is contained in:
Oskar Wiksten
2013-06-10 23:52:51 +02:00
parent 32df0fd717
commit 94b778af2b
5 changed files with 244 additions and 28 deletions

View File

@@ -10,6 +10,11 @@
},
"chance": 100
},
{
"itemID": "axe_black1",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "club1",
"quantity": {
@@ -42,6 +47,11 @@
},
"chance": 100
},
{
"itemID": "qtrstaff",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "rusted_iron_sword",
"quantity": {
@@ -90,6 +100,16 @@
},
"chance": 100
},
{
"itemID": "clmr_rst",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "clmr_irn1",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "broken_buckler",
"quantity": {
@@ -159,6 +179,16 @@
},
"chance": 100
},
{
"itemID": "hglv_irn",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "hglv_chml",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "shield_wooden",
"quantity": {
@@ -199,6 +229,24 @@
},
"chance": 100
},
{
"itemID": "boots5",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
},
{
"itemID": "hboot_wirn",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "hboot_irn",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "armor_chain1",
"quantity": {
@@ -222,6 +270,16 @@
"max": 1
},
"chance": 100
},
{
"itemID": "chmail2",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "hvbdy_rust",
"quantity": { "min": 1, "max": 1 },
"chance": 100
}
]
},
@@ -268,6 +326,16 @@
},
"chance": 100
},
{
"itemID": "clmr_bers",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "clmr_msv",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "broadsword_fine_iron",
"quantity": {
@@ -291,14 +359,6 @@
"max": 1
},
"chance": 100
},
{
"itemID": "boots5",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
}
]
},
@@ -337,6 +397,16 @@
},
"chance": 100
},
{
"itemID": "axe_black2",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "graxe_black",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "armour_crude_leather",
"quantity": {
@@ -438,6 +508,16 @@
},
"chance": 100
},
{
"itemID": "clmr_def1",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "scptr_runed",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "shield6",
"quantity": {
@@ -499,6 +579,11 @@
},
"chance": 100
},
{
"itemID": "clmr_irn2",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "shield5",
"quantity": {
@@ -531,6 +616,16 @@
},
"chance": 100
},
{
"itemID": "ltbdy_chmail",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "ltbdy_lthr",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "gloves_guards",
"quantity": {
@@ -539,6 +634,16 @@
},
"chance": 100
},
{
"itemID": "hglv_plat2",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "hglv_stl",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "boots_defender",
"quantity": {
@@ -1302,6 +1407,16 @@
},
"chance": 100
},
{
"itemID": "daggr_curv",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "daggr_bloodlet",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "gem3",
"quantity": {

View File

@@ -131,6 +131,21 @@
"max": 1
},
"chance": 100
},
{
"itemID": "ltbdy_spmail",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "spmail2",
"quantity": { "min": 1, "max": 1 },
"chance": 100
},
{
"itemID": "hboot_plat",
"quantity": { "min": 1, "max": 1 },
"chance": 100
}
]
},

View File

@@ -39,7 +39,7 @@
"items": [
{
"quantity": { "min": 1, "max": 1 },
"itemID": "graxe_shatter",
"itemID": "blade_defiler",
"chance": 100
},
{
@@ -442,6 +442,11 @@
"quantity": { "min": 1, "max": 1 },
"chance": 5
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "clmr_wrld",
"chance": 1
},
{
"itemID": "junk_necklace0",
"quantity": { "min": 1, "max": 1 },
@@ -463,7 +468,7 @@
"chance": 100
},
{
"itemID": "blade_defiler",
"itemID": "haub_serp",
"quantity": { "min": 1, "max": 1 },
"chance": 100
}

View File

@@ -11,6 +11,41 @@
"quantity": { "min": 1, "max": 1 },
"itemID": "clmr_dl",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "graxe_massive",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "graxe_fury",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "hmr_iron",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "mace_iron",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "clmr_stl",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "hvhead_stl",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "hvhead_irn",
"chance": 100
}
]
},
@@ -18,13 +53,48 @@
"id": "shop_lleglaris",
"items": [
{
"quantity": { "min": 1, "max": 1 },
"quantity": { "min": 1, "max": 5 },
"itemID": "clmr_gnt",
"chance": 100
},
{
"quantity": { "min": 1, "max": 5 },
"itemID": "axe_whirl",
"chance": 100
},
{
"quantity": { "min": 1, "max": 5 },
"itemID": "clmr_def2",
"chance": 100
},
{
"quantity": { "min": 1, "max": 5 },
"itemID": "hatchet_sharp",
"chance": 100
},
{
"quantity": { "min": 1, "max": 5 },
"itemID": "clmr_serp",
"chance": 100
},
{
"quantity": { "min": 1, "max": 5 },
"itemID": "hglv_plat1",
"chance": 100
},
{
"quantity": { "min": 1, "max": 5 },
"itemID": "graxe_exec",
"chance": 100
},
{
"quantity": { "min": 1, "max": 5 },
"itemID": "axe_lightblack",
"chance": 100
},
{
"quantity": { "min": 1, "max": 1 },
"itemID": "graxe_exec",
"quantity": { "min": 1, "max": 5 },
"itemID": "axe_fear",
"chance": 100
}
]

View File

@@ -143,7 +143,8 @@
}
},
"baseMarketCost": 9354,
"displaytype": 3
"displaytype": 3,
"hasManualPrice": 1
},
{
"id": "hvhead_irn",
@@ -184,8 +185,9 @@
}
]
},
"baseMarketCost": 332,
"displaytype": 4
"baseMarketCost": 532,
"displaytype": 4,
"hasManualPrice": 1
},
{
"id": "hglv_irn",
@@ -484,7 +486,7 @@
"increaseBlockChance": -4,
"increaseDamageResistance": -2
},
"baseMarketCost": 2590,
"baseMarketCost": 3590,
"hitEffect": {
"conditionsTarget": [
{
@@ -495,7 +497,8 @@
}
]
},
"displaytype": 4
"displaytype": 4,
"hasManualPrice": 1
},
{
"id": "clmr_wrld",
@@ -552,7 +555,8 @@
}
]
},
"displaytype": 4
"displaytype": 4,
"hasManualPrice": 1
},
{
"id": "clmr_wrmas",
@@ -582,7 +586,8 @@
]
},
"baseMarketCost": 3900,
"displaytype": 3
"displaytype": 3,
"hasManualPrice": 1
},
{
"id": "xulviir",
@@ -617,7 +622,8 @@
}
]
},
"displaytype": 3
"displaytype": 3,
"hasManualPrice": 1
},
{
"id": "club_bld",
@@ -643,7 +649,8 @@
}
]
},
"baseMarketCost": 107
"baseMarketCost": 107,
"hasManualPrice": 1
},
{
"id": "qtrstaff",
@@ -797,7 +804,8 @@
}
},
"displaytype": 4,
"baseMarketCost": 9939
"baseMarketCost": 5119,
"hasManualPrice": 1
},
{
"id": "axe_black1",
@@ -875,8 +883,9 @@
}
]
},
"baseMarketCost": 868,
"displaytype": 4
"baseMarketCost": 1868,
"displaytype": 4,
"hasManualPrice": 1
},
{
"id": "graxe_black",
@@ -955,8 +964,9 @@
}
]
},
"baseMarketCost": 2626,
"displaytype": 4
"baseMarketCost": 3126,
"displaytype": 4,
"hasManualPrice": 1
},
{
"id": "axe_lightblack",
@@ -1022,7 +1032,8 @@
}
]
},
"displaytype": 4
"displaytype": 4,
"hasManualPrice": 1
},
{
"id": "carrots",