From 39e0dbf612a426607ff92010c37d47e95d6a45b7 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Tue, 20 Oct 2020 23:07:47 +1300 Subject: [PATCH] Add items? --- DataCollection/gamedata.json | 33508 +++++++++++++++- Horse Isle Server/Horse Isle Server/Client.cs | 4 +- .../Horse Isle Server/Gamedata.cs | 40 +- .../Horse Isle Server.csproj | 3 +- Horse Isle Server/Horse Isle Server/Item.cs | 48 + .../Horse Isle Server/ItemObject.cs | 17 - .../Horse Isle Server/Messages.cs | 12 +- Horse Isle Server/Horse Isle Server/Server.cs | 3 +- WebInterface/game-site/mod/basketshoot.swf | Bin 0 -> 28717 bytes WebInterface/game-site/mod/checkers.swf | Bin 0 -> 13675 bytes WebInterface/game-site/mod/chess.swf | Bin 0 -> 15016 bytes WebInterface/game-site/mod/marbles.swf | Bin 0 -> 105447 bytes WebInterface/game-site/mod/orbital.swf | Bin 0 -> 127889 bytes .../game-site/mod/snowballslingshot.swf | Bin 0 -> 22571 bytes WebInterface/game-site/mod/teamcave.swf | Bin 0 -> 152771 bytes WebInterface/game-site/mod/teamjunglecave.swf | Bin 0 -> 67122 bytes WebInterface/game-site/mod/treasurehunter.swf | Bin 0 -> 32368 bytes 17 files changed, 33603 insertions(+), 32 deletions(-) create mode 100644 Horse Isle Server/Horse Isle Server/Item.cs delete mode 100644 Horse Isle Server/Horse Isle Server/ItemObject.cs create mode 100644 WebInterface/game-site/mod/basketshoot.swf create mode 100644 WebInterface/game-site/mod/checkers.swf create mode 100644 WebInterface/game-site/mod/chess.swf create mode 100644 WebInterface/game-site/mod/marbles.swf create mode 100644 WebInterface/game-site/mod/orbital.swf create mode 100644 WebInterface/game-site/mod/snowballslingshot.swf create mode 100644 WebInterface/game-site/mod/teamcave.swf create mode 100644 WebInterface/game-site/mod/teamjunglecave.swf create mode 100644 WebInterface/game-site/mod/treasurehunter.swf diff --git a/DataCollection/gamedata.json b/DataCollection/gamedata.json index fced782..0da8c14 100644 --- a/DataCollection/gamedata.json +++ b/DataCollection/gamedata.json @@ -35,7 +35,7 @@ "location_format":" You are%META% ", "tile_format":"%TILENAME%", "nothing_message":"^LYou see nothing on the ground of interest.^R1", - "transport_format":"^R1^LTransport via %METHOD% to %PLACE%^R1^I%ICON%^T4Trip Costs $%COST% one way. ^B1M%XY%^BY%ID%", + "transport_format":"^LTransport via %METHOD% to %PLACE%^R1^I%ICON%^T4Trip Costs $%COST% one way. ^B1M%XY%^BY%ID%", "exit_this_place":"^X", "end_of_meta":"^Z", "nearby":{ @@ -493,8 +493,33510 @@ 3,3,1,1,1,1,3,3,3,3], } }, - "transport": - { + "item":{ + "item_list":[ + { + "id": 1, + "name": "Agate", + "pural_name": "Agates", + "description": "A shiny little rock.", + "icon_id": 7, + "sort_by": 50, + "sell_price": 2, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 4000, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 2, + "name": "Small Gem", + "pural_name": "Small Gems", + "description": "A small sparkling gemstone.", + "icon_id": 5, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 3, + "name": "Ruby", + "pural_name": "Rubies", + "description": "A sparkling red ruby. It has a perfect glimmer in the sunlight.", + "icon_id": 6, + "sort_by": 50, + "sell_price": 500, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 500, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 4, + "name": "Loaf of Bread", + "pural_name": "Loaves of Bread", + "description": "A small loaf of wheat bread.", + "icon_id": 21, + "sort_by": 20, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 5, + "name": "Cake", + "pural_name": "Cakes", + "description": "A moist, yellow cake covered with chocolate frosting.", + "icon_id": 22, + "sort_by": 20, + "sell_price": 30, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 6, + "name": "Apple", + "pural_name": "Apples", + "description": "A juicy red apple.", + "icon_id": 23, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 8 + }, + { + "effect_what": "MOOD", + "effect_amount": 75 + } + ], + "spawn_parameters": { + "spawn_cap": 85, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Apple Tree" + } + }, + { + "id": 7, + "name": "Ice Cream", + "pural_name": "Cones of Ice Cream", + "description": "A cone filled with a cold mountain of ice cream drizzled with strawberries.", + "icon_id": 24, + "sort_by": 20, + "sell_price": 25, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 250 + }, + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 8, + "name": "Soda Pop", + "pural_name": "Cans of Soda", + "description": "An ice cold can of soda pop.", + "icon_id": 25, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + }, + { + "effect_what": "TIREDNESS", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 9, + "name": "Water", + "pural_name": "Waters", + "description": "An ice cold glass of water.", + "icon_id": 26, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 10, + "name": "Orange Juice", + "pural_name": "Orange Juices", + "description": "A glass of freshly squeezed orange juice.", + "icon_id": 27, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 11, + "name": "Lemonade", + "pural_name": "Lemonades", + "description": "A bitter sweet glass of lemonade.", + "icon_id": 29, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 12, + "name": "Tea", + "pural_name": "Mugs of Tea", + "description": "A mug of hot, dark tea.", + "icon_id": 31, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + }, + { + "effect_what": "TIREDNESS", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 14, + "name": "White T-Shirt", + "pural_name": "White T-Shirts", + "description": "A simple white, short sleeve T-shirt.", + "icon_id": 123, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 15, + "name": "Blue Jeans", + "pural_name": "Pairs of Blue Jeans", + "description": "A normal pair of blue jeans. Good for everyday wear.", + "icon_id": 131, + "sort_by": 35, + "sell_price": 250, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 32, + "name": "Hay Bale", + "pural_name": "Hay Bales", + "description": "Plain old dried grass. Good for horses.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 33, + "name": "Pail of Water", + "pural_name": "Pails of Water", + "description": "A 3 gallon pail of fresh, cold water.", + "icon_id": 172, + "sort_by": 80, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 350 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 34, + "name": "Hearty Treat", + "pural_name": "Hearty Treats", + "description": "A hearty treat containing molasses, oats, barley, corn and wheat bran. Sure to fill your horse while also making them very happy.", + "icon_id": 173, + "sort_by": 80, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 500 + }, + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 35, + "name": "English Saddle", + "pural_name": "English Saddles", + "description": "A simple English Saddle that is unadorned.
[ BONUS: +10 Speed ]", + "icon_id": 324, + "sort_by": 95, + "sell_price": 5000, + "embed_swf": "english", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 36, + "name": "English Bridle", + "pural_name": "English Bridles", + "description": "A simple English Bridle made out of leather.
[ BONUS: +10 Conformation ]", + "icon_id": 325, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "english", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 37, + "name": "English Saddle Pad", + "pural_name": "English Saddle Pads", + "description": "A simple saddle pad that will fit easily under the English Saddle.
[ BONUS: +10 Endurance ]", + "icon_id": 326, + "sort_by": 95, + "sell_price": 2000, + "embed_swf": "english", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 38, + "name": "Log", + "pural_name": "Logs", + "description": "A wood log.", + "icon_id": 48, + "sort_by": 70, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 39, + "name": "4 Leaf Clover", + "pural_name": "4 Leaf Clovers", + "description": "A clover with 4 leaves instead of the normal 3, must be lucky!", + "icon_id": 49, + "sort_by": 75, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 700, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 40, + "name": "Dandelion", + "pural_name": "Dandelions", + "description": "A plain old yellow dandelion... some folks consider it a flower but to most its a weed.", + "icon_id": 50, + "sort_by": 75, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1750, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 41, + "name": "Red Pine Cone", + "pural_name": "Red Pine Cones", + "description": "A very rare pine cone, but worth nothing to most people.", + "icon_id": 41, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 40, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 42, + "name": "Red Rose", + "pural_name": "Red Roses", + "description": "A beautiful, single red rose still in bloom", + "icon_id": 42, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 43, + "name": "Bunch of Daisies", + "pural_name": "Bunches of Daisies", + "description": "A bunch of bright yellow and white daisies", + "icon_id": 46, + "sort_by": 75, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 400, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 44, + "name": "Coffee", + "pural_name": "Cups of Coffee", + "description": "A mug of fresh robust island coffee! Strong waker-upper", + "icon_id": 30, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 100 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 45, + "name": "Nap", + "pural_name": "Nap", + "description": "A quick, cheap nap.", + "icon_id": 242, + "sort_by": 64, + "sell_price": 15, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 46, + "name": "Full Sleep", + "pural_name": "Full Sleep", + "description": "Eliminates all tiredness for the very weary traveler.", + "icon_id": 243, + "sort_by": 64, + "sell_price": 100, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 47, + "name": "Ham and Eggs", + "pural_name": " Ham and Eggs", + "description": "A great morning breakfast, toast included.", + "icon_id": 221, + "sort_by": 64, + "sell_price": 40, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 48, + "name": "Salad and Juice", + "pural_name": "Salad and Juice", + "description": "A salad with croutons and dressing served with a glass of sparkling grape juice.", + "icon_id": 222, + "sort_by": 64, + "sell_price": 35, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + }, + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 49, + "name": "Pizza and Pop", + "pural_name": "Pizza and Pop", + "description": "A big cheese pizza with a large pop.", + "icon_id": 223, + "sort_by": 64, + "sell_price": 60, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + }, + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 50, + "name": "Wishing Coin", + "pural_name": "Wishing Coins", + "description": "If only there was a wishing well nearby!", + "icon_id": 14, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 51, + "name": "Strawberry", + "pural_name": "Strawberries", + "description": "A bright red, juicy berry.", + "icon_id": 51, + "sort_by": 20, + "sell_price": 3, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 15 + } + ], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 52, + "name": "Raspberry", + "pural_name": "Raspberries", + "description": "A juicy, red berry.", + "icon_id": 52, + "sort_by": 20, + "sell_price": 3, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 250, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Raspberry Bush", + "spawn_near_special_tile": null + } + }, + { + "id": 53, + "name": "Blackberry", + "pural_name": "Blackberries", + "description": "A big, juicy, black fruit.", + "icon_id": 53, + "sort_by": 20, + "sell_price": 2, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 4 + } + ], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Blackberry Bush", + "spawn_near_special_tile": null + } + }, + { + "id": 54, + "name": "Blueberry", + "pural_name": "Blueberries", + "description": "A small, round, blue fruit.", + "icon_id": 54, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 1300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 55, + "name": "Cranberry", + "pural_name": "Cranberries", + "description": "A small, round, red fruit.", + "icon_id": 55, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 1300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 56, + "name": "Thimbleberry", + "pural_name": "Thimbleberries", + "description": "A fruit that looks a lot like a large raspberry.", + "icon_id": 56, + "sort_by": 20, + "sell_price": 2, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Thimbleberry Bush", + "spawn_near_special_tile": null + } + }, + { + "id": 57, + "name": "Huckleberry", + "pural_name": "Huckleberries", + "description": "A small, round, purple fruit.", + "icon_id": 57, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 60, + "name": "Acorn", + "pural_name": "Acorns", + "description": "The nut from an oak tree", + "icon_id": 60, + "sort_by": 20, + "sell_price": 1, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 5 + } + ], + "spawn_parameters": { + "spawn_cap": 200, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Oak Tree" + } + }, + { + "id": 61, + "name": "Coconut", + "pural_name": "Coconuts", + "description": "The giant nut from a palm tree. Coconut milk is also inside.", + "icon_id": 61, + "sort_by": 20, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + }, + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Palm Tree" + } + }, + { + "id": 63, + "name": "Mushroom", + "pural_name": "Mushrooms", + "description": "A nice ball of fungus!", + "icon_id": 63, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 1000, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 64, + "name": "Feather", + "pural_name": "Feathers", + "description": "A simple black bird feather.", + "icon_id": 64, + "sort_by": 70, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2000, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 65, + "name": "Peacock Feather", + "pural_name": "Peacock Feathers", + "description": "A beautifully colored, large peacock feather.", + "icon_id": 65, + "sort_by": 70, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 67, + "name": "Pine Cone", + "pural_name": "Pine Cones", + "description": "Simple pinecone that has fallen from a Pine Tree.", + "icon_id": 67, + "sort_by": 70, + "sell_price": 3, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2000, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 68, + "name": "Honeycomb", + "pural_name": "Honeycombs", + "description": "Honey straight from a beehive! Someone was brave!", + "icon_id": 68, + "sort_by": 20, + "sell_price": 75, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 69, + "name": "Pear", + "pural_name": "Pears", + "description": "The white fruit of a pear tree, delicious when ripe.", + "icon_id": 33, + "sort_by": 20, + "sell_price": 8, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 70, + "name": "Banana", + "pural_name": "Bananas", + "description": "A yellow banana from a banana tree.", + "icon_id": 34, + "sort_by": 20, + "sell_price": 8, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 71, + "name": "Orange", + "pural_name": "Oranges", + "description": "The juicy orange fruit of an orange tree.", + "icon_id": 32, + "sort_by": 20, + "sell_price": 9, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + }, + { + "effect_what": "THIRST", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 50, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Orange Tree" + } + }, + { + "id": 72, + "name": "Pearl", + "pural_name": "Pearls", + "description": "A tiny white pearl from an oyster!", + "icon_id": 11, + "sort_by": 50, + "sell_price": 300, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 73, + "name": "Dinosaur Bone", + "pural_name": "Dinosaur Bones", + "description": "Wow! A very rare find! An actual dinosaur bone!", + "icon_id": 12, + "sort_by": 50, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 5, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 74, + "name": "Diamond", + "pural_name": "Diamonds", + "description": "A tiny, super sparkly diamond! It is surely worth a lot.", + "icon_id": 10, + "sort_by": 50, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "DESERT", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 75, + "name": "Amethyst", + "pural_name": "Amethysts", + "description": "A sparkling deep purple amethyst.", + "icon_id": 2, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 77, + "name": "Sapphire", + "pural_name": "Sapphires", + "description": "A bright blue, sparkling sapphire.", + "icon_id": 16, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 78, + "name": "Emerald", + "pural_name": "Emeralds", + "description": "A deep green sparkling gemstone.", + "icon_id": 4, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 79, + "name": "Seashell", + "pural_name": "Seashells", + "description": "A simple seashell found on the seashore.", + "icon_id": 13, + "sort_by": 50, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2500, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 80, + "name": "Bunch of Wildflowers", + "pural_name": "Bunches of Wildflowers", + "description": "A bunch of random flowers bunched together.", + "icon_id": 47, + "sort_by": 75, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 81, + "name": "Fern", + "pural_name": "Ferns", + "description": "A large, deep green fern.", + "icon_id": 81, + "sort_by": 75, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 700, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 82, + "name": "Grasshopper", + "pural_name": "Grasshoppers", + "description": "Little jumping giant of the forest.", + "icon_id": 82, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1700, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 83, + "name": "Earthworm", + "pural_name": "Earthworms", + "description": "A creepy crawler of the woods, good for use as fishing bait!", + "icon_id": 83, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 800, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 84, + "name": "NPC Chat", + "pural_name": "NPC Chat", + "description": "a chat bubble icon for talking with non player characters.", + "icon_id": 251, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 89, + "name": "Steel Horseshoe", + "pural_name": "Steel Horseshoe", + "description": "for the farrier.", + "icon_id": 256, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 510, + "name": "Riding Crop", + "pural_name": "Riding Crops", + "description": "A nice riding crop that belongs to Joanna. She's been looking for this!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 509, + "name": "Soft Rock", + "pural_name": "Soft Rocks", + "description": "This easily crunched rock is easier on senior rock eater's teeth.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 508, + "name": "Eagle Egg", + "pural_name": "Eagle Eggs", + "description": "A beautiful, white eagle egg. Leuko must be very worried about her egg.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 507, + "name": "Homemade Hay", + "pural_name": "Bales of Homemade Hay", + "description": "Special hay that was made by Dwight Staebulman that completely feeds any horse and puts them in a very good mood.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 506, + "name": "Eagle Medicine", + "pural_name": null, + "description": "A vial of medicine specifically for large birds. This is exactly what Nina needs.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 505, + "name": "Red Dress", + "pural_name": "Red Dresses", + "description": "A beautiful red dress that will be a perfect gift from Signe to Svea.", + "icon_id": 130, + "sort_by": 1, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 504, + "name": "Yellow Dress", + "pural_name": "Yellow Dresses", + "description": "A beautiful yellow dress that will be a perfect gift from Svea to Signe.", + "icon_id": 120, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 126, + "name": "Fish - n - Chips", + "pural_name": "Fish - n - Chips", + "description": "Fried breaded fish and large french fries in a red basket.", + "icon_id": 224, + "sort_by": 64, + "sell_price": 30, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 127, + "name": "Spaghetti & Garlic Bread", + "pural_name": "Spaghetti & Garlic BreadDinner", + "description": "Large plate of spaghetti in a fresh tomato sauce, with garlic bread and a small glass of water.", + "icon_id": 225, + "sort_by": 64, + "sell_price": 90, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 128, + "name": "Peanut Butter and Jelly", + "pural_name": "Peanut Butter and Jelly", + "description": "White bread with peanut butter and strawberry jam.", + "icon_id": 226, + "sort_by": 64, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 129, + "name": "Fried Chicken & Potatoes", + "pural_name": "Fried Chicken & Potatoes", + "description": "Fried chicken and mashed potatoes with gravy.", + "icon_id": 227, + "sort_by": 64, + "sell_price": 90, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 130, + "name": "Stew and Fresh Bread", + "pural_name": "Stew and Fresh Bread", + "description": "Carrots, potatoes, celery and beef make for a hearty stew. The fresh bread makes it a meal.", + "icon_id": 228, + "sort_by": 64, + "sell_price": 90, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 400 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 131, + "name": "Cheeseburger and Fries", + "pural_name": "Cheeseburger and Fries", + "description": "A cheeseburger served with seasoned french fries.", + "icon_id": 229, + "sort_by": 64, + "sell_price": 30, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 132, + "name": "Bean & Rice Burrito", + "pural_name": "Bean & Rice Burrito", + "description": "A bean and rice burrito, served with salsa and chips.", + "icon_id": 230, + "sort_by": 64, + "sell_price": 40, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 133, + "name": "Fried Tofu & Rice", + "pural_name": "Fried Tofu & Rice", + "description": "Seasoned tofu over a plate of rice and vegetables.", + "icon_id": 231, + "sort_by": 64, + "sell_price": 30, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 134, + "name": "Bowl of Oatmeal", + "pural_name": "Bowl of Oatmeal", + "description": "A bowl of steamy, hot, thick oatmeal served with brown sugar.", + "icon_id": 232, + "sort_by": 64, + "sell_price": 15, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 135, + "name": "Present!", + "pural_name": "Presents!", + "description": "A present wrapped up all nice with colorful paper and a bow.", + "icon_id": 268, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 136, + "name": "Nap", + "pural_name": "Nap", + "description": "Curl up on some cozy down quilts for a free nap.", + "icon_id": 241, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 137, + "name": "Hot Cocoa", + "pural_name": "Hot Cocoas", + "description": "A warm mug of hot cocoa with little marshmallows.", + "icon_id": 30, + "sort_by": 20, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 50 + }, + { + "effect_what": "MOOD", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 138, + "name": "Pudding", + "pural_name": "Puddings", + "description": "Some chocolate pudding in a little glass cup.", + "icon_id": 36, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 139, + "name": "Popcorn", + "pural_name": "Bowls of Popcorn", + "description": "Lots of popcorn in a red and white cardboard tub.", + "icon_id": 37, + "sort_by": 20, + "sell_price": 9, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 140, + "name": "Pie a la Mode", + "pural_name": "Pieces of Pie a la Mode", + "description": "A piece of apple pie with ice cream on top.", + "icon_id": 38, + "sort_by": 20, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 35 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 141, + "name": "Cookie", + "pural_name": "Cookies", + "description": "A big, chewy chocolate-chip cookie.", + "icon_id": 28, + "sort_by": 20, + "sell_price": 7, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 142, + "name": "Scorpion", + "pural_name": "Scorpions", + "description": "A small desert creature. Keep it away from horses...", + "icon_id": 84, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 100, + "spawn_in_area": null, + "spawn_on_tile_type": "DESERT", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 143, + "name": "Little Lizard", + "pural_name": "Little Lizards", + "description": "A cute little brown lizard, normally living in the desert.", + "icon_id": 85, + "sort_by": 78, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "DESERT", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 144, + "name": "Snowball", + "pural_name": "Snowballs", + "description": "Throwable at other players! It melts away while in your inventory!", + "icon_id": 15, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 350, + "spawn_in_area": null, + "spawn_on_tile_type": "SNOW", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 145, + "name": "Strong Skinny Branch", + "pural_name": "Strong Skinny Branches", + "description": "By the looks of this stick, it could make a real nice fishing pole!", + "icon_id": 261, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 200, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 146, + "name": "Fishing Pole", + "pural_name": "Fishing Poles", + "description": "A simple custom made fishing pole that gets the job done.", + "icon_id": 262, + "sort_by": 77, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 147, + "name": "Little Fish", + "pural_name": "Little Fish", + "description": "This tiny little fish isn't worth much!", + "icon_id": 263, + "sort_by": 78, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 148, + "name": "Normal Fish", + "pural_name": "Normal Fish", + "description": "A medium-sized fish.", + "icon_id": 264, + "sort_by": 78, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 149, + "name": "Big Fish", + "pural_name": "Big Fish", + "description": "A nice big fish!", + "icon_id": 265, + "sort_by": 78, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "FISHING", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 150, + "name": "Shovel", + "pural_name": "Shovels", + "description": "A simple shovel. Perfect for going on treasure hunting quests!", + "icon_id": 266, + "sort_by": 10, + "sell_price": 100, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 151, + "name": "Mr. Fin's Anchor", + "pural_name": "Mr. Fin's Anchor", + "description": "Iona buried this old relic. Good thing someone unburied it for him. Now if they'd just bring it back to him. (in Flipperton)", + "icon_id": 271, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 152, + "name": "Pitchfork", + "pural_name": "Pitchforks", + "description": "A great tool for gathering hay for your horses.", + "icon_id": 267, + "sort_by": 77, + "sell_price": 250, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 153, + "name": "Earl Grey Tea", + "pural_name": "Earl Grey Tea", + "description": "A warm cup of tea.", + "icon_id": 31, + "sort_by": 64, + "sell_price": 11, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 155, + "name": "Milk", + "pural_name": "Glasses of Milk", + "description": "A tall glass of cold milk.", + "icon_id": 35, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 75 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 182, + "name": "Telescope", + "pural_name": "Telescopes", + "description": "Tool used to see your more distant surroundings.", + "icon_id": 278, + "sort_by": 11, + "sell_price": 10000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 183, + "name": "Mail Message from Player", + "pural_name": "Mail Message from Player", + "description": "A message written to a player.", + "icon_id": 276, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "TEXT", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 186, + "name": "Carrot", + "pural_name": "Carrots", + "description": "A giant bright orange carrot!", + "icon_id": 19, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + }, + { + "effect_what": "MOOD", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 187, + "name": "Yellow Rose", + "pural_name": "Yellow Roses", + "description": "A beautiful, single, yellow rose still in bloom.", + "icon_id": 43, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 188, + "name": "Pink Rose", + "pural_name": "Pink Roses", + "description": "A beautiful, single, pink rose still in bloom.", + "icon_id": 44, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 189, + "name": "White Rose", + "pural_name": "White Roses", + "description": "A beautiful, single, white rose still in bloom.", + "icon_id": 45, + "sort_by": 75, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "FLOWER", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 190, + "name": "Binoculars", + "pural_name": "Sets of Binoculars", + "description": "Tool used to search areas.", + "icon_id": 269, + "sort_by": 10, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 191, + "name": "Rake", + "pural_name": "Rakes", + "description": "Tool used to Clear brush/leaves if you need to search for something.", + "icon_id": 280, + "sort_by": 10, + "sell_price": 250, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 192, + "name": "Magnifying Glass", + "pural_name": "Magnifying Glasses", + "description": "Tool used to seach areas for minute details.", + "icon_id": 279, + "sort_by": 10, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 193, + "name": "Tally's Teddy Bear", + "pural_name": "Tally's Teddy bear", + "description": "Belongs to Tally, Dominique's Daughter. I'm sure she would love to get it back!", + "icon_id": 307, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 194, + "name": "Zamora's Family Stone", + "pural_name": "Zamora's Family Stone", + "description": "Something Zamora has been searching for for a long time!", + "icon_id": 5, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 195, + "name": "Tyrannosaurus Dino Bone", + "pural_name": "Tyrannosaurus Dino Bone", + "description": "Mr Felton would definitely be interested in a specimen like this!", + "icon_id": 12, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 196, + "name": "Triceratops Dino Bone", + "pural_name": "Triceratops Dino Bone", + "description": "A Triceratops Fibula Dinosaur Bone! Boy, Felton would be really interested in this!", + "icon_id": 12, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 197, + "name": "Pterodactyl Dino Bone", + "pural_name": "Pterodactyl Dino Bone", + "description": "Very Tiny Pterodactyl Dinosaur bone fragments. Felton will certainly want to see them!", + "icon_id": 12, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 199, + "name": "Karina's Clean Blankie", + "pural_name": "Karina's Clean Blankie", + "description": "A freshly cleaned worn and tattered pink child's blanket. Looks like it's been loved to death. The owner would surely want this back!", + "icon_id": 314, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 200, + "name": "Karina's Dirty Blankie", + "pural_name": "Karina's Dirty Blankie", + "description": "A worn and tattered pink child's blanket covered in mud!. Looks like it's been loved to death. The owner would likely not want it back all covered in mud!", + "icon_id": 313, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 201, + "name": "Crate of Oranges", + "pural_name": "Crate of Oranges", + "description": "A wooden crate full of fresh oranges special for Dixie.", + "icon_id": 315, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 202, + "name": "Pitted Horse Date", + "pural_name": "Pitted Horse Dates", + "description": "A small natural treat, sure to please any horse. ", + "icon_id": 174, + "sort_by": 80, + "sell_price": 25, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 300 + }, + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 203, + "name": "Horse Candy", + "pural_name": "Horse Candies", + "description": "Alfalfa coated in a candy shell, sure to make a horse happy, and even a little more alert!", + "icon_id": 173, + "sort_by": 80, + "sell_price": 75, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 500 + }, + { + "effect_what": "HUNGER", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 204, + "name": "Hot Bran Mash", + "pural_name": "Hot Bran Mash", + "description": "This Warm Treat not only makes a horse happy, but the special mix of herbs and flavoring give the horse a boost of energy, waking it right up!", + "icon_id": 232, + "sort_by": 80, + "sell_price": 200, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 200 + }, + { + "effect_what": "TIREDNESS", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 205, + "name": "Bag of Oats", + "pural_name": "Bags of Oats", + "description": "Bag of whole Oats with a light mixing of molasses. Should fill a hungry horse.", + "icon_id": 218, + "sort_by": 80, + "sell_price": 200, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 700 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 206, + "name": "Bag of Alfalfa Mix", + "pural_name": "Bags of Alfalfa Mix", + "description": "Bag of alfalfa, soft green oat straw and clover with a light oil and molasses coating. Will fill even a starving horse, they like it too! ", + "icon_id": 218, + "sort_by": 80, + "sell_price": 500, + "embed_swf": null, + "wishing_well": true, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 207, + "name": "Mouse", + "pural_name": "Mice", + "description": "A small white fuzzy rodent, with pink ears. The mouse is a quiet companion.
[ BONUS: +4 to all horse stats ]", + "icon_id": 361, + "sort_by": 100, + "sell_price": 1000, + "embed_swf": "mouse", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 208, + "name": "Spider", + "pural_name": "Spiders", + "description": "A small and easy to care for companion. Some say that spiders have the ability to communicate with horses.
[ BONUS: +2 to all horse stats ]", + "icon_id": 362, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "spider", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 209, + "name": "Rat", + "pural_name": "Rats", + "description": "A smarter, larger rodent than a mouse, rats are known for their intelligence and could be helpful with problem solving.
[ BONUS: +6 to all horse stats ]", + "icon_id": 364, + "sort_by": 100, + "sell_price": 2500, + "embed_swf": "rat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": "Rat", + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 210, + "name": "Horseshoe Charm", + "pural_name": "Horseshoe Charms", + "description": "This little charm is made of the same steel the farriers in Horse Isle use to shod the horses' hooves. Despite how little it is, it was obviously made with great care. A thick strip of leather tied tightly around it turns the little charm into a necklace made special for Sasha.", + "icon_id": 310, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 211, + "name": "Vial of Medicine", + "pural_name": "Vials of Medicine", + "description": "The little vial holds some sweet smelling liquid that will hopefully help Dalton. Hope it tastes as good as it smells!", + "icon_id": 309, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 212, + "name": "Big Sandwich", + "pural_name": "Big Sandwiches", + "description": "This tasty sandwich is piled high with meat and veggies. It was made just for Lars. Everyone knows what an appetite farriers have!", + "icon_id": 311, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 213, + "name": "Ryland's Bow", + "pural_name": "Ryland's Bow", + "description": "Crafted from strong, but flexible willow wood, Ryland's bow is obviously the tool of a skill hunter. He probably misses it, and would like it returned to him.", + "icon_id": 312, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 214, + "name": "Package of Hot Cocoa Mix", + "pural_name": "Packages of Hot Cocoa Mix", + "description": "Abigail made this hot chocolate just for Heinrich. It's wrapped in a soft white cloth, and tied with string. Better hurry and give it to Heinrich.", + "icon_id": 245, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 215, + "name": "Abigail's Ice skates", + "pural_name": "Abigail's Ice Skates", + "description": "These white ice skates blend in perfectly with the snow on the ground. No wonder Abigail lost them! They are obviously loved, so they should probably be returned to their owner soon.", + "icon_id": 246, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 216, + "name": "Gerbil", + "pural_name": "Gerbils", + "description": "There's no problem having this rodent around. This gerbil is cute and knows some jokes that your horse might enjoy.
[ BONUS: +6 to all horse stats ]", + "icon_id": 365, + "sort_by": 100, + "sell_price": 2500, + "embed_swf": "gerbil", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 217, + "name": "Crystal Statue", + "pural_name": "Crystal Statues", + "description": "This beautiful statue was crafted from crystal, but cut in such a way to make it appear as if it was made from ice and snow. The figure is that of a horse running with the wind!", + "icon_id": 244, + "sort_by": 50, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 218, + "name": "Guinea Pig", + "pural_name": "Guinea Pigs", + "description": "A squat, tan and white guinea pig. A gentle, playful rodent perfect for a horse's friend.
[ BONUS: +8 to all horse stats ]", + "icon_id": 366, + "sort_by": 100, + "sell_price": 3000, + "embed_swf": "guineapig", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 219, + "name": "Parrot", + "pural_name": "Parrots", + "description": "A colorful, talkative parrot. Neither you or your horse will be lonely with this companion around.
[ BONUS: +17 to all horse stats ]", + "icon_id": 370, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "parrot", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 220, + "name": "Pigeon", + "pural_name": "Pigeons", + "description": "A silvery feathered pigeon will keep your horse relaxed with its soft cooing.
[ BONUS: +12 to all horse stats ]", + "icon_id": 376, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "pigeon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 221, + "name": "Ferret", + "pural_name": "Ferrets", + "description": "A slinky, tan and brown weasel-like mammal. The ferret knows how to hang on even during jumping competitions.
[ BONUS: +25 to all horse stats ]", + "icon_id": 666, + "sort_by": 100, + "sell_price": 10000, + "embed_swf": "ferret", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 222, + "name": "Bunny", + "pural_name": "Bunnies", + "description": "A soft and fluffy cottontail rabbit. He's so cuddly and the perfect buddy to bring along.
[ BONUS: +25 to all horse stats ]", + "icon_id": 368, + "sort_by": 100, + "sell_price": 10000, + "embed_swf": "bunny", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 223, + "name": "Hamster", + "pural_name": "Hamsters", + "description": "A fluffly, tan hamster. He knows some good tricks that will entertain your horse between shows.
[ BONUS: +10 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 224, + "name": "Gecko", + "pural_name": "Geckos", + "description": "This small clingy friend hangs onto a horse well. The Gecko is quite a talker but only you can hear him as he helps guide you along your way.
[ BONUS: +8 to all horse stats ]", + "icon_id": 367, + "sort_by": 100, + "sell_price": 3000, + "embed_swf": "gecko", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 4, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 225, + "name": "Turtle", + "pural_name": "Turtles", + "description": "A small, green turtle. He can help teach your horse patience and the importance of taking turns.
[ BONUS: +10 to all horse stats ]", + "icon_id": 378, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "turtle", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 226, + "name": "Tuxedo Kitten", + "pural_name": "Tuxedo Kittens", + "description": "A black and white kitten. The best dressed of the bunch, this kitten is playful, yet stylish.
[ BONUS: +100 to all horse stats ]", + "icon_id": 379, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "tuxedo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 227, + "name": "Orange Tabby Kitten", + "pural_name": "Orange Tabby Kittens", + "description": "A tiger striped, orange kitten that is constantly purring, keeping any horse content.
[ BONUS: +100 to all horse stats ]", + "icon_id": 373, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "orangetabby", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 228, + "name": "Calico Cat", + "pural_name": "Calico Cats", + "description": "A colorful cat with a mixture of orange, brown and black. Silly all day and a fun friend.
[ BONUS: +100 to all horse stats ]", + "icon_id": 650, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "calico", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 229, + "name": "Black Cat", + "pural_name": "Black Cats", + "description": "A pure black cat, very shiny with his tail held proudly.
[ BONUS: +100 to all horse stats ]", + "icon_id": 649, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "blackcat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 230, + "name": "White Kitten", + "pural_name": "White Kittens", + "description": "A snowy white kitten. Round and roly poly.
[ BONUS: +100 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 231, + "name": "Ragdoll Kitten", + "pural_name": "Ragdoll Kittens", + "description": "A cute, fluffy ragdoll kitten with the bluest eyes that you have ever seen.
[ BONUS: +100 to all horse stats ]", + "icon_id": 569, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "ragdoll", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 234, + "name": "Persian Kitten", + "pural_name": "Persian Kittens", + "description": "A pretty, gentle, and very soft white Persian Kitten.
[ BONUS: +100 to all horse stats ]", + "icon_id": 374, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "kitty", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 235, + "name": "Fennec Fox", + "pural_name": "Fennec Foxes", + "description": "A large-eared mammal that looks a bit like a small fox and is very curious about everyone and everything around it.
[ BONUS: +85 to all horse stats ]", + "icon_id": 372, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "fennecfox", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 236, + "name": "Donkey", + "pural_name": "Donkeys", + "description": "You'll be lucky to have this faithful companion by your side but please don't tell him that he's not a horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 375, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "donkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 237, + "name": "Piglet", + "pural_name": "Piglets", + "description": "A round, pink little baby pig that keeps your horse amused with its soft squealing.
[ BONUS: +70 to all horse stats ]", + "icon_id": 369, + "sort_by": 100, + "sell_price": 31000, + "embed_swf": "piglet", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 238, + "name": "Pomeranian", + "pural_name": "Pomeranians", + "description": "A small, furry ball of a dog, the Pomeranian often tickles your horse's neck with its playful nibbling.
[ BONUS: +125 to all horse stats ]", + "icon_id": 561, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "pomeranian", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 239, + "name": "Rough Collie", + "pural_name": "Rough Collies", + "description": "This loyal, intelligent dog will make a perfect companion, and capable guardian, for your horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 646, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "collie", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 240, + "name": "Black Lab", + "pural_name": "Black Labs", + "description": "A black labrador puppy. This faithful companion will never let you down.
[ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 241, + "name": "Mutt", + "pural_name": "Mutts", + "description": "A brown, long-haired puppy that is a mix of different dog breeds. Cute as can be./
[ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 242, + "name": "Puli", + "pural_name": "Pulis", + "description": "This puppy looks like it is covered with a mop.You can only see his eyes when the wind blows.
[ BONUS: +125 to all horse stats ]", + "icon_id": 817, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "puli", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 243, + "name": "Jack Russell Terrier", + "pural_name": "Jack Russell Terriers", + "description": "A small, spunky, brown and white puppy. A true gentleman of a companion.
[ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 244, + "name": "Scottish Terrier", + "pural_name": "Scottish Terriers", + "description": "A small, energetic black Scottie. This guy likes to go anywhere and do anything.
[ BONUS: +125 to all horse stats ]", + "icon_id": 746, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "scottie", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 245, + "name": "Rottweiler", + "pural_name": "Rottweilers", + "description": "A brown and black Rottweiler puppy. Fast moving and a quick learner.
[ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 246, + "name": "Australian Shepherd", + "pural_name": "Australian Shepherds", + "description": "A lively black, grey and white Australian Shepherd.He keeps a good eye on your horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 385, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "ashepherd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 247, + "name": "St. Bernard", + "pural_name": "St. Bernards", + "description": "A large, brown and white St. Bernard. Beautiful and quite slobbery.
[ BONUS: +125 to all horse stats ]", + "icon_id": 808, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "bernard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 248, + "name": "Chow Chow", + "pural_name": "Chow Chows", + "description": "A strong, heavyset dog with a bluish tongue, thick coat, and soft heart.
[ BONUS: +125 to all horse stats ]", + "icon_id": 627, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "chow", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 249, + "name": "Husky", + "pural_name": "Huskies", + "description": "A black and white, fuzzy Husky puppy. Bad weather won't hurt this trusting companion.
[ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 250, + "name": "Golden Retriever", + "pural_name": "Golden Retrievers", + "description": "A beautiful, playful, Golden Retriever with much energy to burn.
[ BONUS: +125 to all horse stats ]", + "icon_id": 564, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "gretriever", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 251, + "name": "Beagel", + "pural_name": "Beagels", + "description": "A small, brown, black, and white Beagel puppy. The nose on this guy can always find his way home.
[ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 252, + "name": "Dalmatian", + "pural_name": "Dalmatians", + "description": "A white dog with black spots. He is a loyal companion that has a great memory and is wonderful with horses.
[ BONUS: +125 to all horse stats ]", + "icon_id": 384, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "dalmation", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 253, + "name": "Chiuaua", + "pural_name": "Chiauas", + "description": "A tiny, tan Chiuaua puppy. He can be bossy but he is always on your side.
[ BONUS: +125 to all horse stats ]", + "icon_id": 1, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 254, + "name": "Dachshund", + "pural_name": "Dachshunds", + "description": "A small, brown Dachshund that has no problem keeping up with your horse even with his short legs.
[ BONUS: +125 to all horse stats ]", + "icon_id": 382, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "dachsund", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 255, + "name": "Great Pyrenees", + "pural_name": "Great Pyrenees", + "description": "A large, hairy, Great Pyrenees. A comfortable, relaxed companion for any horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 563, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "pyrenees", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 256, + "name": "Sabella's Apple Pie", + "pural_name": "Sabella's Apple Pie", + "description": "Sabella's specialty of fresh baked apple pie, special for Faustus.", + "icon_id": 240, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 257, + "name": "Sabella's Mare, Apples", + "pural_name": "Sabella's Mare, Apples", + "description": "A beautiful, Appaloosa mare named Apples.", + "icon_id": 252, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 258, + "name": "Balloon Animal", + "pural_name": "Balloon Animals", + "description": "An orange balloon animal resembling a horse.", + "icon_id": 239, + "sort_by": 70, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 259, + "name": "Three Balloon Animals", + "pural_name": "Three Balloon Animals", + "description": "Three green balloon animals that all resemble horses made specially for Veronica's children.", + "icon_id": 239, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 260, + "name": "Dorothy's Shoes", + "pural_name": "Dorothy's Shoes", + "description": "This mysterious set of shoes came with your ranch! It is unknown how they actually work, but whenever you tap them together you are whisked back to your home ranch! ", + "icon_id": 151, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 261, + "name": "Ryland's Whetstone", + "pural_name": "Ryland's Whetstone", + "description": "This small stone is smooth and worn to the shape of Ryland's hand. It looks very well used. Ryland could probably use that stone, and would like it back.", + "icon_id": 248, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 262, + "name": "Harmonica", + "pural_name": "Harmonica", + "description": "Musical Instrument owned by Willow and given to Harmony with love.", + "icon_id": 247, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 263, + "name": "Nolan's Book #1", + "pural_name": "Nolan's Book #1", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 281, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 264, + "name": "Axe Handle", + "pural_name": "Axe Handle", + "description": "This bit of wood is shaped into a sturdy handle, yet the head is missing! The wood is worn and smooth from years of use. Cedric will be glad to have it back. Even if it doesn't have the axe head on it.", + "icon_id": 260, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 265, + "name": "Cedric's New Axe", + "pural_name": "Cedric's New Axe", + "description": "It's as good as new. The handle is still worn by the constant rub of Cedric's hands, but the blade is shiny and new. Lars did a great job making the new blade.", + "icon_id": 249, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 266, + "name": "Letter for Eliza", + "pural_name": "Letter for Eliza", + "description": "The paper is pristine white, and folded carefully. The letter's been sealed, so that no one will peek at what's written inside. Better get this to Eliza so she can stop worrying about Kele.", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 267, + "name": "Letter for Kele", + "pural_name": "Letter for Kele", + "description": "The paper is pristine white, and folded carefully. The letter's been sealed, so that no one will peak at what's written inside. Kele will be glad to get this letter from Eliza. Probably best to get it to her as quickly as can be.", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 268, + "name": "Bag of Hazelnuts", + "pural_name": "Bag of Hazelnuts", + "description": "Hazelnuts good for chocolate spread. This bag is just what Tobias needs.", + "icon_id": 300, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 269, + "name": "Jar of Chocolate Spread", + "pural_name": "Jars of Chocolate Spread", + "description": "Chocolate Spread - Great on toast and fruit.", + "icon_id": 238, + "sort_by": 20, + "sell_price": 75, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 270, + "name": "Love Letter for Vianca", + "pural_name": "Love Letter for Vianca", + "description": "Even though the paper is white, the writing was obviously written with great care. Hmm. Wonder what it says, but it's not for you. It's for Vianca.", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 271, + "name": "Budding Rose", + "pural_name": "Budding Rose", + "description": "Vianca picked this rose for Octavio, her neighbor. It's the loveliest rose you've ever seen, even if it isn't in full bloom yet. That was sweet of her. Octavio will probably enjoy it... if it doesn't get lost in the mess of his house.", + "icon_id": 42, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 272, + "name": "Western Saddle", + "pural_name": "Western Saddles", + "description": "A basic Western Saddle built tough for trail riding.
[ BONUS: +10 Strength ]", + "icon_id": 321, + "sort_by": 95, + "sell_price": 5000, + "embed_swf": "western", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 273, + "name": "Western Saddle Pad", + "pural_name": "Western Saddle pads", + "description": "A basic saddle blanket for under the Western Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 323, + "sort_by": 95, + "sell_price": 2000, + "embed_swf": "western", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 274, + "name": "Western Bridle", + "pural_name": "Western Bridles", + "description": "A basic Western Bridle that's easy to hang on to when the riding gets rough.
[ BONUS: +10 Speed ]", + "icon_id": 322, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "western", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 275, + "name": "Pink Cloak", + "pural_name": "Pink Cloak", + "description": "The cloth of this cloak is very soft, and well worn. It is also dyed a very bright pink. Hmm... it must belong to Larissa. Who else in Horse Isle would wear a pink cloak?", + "icon_id": 122, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 276, + "name": "Raccoon", + "pural_name": "Raccoons", + "description": "This smart, unusually tame raccoon gets into quite the mischief, but it's a fun companion for any horse.
[ BONUS: +80 to all horse stats ]", + "icon_id": 371, + "sort_by": 100, + "sell_price": 36000, + "embed_swf": "raccoon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 277, + "name": "Beautiful Saddle", + "pural_name": "Beautiful Saddles", + "description": "This Beautiful Saddle was crafted by years of professional work and artistry.
[ BONUS: +300 Conformation & +150 Personality ]", + "icon_id": 336, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "beautiful", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 300 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 278, + "name": "Beautiful Saddle Pad", + "pural_name": "Beautiful Saddle Pads", + "description": "This Beautiful Saddle Pad was crafted by years of careful artistry, adding color and comfort to the Beautiful Saddle.
[ BONUS: +100 Conformation & +50 Personality ] ", + "icon_id": 338, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "beautiful", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 279, + "name": "Beautiful Bridle", + "pural_name": "Beautiful Bridles", + "description": "This Beautiful Bridle was carefully crafted in order to complete the Beautiful Saddle with fine quality.
[ BONUS: +200 Conformation & +100 Personality ] ", + "icon_id": 337, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "beautiful", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 200 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 280, + "name": "Gift for Valarie", + "pural_name": "Gift for Valarie", + "description": "This gift is brightly wrapped in christmas paper, little Santa's smiling up at you from every inch of paper. It looks like the perfect wrapping paper for Valarie!", + "icon_id": 268, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 281, + "name": "Gift for Nadine", + "pural_name": "Gift for Nadine", + "description": "The box is a small rectangle, and wrapped in brightly colored gift paper with little flowers painted all over it. I bet Nadine will just love it!", + "icon_id": 268, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 282, + "name": "Glorious Saddle", + "pural_name": "Glorious Saddles", + "description": "The Glorious Saddle was brilliantly crafted with unmatched skill resulting in a shimmering saddle that cannot be surpassed in beauty.
[ BONUS: +500 Conformation & +250 Personality ]", + "icon_id": 345, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "glorious", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 500 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 283, + "name": "Glorious Saddle Pad", + "pural_name": "Glorious Saddle Pads", + "description": "The Glorious Saddle Pad was brilliantly crafted with excellent precision going into each stitch resulting in a perfect surface for the Glorious Saddle to sit upon.
[ BONUS: +200 Conformation and +100 Personality ]", + "icon_id": 347, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "glorious", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 200 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 284, + "name": "Glorious Bridle", + "pural_name": "Glorious Bridles", + "description": "The Glorious Bridle was brilliantly crafted out of the finest leather to perfectly complement the Glorious Saddle.
[ BONUS: +300 Conformation and +150 Personality ]", + "icon_id": 346, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "glorious", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 300 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 285, + "name": "Racing Saddle", + "pural_name": "Racing Saddles", + "description": "A sleek, leather saddle made special for racing.
[ BONUS: +100 Speed ]", + "icon_id": 330, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "racing", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 286, + "name": "Racing Saddle Pad", + "pural_name": "Racing Saddle Pads", + "description": "A sleek saddle pad constructed specifically for beneath the Racing Saddle.
[ BONUS: +40 Speed ]", + "icon_id": 332, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "racing", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 287, + "name": "Racing Bridle", + "pural_name": "Racing Bridles", + "description": "A sleek, simple Racing Bridle.
[ BONUS: +60 Speed ]", + "icon_id": 328, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "racing", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 288, + "name": "Jumping Saddle", + "pural_name": "Jumping Saddles", + "description": "A light saddle made specifically for jumping.
[ BONUS: +100 Strength ] ", + "icon_id": 327, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "jumping", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 289, + "name": "Jumping Saddle Pad", + "pural_name": "Jumping Saddle Pads", + "description": "A light saddle pad made to fit beneath the Jumping Saddle.
[ BONUS: +40 Strength ] ", + "icon_id": 329, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "jumping", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 290, + "name": "Jumping Bridle", + "pural_name": "Jumping Bridles", + "description": "A light, simple bridle that nicely complements the Jumping Saddle.
[ BONUS: +60 Strength ]", + "icon_id": 331, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "jumping", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 291, + "name": "Fancy Saddle", + "pural_name": "Fancy Saddles", + "description": "A well crafted, leather Fancy Saddle.
[ BONUS: +100 Conformation ] ", + "icon_id": 333, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "fancy", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 292, + "name": "Fancy Saddle Pad", + "pural_name": "Fancy Saddle Pads", + "description": "A saddle pad well constructed to fit perfectly under the Fancy Saddle.
[ BONUS: +40 Conformation ] ", + "icon_id": 335, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "fancy", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 293, + "name": "Fancy Bridle", + "pural_name": "Fancy Bridles", + "description": "A well crafted bridle made of fine leather that nicely complements the Fancy Saddle.
[ BONUS: +60 Conformation ]", + "icon_id": 334, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "fancy", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 294, + "name": "Icarus Saddle", + "pural_name": "Icarus Saddles", + "description": "The Icarus Saddle was intricately constructed by extremely skilled hands with only speed in mind. A horse will seem to fly while wearing this tack.
[ BONUS: +500 Speed & +250 Endurance ]", + "icon_id": 348, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "icarus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 500 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 295, + "name": "Icarus Saddle Pad", + "pural_name": "Icarus Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Icarus Saddle and to aid in a horse's flight.
[ BONUS: +200 Speed & +100 Endurance ]", + "icon_id": 350, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "icarus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 296, + "name": "Icarus Bridle", + "pural_name": "Icarus Bridles", + "description": "A fiery bridle handcrafted from the finest leather made to perfectly complement the Icarus Saddle.
[ BONUS: +300 Speed & +150 Endurance ]", + "icon_id": 349, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "icarus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 297, + "name": "Pegasus Saddle", + "pural_name": "Pegasus Saddles", + "description": "A perfectly crafted, beautiful, winged saddle, made specifically for aiding any horse in jumping competitions.
[ BONUS: +500 Strength & +250 Speed ]", + "icon_id": 353, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "pegasus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 500 + }, + { + "effect_what": "SPEED", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 298, + "name": "Pegasus Saddle Pad", + "pural_name": "Pegasus Saddle Pads", + "description": "A beautifully crafted saddle pad that fits perfectly under the Pegasus Saddle.
[ BONUS: +200 Strength & +100 Speed ]", + "icon_id": 351, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "pegasus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 299, + "name": "Pegasus Bridle", + "pural_name": "Pegasus Bridles", + "description": "A beautifully crafted, blue bridle made to perfectly complement the Pegasus Saddle.
[ BONUS: +300 Strength & +150 Speed ]", + "icon_id": 352, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "pegasus", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "SPEED", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 300, + "name": "Fireball Saddle", + "pural_name": "Fireball Saddles", + "description": "A carefully crafted, flashy saddle made for functionality and speed.
[ BONUS: +300 Speed & +150 Endurance ] ", + "icon_id": 339, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "fireball", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 301, + "name": "Fireball Saddle Pad", + "pural_name": "Fireball Saddle Pads", + "description": "A carefully crafted saddle pad made to stay put under the Fireball Saddle no matter what your speed.
[ BONUS: +100 Speed & +50 Endurance ] ", + "icon_id": 341, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "fireball", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 100 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 302, + "name": "Fireball Bridle", + "pural_name": "Fireball Bridles", + "description": "A carefully crafted bridle which complements the Fireball Saddle and is easy on the hands when a tight grip is needed.
[ BONUS: +200 Speed & +100 Endurance ] ", + "icon_id": 340, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "fireball", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 303, + "name": "Jackrabbit Saddle", + "pural_name": "Jackrabbit Saddles", + "description": "A solid and beautifully built saddle made to remain comfortable even with the highest of jumps.
[ BONUS: +300 Strength & +150 Speed ] ", + "icon_id": 342, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "jackrabbit", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "SPEED", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 304, + "name": "Jackrabbit Saddle Pad", + "pural_name": "Jackrabbit Saddle Pads", + "description": "A saddle pad constructed to fit perfectly under the Jackrabbit Saddle made with the horse and rider's comfort in mind.
[ BONUS: +100 Strength & +50 Speed ] ", + "icon_id": 344, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "jackrabbit", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 305, + "name": "Jackrabbit Bridle", + "pural_name": "Jackrabbit Bridles", + "description": "A solid and beautifully crafted bridle that complements the Jackrabbit Saddle nicely and allows for great control while jumping.
[ BONUS: +200 Strength & +100 Speed ] ", + "icon_id": 343, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "jackrabbit", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 306, + "name": "Special Mushrooms", + "pural_name": "Special Mushrooms", + "description": "Although a little on the dirty side, these fresh mushrooms will be perfect for Lajita's special stew!", + "icon_id": 63, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 307, + "name": "Sun Dried Herbs", + "pural_name": "Sun Dried Herbs", + "description": "There are many varieties of herbs in the hand full. Hope they're the ones Lajita wanted.", + "icon_id": 236, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 308, + "name": "Fresh Potatoes", + "pural_name": "Fresh Potatoes", + "description": "Who knew that potatoes grew in the ground? These ones are completely covered in dirt! Lets just hope Lajita washes them before placing them in her stew.", + "icon_id": 237, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 309, + "name": "Lajita's Stew", + "pural_name": "Lajita's Stew", + "description": "A Very filling stew that lajita lets you have.", + "icon_id": 190, + "sort_by": 64, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + }, + { + "effect_what": "THIRST", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 310, + "name": "Lemonade", + "pural_name": "Lemonade", + "description": "A bitter sweet glass of lemonade.", + "icon_id": 29, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 311, + "name": "Letter for Cosmo", + "pural_name": "Letter for Cosmo", + "description": "This letter was written on simply white paper, and sealed with wax. Hmm, wonder what it says. But this letter is for Cosmo, so he should be the one to read it!", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 312, + "name": "Letter for Rainey", + "pural_name": "Letter for Rainey", + "description": "This letter was written on simply white paper, and sealed with wax. Hmm, wonder what it says. But this letter is for Rainey, so she should be the one to read it!", + "icon_id": 277, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 313, + "name": "Morpho Butterfly", + "pural_name": "Morpho Butterflies", + "description": "A beautiful, delicate, and shy butterfly makes a stylish and charming companion for any horse.
[ BONUS: +3 to all horse stats ]", + "icon_id": 363, + "sort_by": 99, + "sell_price": 600, + "embed_swf": "butterfly", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": "Butterflies", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 314, + "name": "Cocker Spaniel", + "pural_name": "Cocker Spaniels", + "description": "A cheerful, sweet companion that is very respectful of its master.
[ BONUS: +125 to all horse stats ]", + "icon_id": 383, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "cockerspaniel", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 315, + "name": "Airedale", + "pural_name": "Airedales", + "description": "An energetic but patient dog that will be great company for any horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 381, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "airdale", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 324, + "name": "Gold Nugget", + "pural_name": "Gold Nugget", + "description": "This nugget is about the size of your thumb. Pretty big, for a nugget. And it does look a lot like a nut. No wonder those squirrels stole them! Well, Leroy would probably like to have this back. After all, he did mention a big reward.", + "icon_id": 293, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 325, + "name": "Lucy the Snake", + "pural_name": "Lucy the Snake", + "description": "Lucy is one of the loveliest snakes. No wonder she's Sando's best! ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 326, + "name": "Bundle of Coats", + "pural_name": "Bundle of Coats", + "description": "Leroy sure had a bunch of coats! They all look really warm and comfy. Sera will be really glad to get these!", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 327, + "name": "Flour", + "pural_name": "Flour", + "description": "This little bag of flour is filled with the white powdery stuff. Elaina will be able to make the best cookies with this stuff!", + "icon_id": 218, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 328, + "name": "Orange Slice", + "pural_name": "Orange Slices", + "description": "Tasty orange slice that Trixie gives out.", + "icon_id": 17, + "sort_by": 20, + "sell_price": 0, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 5 + }, + { + "effect_what": "THIRST", + "effect_amount": 3 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 329, + "name": "Fried Little Fish", + "pural_name": "Fried Little Fish", + "description": "A yummy, fried, small fish.", + "icon_id": 235, + "sort_by": 20, + "sell_price": 25, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 330, + "name": "Fried Normal Fish", + "pural_name": "Fried Normal Fish", + "description": "A yummy, fried, medium-sized fish.", + "icon_id": 235, + "sort_by": 20, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 331, + "name": "Fried Big Fish", + "pural_name": "Fried Big Fish", + "description": "A yummy, fried, big fish.", + "icon_id": 235, + "sort_by": 20, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 332, + "name": "Violet's Binoculars", + "pural_name": "Violet's Binoculars", + "description": "Violet's bird watching binoculars.", + "icon_id": 269, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 333, + "name": "Rotten Tomato", + "pural_name": "Rotten Tomatoes", + "description": "This bright red, overly ripe, squishy tomato only has one purpose in its life left to serve. All that's needed now is a deserving target... ", + "icon_id": 39, + "sort_by": 2, + "sell_price": 4, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 200, + "spawn_in_area": null, + "spawn_on_tile_type": "FOREST", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 334, + "name": "Water Balloon", + "pural_name": "Water Balloons", + "description": "This small, bright, fully water filled balloon is ready for some willing target!", + "icon_id": 40, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 335, + "name": "Broken Horseshoe", + "pural_name": "Broken Horseshoe", + "description": "It is obvious that once this horseshoe was very sturdy, and it's still obviously it was well made but it's broken now, and needs to be fixed. Abril will be so happy to see both pieces of the horseshoe and he'll probably know where it can be fixed. ", + "icon_id": 250, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 336, + "name": "Fixed Horseshoe", + "pural_name": "Fixed Horseshoe", + "description": "It looks good at new! Abril will be so happy to have it back!", + "icon_id": 255, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 337, + "name": "Albert's List", + "pural_name": "Albert's List", + "description": "Albert Junker's inventory list.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 339, + "name": "Smoked Salmon", + "pural_name": "Smoked Salmon", + "description": "Delicious salmon grilled to perfection with a hint of basil added.", + "icon_id": 235, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 340, + "name": "Sack of Fish", + "pural_name": "Sack of Fish", + "description": "A sack full of fish for Stella.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 341, + "name": "Candy Cane", + "pural_name": "Candy Canes", + "description": "This simple white and red candy cane, somehow grew on a tree! Amazing!", + "icon_id": 219, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 50, + "spawn_in_area": null, + "spawn_on_tile_type": "SNOW", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Christmas Tree" + } + }, + { + "id": 342, + "name": "Emerald Necklace", + "pural_name": "Emerald Necklace", + "description": "This beautiful necklace is obviously an antique. The emerald looks as if it could use a bit of polishing, and the gold chain is a bit tarnished, but other wise it's in great condition! Loyada will just love to have this back in her life.", + "icon_id": 306, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 343, + "name": "Old Map", + "pural_name": "Old Map", + "description": "This old map has all of Horse Isle on it in surprising detail. Hmm... there's a lot of scribbly lines and X's on it. A tiny \"x\" with a notation that looks like \"inn\" near where Wington is on it though.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 344, + "name": "Spider's Brother", + "pural_name": "Spider's Brother", + "description": "this small unique spider has a beautiful bright blue mark on his back.", + "icon_id": 259, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 345, + "name": "Coffee", + "pural_name": "Coffee", + "description": "A mug of fresh robust island coffee! Strong waker-upper.", + "icon_id": 30, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "TIREDNESS", + "effect_amount": 100 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 346, + "name": "Cookie", + "pural_name": "Cookie", + "description": "A big, freshly baked chocolate-chip cookie", + "icon_id": 28, + "sort_by": 20, + "sell_price": 7, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 347, + "name": "Topaz", + "pural_name": "Topazes", + "description": "A shiny, well-cut, yellow topaz.", + "icon_id": 3, + "sort_by": 50, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 348, + "name": "Huckleberry Tea", + "pural_name": "Huckleberry Tea", + "description": "A warm cup of hot huckleberry tea.", + "icon_id": 31, + "sort_by": 10, + "sell_price": 15, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 349, + "name": "Apple Noodle Soup", + "pural_name": "Apple Noodle Soup", + "description": "An interesting concoction of noodles and apples to form Ursala's special soup.", + "icon_id": 190, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 200 + }, + { + "effect_what": "THIRST", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 350, + "name": "Ladybug", + "pural_name": "Ladybugs", + "description": "A small and easy to care for companion. Some say that they bring good luck to the horses that they rest on.
[ BONUS: +2 to all horse stats ]", + "icon_id": 377, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "ladybug", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 351, + "name": "Wad of Clay", + "pural_name": "Wad of Clay", + "description": "A wad of clay from Genevieve for Mona.", + "icon_id": 192, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 352, + "name": "Trigger's Saddle pad", + "pural_name": "Trigger's Saddle Pad", + "description": "A saddle pad that belongs to Trigger.", + "icon_id": 323, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 353, + "name": "Leaflet for Trigger", + "pural_name": "Leaflet for Trigger", + "description": "A clue to remind Trigger of where he has been.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 354, + "name": "Trigger's Bridle", + "pural_name": "Trigger's Bridle", + "description": "A bridle that belongs to Trigger.", + "icon_id": 322, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 355, + "name": "Trigger's Saddle", + "pural_name": "Trigger's Saddle", + "description": "A western saddle that belongs to Trigger.", + "icon_id": 321, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 356, + "name": "Pot of Stew", + "pural_name": "Pot of Stew", + "description": "The pot is sort of small, but it's filled with Lajita's special stew. It's piping hot! This will probably brighten up Ormand's day!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 357, + "name": "Seashell Necklace", + "pural_name": "Seashell Necklaces", + "description": "A handmade, seashell necklace made from the seashells off the beaches of Horse Isle.", + "icon_id": 199, + "sort_by": 50, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 358, + "name": "Pearl Necklace", + "pural_name": "Pearl Necklaces", + "description": "A handmade, pearl necklace made from the pearls off the beaches of Horse Isle.", + "icon_id": 200, + "sort_by": 50, + "sell_price": 7000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 359, + "name": "Packet of Cacti Seeds", + "pural_name": "Packets of Cacti Seeds", + "description": "A small paper envelope with a picture of a cactus on the front and small seeds rattle inside. This should help Eunice get some cacti growing.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 360, + "name": "White Feather", + "pural_name": "White Feathers", + "description": "A large white feather. Just what Caeralus was looking for.", + "icon_id": 197, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 361, + "name": "Special Feed", + "pural_name": "Special Feed", + "description": "A special bag of feed for Caeralus.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 362, + "name": "Miniature Chestnut Shire", + "pural_name": "Miniature Chesnut Shire", + "description": "This is Holly's missing miniature collectable horse.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 363, + "name": "Nolan's Book #2", + "pural_name": "Nolan's Book #2", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 282, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 364, + "name": "Nolan's Book #3", + "pural_name": "Nolan's Book #3", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 283, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 365, + "name": "Nolan's Book #4", + "pural_name": "Nolan's Book #4", + "description": "This book is covered in thick leather and is obviously well cared for. Nolan sure does love his books. He'd probably appreciate it if you returned it to him.", + "icon_id": 284, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 366, + "name": "Dog Bone", + "pural_name": "Dog Bone", + "description": "Tooker's dog bone.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 367, + "name": "Water", + "pural_name": "Water", + "description": "An ice cold glass of water.", + "icon_id": 26, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 200 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 368, + "name": "Gertrude's Broom", + "pural_name": "Gertrude's Broom", + "description": "Gertrude's broom.", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 369, + "name": "Easter Egg", + "pural_name": "Easter Egg", + "description": "A beautifully decorated Easter Egg. The Easter Bunny might want this back.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 370, + "name": "Lucky Horse Hay", + "pural_name": "Lucky Horse Hay Bales", + "description": "This super lucky horse feed will put your horse in the best mood possible, along with fully eliminating any hunger.\r\nIt was carefully crafted with fifteen 4 leaf clovers and a hay bale.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 371, + "name": "Iron Ore", + "pural_name": "Chunks of Iron Ore", + "description": "A small chunk of iron ore.", + "icon_id": 320, + "sort_by": 50, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 900, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 372, + "name": "Gold Ore", + "pural_name": "Chunks of Gold Ore", + "description": "A small chunk of raw, gold ore.", + "icon_id": 293, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 373, + "name": "Empty Pail", + "pural_name": "Empty Pail", + "description": "A simple, empty, metal pail. This should work for Karl to fill with pitch.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 374, + "name": "Pails of Pitch", + "pural_name": "Pails of Pitch", + "description": "Three metal pails full of sticky pitch from pine trees.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 375, + "name": "Wood Planks", + "pural_name": "Wood Planks", + "description": "A stack of smooth wooden planks made special for Tessa Strapp.", + "icon_id": 194, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 376, + "name": "Bucket of Nails", + "pural_name": "Bucket of Nails", + "description": "A heavy bucket of nails perfect for that fix-up job Tessa is working on.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 377, + "name": "Package of Wax", + "pural_name": "Package of Wax", + "description": "A package of wax for Daedalus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 378, + "name": "Pottery Wheel", + "pural_name": "Pottery Wheel", + "description": "A wonderfully crafted pottery wheel made special for Genevieve.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 379, + "name": "Metal Parts", + "pural_name": "Metal Parts", + "description": "A few metal bits in different shapes. Definitely part of a larger project. Rebecca will probably need these.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 380, + "name": "Tea Table", + "pural_name": "Tea Table", + "description": "A beautifully crafted, wood tea table made special for Inara.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 381, + "name": "Chocolate Niblets", + "pural_name": "Chocolate Niblets", + "description": "A pack of rabbit chocolate's for The Easter Bunny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 382, + "name": "Chocolate Icing", + "pural_name": "Chocolate Icing", + "description": "A tub of Chocolate icing for the Easter Bunny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 383, + "name": "Wrapping Paper", + "pural_name": "Wrapping Paper", + "description": "Brightly colored wrapping paper for the Easter Bunny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 384, + "name": "Gold Chain", + "pural_name": "Gold Chains", + "description": "A simple, but well made, gold chain.", + "icon_id": 206, + "sort_by": 60, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 385, + "name": "Emerald Necklace", + "pural_name": "Emerald Necklaces", + "description": "A beautifully made emerald necklace made from items right here in Horse Isle.", + "icon_id": 306, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 386, + "name": "Sapphire Necklace", + "pural_name": "Sapphire Necklaces", + "description": "A beautifully made sapphire necklace made from items right here in Horse Isle.", + "icon_id": 202, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 387, + "name": "Amethyst Necklace", + "pural_name": "Amethyst Necklaces", + "description": "A beautifully made amethyst necklace made with a gold chain made from items right here in Horse Isle.", + "icon_id": 201, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 388, + "name": "Topaz Necklace", + "pural_name": "Topaz Necklaces", + "description": "A beautifully made topaz necklace on a gold chain made from items right here in Horse Isle.", + "icon_id": 203, + "sort_by": 60, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 389, + "name": "Ruby Necklace", + "pural_name": "Ruby Necklaces", + "description": "A beautifully made ruby necklace made from items right here in Horse Isle.", + "icon_id": 205, + "sort_by": 60, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 390, + "name": "Diamond Necklace", + "pural_name": "Diamond Necklaces", + "description": "A beautifully made diamond necklace made from items right here in Horse Isle.", + "icon_id": 204, + "sort_by": 60, + "sell_price": 13000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 391, + "name": "Box of Supplies", + "pural_name": "Box of Supplies", + "description": "A large box full of food and other daily supplies. Mr. Tuttle wanted these for some reason.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 392, + "name": "Silver Ore", + "pural_name": "Chunks of Silver Ore", + "description": "A small chunk of raw, silver ore.", + "icon_id": 290, + "sort_by": 50, + "sell_price": 30, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 450, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 393, + "name": "Silver Chain", + "pural_name": "Silver Chains", + "description": "A simple, but well made, silver chain.", + "icon_id": 207, + "sort_by": 60, + "sell_price": 300, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 394, + "name": "Amethyst Necklace", + "pural_name": "Amethyst Necklaces", + "description": "A beautifully made amethyst necklace with a silver chain made from items right here in Horse Isle.", + "icon_id": 208, + "sort_by": 60, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 395, + "name": "Topaz Necklace", + "pural_name": "Topaz Necklaces", + "description": "A beautifully made topaz necklace on a silver chain made from items right here in Horse Isle.", + "icon_id": 209, + "sort_by": 60, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 402, + "name": "Apples' Horseshoes", + "pural_name": "Apples' Horseshoes", + "description": "Four horseshoes specially made for Apples, Sabella's horse. Better get them back to Sabella!", + "icon_id": 256, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 397, + "name": "Daisy Hay", + "pural_name": "Daisy Hay Bales", + "description": "Your horse will be well fed and very happy from the sweet taste of daisy hay.\r\nCrafted from 10 Bunches of Daisies and a Hay Bale.", + "icon_id": 171, + "sort_by": 80, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 398, + "name": "Apple Treat", + "pural_name": "Apple Treats", + "description": "A special horse treat made from apples and horse candy. Not only does it make your horse completely happy, but it aids in some hunger.\r\nCrafted from 8 Apples and a Horse Candy.", + "icon_id": 174, + "sort_by": 80, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "MOOD", + "effect_amount": 1000 + }, + { + "effect_what": "HUNGER", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 399, + "name": "Carrot Treat", + "pural_name": "Carrot Treats", + "description": "Any horse loves carrots. This treat was made especially to halfway feed your horse and make it just as happy.", + "icon_id": 391, + "sort_by": 80, + "sell_price": 750, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 500 + }, + { + "effect_what": "MOOD", + "effect_amount": 500 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 403, + "name": "Box of Markers", + "pural_name": "Box of Markers", + "description": "This big box of markers has every color imaginable, and some that aren't! Salvador will surely love it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 400, + "name": "Honey Oats", + "pural_name": "Bags of Honey Oats", + "description": "A sweet batch of freshly made honey oats. This food will fully feed any horse as well as make it very happy.", + "icon_id": 218, + "sort_by": 80, + "sell_price": 3000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 1000 + }, + { + "effect_what": "MOOD", + "effect_amount": 1000 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 404, + "name": "Blue Tennis Shoes", + "pural_name": "Pairs of Blue Tennis Shoes", + "description": "A simple pair of blue and white tennis shoes.", + "icon_id": 157, + "sort_by": 35, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 405, + "name": "Red Tennis Shoes", + "pural_name": "Pairs of Red Tennis Shoes", + "description": "A simple pair of red and white tennis shoes.", + "icon_id": 167, + "sort_by": 35, + "sell_price": 100, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 406, + "name": "Riding Helmet", + "pural_name": "Riding Helmets", + "description": "A black, velvet helmet perfect for any horse riding.
[ BONUS: +6 Strength ]\r\n", + "icon_id": 95, + "sort_by": 35, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 407, + "name": "Red Baseball Cap", + "pural_name": "Red Baseball Caps", + "description": "A simple, comfortable red cap.", + "icon_id": 91, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 408, + "name": "Blue Baseball Cap", + "pural_name": "Blue Baseball Caps", + "description": "A simple, comfortable blue cap.", + "icon_id": 101, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 409, + "name": "Yellow Baseball Cap", + "pural_name": "Yellow Baseball Caps", + "description": "A simple, comfortable yellow cap.", + "icon_id": 102, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 410, + "name": "White Baseball Cap", + "pural_name": "White Baseball Caps", + "description": "A simple, comfortable white cap.", + "icon_id": 103, + "sort_by": 35, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "CLOTHES", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 411, + "name": "Riding Trousers", + "pural_name": "Pairs of Riding Trousers", + "description": "A black pair of simple riding pants.
[ BONUS: +6 Speed ]", + "icon_id": 135, + "sort_by": 35, + "sell_price": 900, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 412, + "name": "Brown Riding Boots", + "pural_name": "Pairs of Brown Riding Boots", + "description": "A simple pair of brown riding boots.
[ BONUS: +6 Conformation ]", + "icon_id": 156, + "sort_by": 35, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 413, + "name": "Black Riding Boots", + "pural_name": "Pairs of Black Riding Boots", + "description": "A simple pair of black riding boots.
[ BONUS: +6 Conformation ]", + "icon_id": 166, + "sort_by": 35, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 414, + "name": "Blue Dress Shirt", + "pural_name": "Blue Dress Shirts", + "description": "A simple, blue, long-sleeved dress shirt.
[ BONUS: +6 Endurance ]", + "icon_id": 112, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 415, + "name": "Pink Dress Shirt", + "pural_name": "Pink Dress Shirts", + "description": "A simple, pink, long-sleeved dress shirt.
[ BONUS: +6 Endurance ]", + "icon_id": 122, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 416, + "name": "Tan Polo Shirt", + "pural_name": "Tan Polo Shirts", + "description": "A comfortable, tan polo shirt.
[ BONUS: +6 Endurance ]", + "icon_id": 127, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 417, + "name": "Green Polo Shirt", + "pural_name": "Green Polo Shirts", + "description": "A comfortable, green polo shirt.
[ BONUS: +6 Endurance ]", + "icon_id": 117, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 418, + "name": "Blue Polo Shirt", + "pural_name": "Blue Polo Shirts", + "description": "A comfortable, blue polo shirt.
[ BONUS: +6 Endurance ]", + "icon_id": 128, + "sort_by": 35, + "sell_price": 800, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 6 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 419, + "name": "Red Racing Helmet", + "pural_name": "Red Racing Helmets", + "description": "A sleek, red racing helmet.
[ BONUS: +20 Speed ]", + "icon_id": 106, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 420, + "name": "Blue Racing Helmet", + "pural_name": "Blue Racing Helmets", + "description": "A sleek,blue racing helmet.
[ BONUS: +20 Speed ]", + "icon_id": 96, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 421, + "name": "Tan Cowboy Hat", + "pural_name": "Tan Cowboy Hats", + "description": "A tan, aged cowboy hat.
[ BONUS: +20 Conformation ]", + "icon_id": 93, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 422, + "name": "Brown Cowboy Hat", + "pural_name": "Brown Cowboy Hats", + "description": "A brown, aged cowboy hat.
[ BONUS: +20 Conformation ]", + "icon_id": 105, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 423, + "name": "Racing Silks", + "pural_name": "Racing Silks", + "description": "A sleek, colorful blouse specifically for horse racing.
[ BONUS: +30 Speed ]", + "icon_id": 140, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 424, + "name": "Racing Breeches", + "pural_name": "Racing Breeches", + "description": "A sleek pair of black breeches made specifically for horse racing.
[ BONUS: +40 Speed ]", + "icon_id": 139, + "sort_by": 35, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 425, + "name": "Racing Boots", + "pural_name": "Pairs of Racing Boots", + "description": "Sleek, brown racing boots.
[ BONUS: +10 Speed ]", + "icon_id": 148, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 426, + "name": "Dress Pants", + "pural_name": "Pairs of Dress Pants", + "description": "A nice, dressy pair of riding pants specifically for dressage.
[ BONUS: +40 Conformation ]", + "icon_id": 133, + "sort_by": 35, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 427, + "name": "Brown Cowboy Boots", + "pural_name": "Pairs of Brown Cowboy Boots", + "description": "Large, leather, brown cowboy boots.
[ BONUS: +10 Conformation ]", + "icon_id": 152, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 428, + "name": "Red Cowboy Boots", + "pural_name": "Pairs of Red Cowboy Boots", + "description": "Large, leather, red cowboy boots.
[ BONUS: +10 Conformation ]", + "icon_id": 141, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 429, + "name": "Blue Cowboy Boots", + "pural_name": "Pairs of Blue Cowboy Boots", + "description": "Large, leather, blue cowboy boots.
[ BONUS: +10 Conformation ]", + "icon_id": 142, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 430, + "name": "Black Cowboy Boots", + "pural_name": "Pairs of Black Cowboy Boots", + "description": "Large, leather, black cowboy boots.
[ BONUS: +10 Conformation ]", + "icon_id": 143, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 431, + "name": "Turquoise Show Shirt", + "pural_name": "Turquoise Show Shirts", + "description": "A sparkling, fancy, turquoise, long-sleeved shirt.
[ BONUS: +30 Conformation ]", + "icon_id": 114, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 432, + "name": "Red Show Shirt", + "pural_name": "Red Show Shirts", + "description": "A sparkling, fancy, red, long-sleeved shirt.
[ BONUS: +30 Conformation ]", + "icon_id": 124, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 433, + "name": "Equestrian Helmet", + "pural_name": "Equestrian Helmets", + "description": "A black, velvet helmet perfect for horse jumping.
[ BONUS: +20 Strength ]\r\n", + "icon_id": 95, + "sort_by": 35, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 434, + "name": "Jumping Boots", + "pural_name": "Pairs of Jumping Boots", + "description": "Light, black, jumping boots.
[ BONUS: +10 Strength ]", + "icon_id": 144, + "sort_by": 35, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 435, + "name": "Jumping Breeches", + "pural_name": "Pairs of Jumping Breeches", + "description": "A light, black pair of breeches made specially for jumping.
[ BONUS: +40 Strength ]", + "icon_id": 139, + "sort_by": 35, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 436, + "name": "Jumping Jacket", + "pural_name": "Jumping Jackets", + "description": "A light, sleek, black jumping jacket.
[ BONUS: +30 Strength ]", + "icon_id": 150, + "sort_by": 35, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 30 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 437, + "name": "Blue Grain of Sand", + "pural_name": "Blue Grains of Sand", + "description": "A sparkly, blue grain of sand. Must be exactly what Gritty wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 438, + "name": "Leather Piece", + "pural_name": "Leather Pieces", + "description": "A piece of soft, tan leather.", + "icon_id": 396, + "sort_by": 60, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 439, + "name": "Leather Strapping", + "pural_name": "Leather Strappings", + "description": "Thin pieces of leather in long strips.", + "icon_id": 397, + "sort_by": 60, + "sell_price": 75, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 440, + "name": "Small Buckle", + "pural_name": "Small Buckles", + "description": "A small, iron buckle was crafted from iron ore found on Horse Isle which could be used as part of a custom bridle.", + "icon_id": 399, + "sort_by": 60, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 441, + "name": "Large Buckle", + "pural_name": "Large Buckles", + "description": "A large, iron buckle was crafted from iron ore found on Horse Isle which will be perfect as part of a homemade saddle.", + "icon_id": 398, + "sort_by": 60, + "sell_price": 400, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 442, + "name": "Stirrup", + "pural_name": "Stirrups", + "description": "A simple, iron stirrup which can eventually be used to make a saddle.", + "icon_id": 400, + "sort_by": 60, + "sell_price": 600, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 443, + "name": "English Bit", + "pural_name": "English Bits", + "description": "A simple, english, iron bit which can eventually be used to make a custom, english bridle.", + "icon_id": 410, + "sort_by": 60, + "sell_price": 600, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 444, + "name": "Cotton", + "pural_name": "Pieces of Cotton", + "description": "A puffy, white piece of raw cotton.", + "icon_id": 392, + "sort_by": 60, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 550, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Cotton Plant", + "spawn_near_special_tile": null + } + }, + { + "id": 445, + "name": "Easter Egg", + "pural_name": "Easter Eggs", + "description": "A beautifully decorated Easter Egg. A very yummy treat special for Easter.", + "icon_id": 196, + "sort_by": 20, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 446, + "name": "Cloth", + "pural_name": "Cloths", + "description": "A simple, white piece of cloth made from cotton picked on Horse Isle.", + "icon_id": 393, + "sort_by": 60, + "sell_price": 300, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 447, + "name": "Letter for Hidalgo", + "pural_name": "Letter for Hidalgo", + "description": "A small envelope with Hidalgo written on the front.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 448, + "name": "Homemade Show Shirt", + "pural_name": "Homemade Show Shirts", + "description": "A beautiful, red show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
[ BONUS: +50 Conformation ]", + "icon_id": 79, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 450, + "name": "Homemade Show Shirt", + "pural_name": "Homemade Show Shirts", + "description": "A beautiful, yellow show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
[ BONUS: +50 Conformation ]", + "icon_id": 77, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 449, + "name": "Homemade Show Shirt", + "pural_name": "Homemade Show Shirts", + "description": "A beautiful, brown show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
[ BONUS: +50 Conformation ]", + "icon_id": 80, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 453, + "name": "Homemade Racing Shirt", + "pural_name": "Homemade Racing Shirts", + "description": "A beautiful, red-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
[ BONUS: +50 Speed ]", + "icon_id": 76, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 452, + "name": "Wooden Horse Plans", + "pural_name": "Wooden Horse Plans", + "description": "On the piece of paper you see the plans for the wooden, miniature horse that Odysseus wanted made by Rebecca. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 459, + "name": "Homemade Jumping Shirt", + "pural_name": "Homemade Jumping Shirts", + "description": "A beautiful, brown jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's srength during a jumping competition.
[ BONUS: +50 Strength ]", + "icon_id": 90, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 451, + "name": "Homemade Show Shirt", + "pural_name": "Homemade Show Shirts", + "description": "A beautiful, purple show shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's conformation during a dressage competition.
[ BONUS: +50 Conformation ]", + "icon_id": 78, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 454, + "name": "Homemade Racing Shirt", + "pural_name": "Homemade Racing Shirts", + "description": "A beautiful, brown-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
[ BONUS: +50 Speed ]", + "icon_id": 75, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 455, + "name": "Wooden Horse ", + "pural_name": "Wooden Horse", + "description": "A scaled down model of the Trojan Horse of legend made especially for Odysseus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 456, + "name": "Homemade Racing Shirt", + "pural_name": "Homemade Racing Shirts", + "description": "A beautiful, yellow-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
[ BONUS: +50 Speed ]", + "icon_id": 73, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 457, + "name": "Homemade Racing Shirt", + "pural_name": "Homemade Racing Shirts", + "description": "A beautiful, purple-striped racing shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's speed during a racing competition.
[ BONUS: +50 Speed ]", + "icon_id": 74, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 458, + "name": "Homemade Jumping Shirt", + "pural_name": "Homemade Jumping Shirts", + "description": "A beautiful, red jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's strength during a jumping competition.
[ BONUS: +50 Strength ]", + "icon_id": 89, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 460, + "name": "Homemade Jumping Shirt", + "pural_name": "Homemade Jumping Shirts", + "description": "A beautiful, yellow jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's strength during a jumping competition.
[ BONUS: +50 Strength ]", + "icon_id": 87, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 461, + "name": "Homemade Jumping Shirt", + "pural_name": "Homemade Jumping Shirts", + "description": "A beautiful, purple jumping shirt made special from the materials of Horse Isle. Something special was woven in allowing this shirt to help your horse's strength during a jumping competition.
[ BONUS: +50 Strength ]", + "icon_id": 88, + "sort_by": 35, + "sell_price": 7500, + "embed_swf": null, + "wishing_well": false, + "type": "CLOTHES", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 462, + "name": "Crafted English Bridle", + "pural_name": "Crafted English Bridles", + "description": "A specially handcrafted, homemade English Bridle made from materials found here on Horse Isle.
[ BONUS: +20 Speed ]", + "icon_id": 331, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "homemade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 463, + "name": "Kitten Medicine", + "pural_name": "Kitten Medicine", + "description": "Dr. Fletcher gave you this medicine to give to Wolf's little sick kitten. You better find Wolf quickly!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 464, + "name": "Red Dress", + "pural_name": "Red Dress", + "description": "A pretty red dress from Rachel's Boutique. Rosemary was asking for it. ", + "icon_id": 130, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 465, + "name": "Smore", + "pural_name": "Smores", + "description": "Chocolaty marshmallow melted snack on graham crackers.", + "icon_id": 69, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 4, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Bonfire" + } + }, + { + "id": 466, + "name": "Wood Saddle Form", + "pural_name": "Wood Saddle Forms", + "description": "A simple, but perfectly shaped, wooden, saddle form perfect for having a special saddle made with it.", + "icon_id": 408, + "sort_by": 60, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 467, + "name": "English Saddle Base", + "pural_name": "English Saddle Bases", + "description": "A base to make an English saddle. It is made from a wooden form, some leather pieces and some cotton for padding.", + "icon_id": 407, + "sort_by": 60, + "sell_price": 2500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 468, + "name": "Crafted English Saddle", + "pural_name": "Crafted English Saddles", + "description": "A specially handcrafted, English Saddle made from materials found right on Horse Isle.
[ BONUS: +25 Strength ]", + "icon_id": 181, + "sort_by": 95, + "sell_price": 6500, + "embed_swf": "homemade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 469, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, red, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 183, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "homemade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 470, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, brown, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 184, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "brown", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 471, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, yellow, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 185, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "yellow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 472, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, purple, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 175, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "purple", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 473, + "name": "English Girth", + "pural_name": "English Girths", + "description": "Made of leather strapping and buckles all from Horse Isle, this girth is an essential part to an English Saddle.", + "icon_id": 409, + "sort_by": 60, + "sell_price": 2000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 474, + "name": "Bag of Wooden Boxes", + "pural_name": "Bags of Wooden Boxes", + "description": "A large bag of assorted sizes of wood boxes made specially for Palila.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 479, + "name": "Jasmine Tea", + "pural_name": "Jasmine Tea", + "description": "A warm cup of sweet, jasmine tea.", + "icon_id": 31, + "sort_by": 64, + "sell_price": 11, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 477, + "name": "Wood Box #2", + "pural_name": "Wood Box #2", + "description": "A beautifully carved wooden box made by Palila for Accalia.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 476, + "name": "Wood Box #1", + "pural_name": "Wood Box #1", + "description": "A beautifully carved wooden box made by Palila for Odysseus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 478, + "name": "Wood Box #3", + "pural_name": "Wood Box #3", + "description": "A beautifully carved wooden box made by Palila for Kaliska.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 480, + "name": "Sandra's Note", + "pural_name": "Sandra's Note", + "description": "A short, handwritten note from Sandra written for Floria.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 481, + "name": "Bag of Feathers", + "pural_name": "Bags of Feathers", + "description": "A little bag of Erebus' big, white feathers.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 482, + "name": "Allaire's Note", + "pural_name": "Allaire's Notes", + "description": "A note written by Allaire for Erebus.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 483, + "name": "Wishing Box", + "pural_name": "", + "description": "It's a small dark wood box, with silver swirling patterns on the top. When you open the box, it's lined with crimson satin, but there is nothing inside.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 484, + "name": "Smore", + "pural_name": "Smores", + "description": "Chocolaty marshmallow melted snack on graham crackers.", + "icon_id": 69, + "sort_by": 20, + "sell_price": 10, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 485, + "name": "Pack", + "pural_name": "Packs", + "description": "This small leathern pack is filled with a water canteen, a loaf of bread, and some apples.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 486, + "name": "Cattail", + "pural_name": "Cattails", + "description": "Stiff yet fluffy brown thing. It may resemble a corndog, but let's not eat it!", + "icon_id": 70, + "sort_by": 70, + "sell_price": 5, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 50, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Swamp Grass", + "spawn_near_special_tile": null + } + }, + { + "id": 487, + "name": "Giant Coconut", + "pural_name": "Giant Coconuts", + "description": "The giant nut from a giant palm tree. Coconut milk is also inside.", + "icon_id": 61, + "sort_by": 20, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 300 + }, + { + "effect_what": "THIRST", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 30, + "spawn_in_area": null, + "spawn_on_tile_type": "BEACH", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Giant Palm Tree" + } + }, + { + "id": 488, + "name": "Manifest", + "pural_name": "Manifests", + "description": "A scroll containing information on the ghost ship. Captain Jack would probably like to get this back.", + "icon_id": 211, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 489, + "name": "Chest", + "pural_name": "Chests", + "description": "A small, but heavy chest that looks like it has seen better days. Old and worn, this must be what Captain Solomon was looking for.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 490, + "name": "Dirty Pirate Hat", + "pural_name": "Pirate Hats", + "description": "A very ragged, dirty, torn three-corner hat. This must be Maddog's but it probably wasn't in this shape when he lost it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 491, + "name": "New Pirate Hat", + "pural_name": "Pirate Hats", + "description": "A brand new, handmade three cornered hat made special for Maddog Robert.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 492, + "name": "Shimerin Shimm's Note", + "pural_name": "", + "description": "The small piece of parchment has a drawing of what must be One Eyed Bill on it. He's standing under a palm tree and a coconut is hitting his head. Maybe showing this to Bill will prove something.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 493, + "name": "Ginger Ale", + "pural_name": "Ginger Ales", + "description": "A refreshing glass of cool ginger ale.", + "icon_id": 25, + "sort_by": 20, + "sell_price": 9, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 494, + "name": "Novel", + "pural_name": "Novels", + "description": "A short story printed in a bound book.", + "icon_id": 1, + "sort_by": 0, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "TEXT", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 495, + "name": "Anchor", + "pural_name": "Anchors", + "description": "A nice, interestingly shaped anchor. This will be perfect to add to Black Bart's collection!", + "icon_id": 271, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 496, + "name": "Cat Treats", + "pural_name": "Cat Treats", + "description": "A small bag filled with yummy kitty treats. Just the kind that Britt wanted for her cat, Mitchy.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 497, + "name": "Nathaniel's Note", + "pural_name": "Nathaniel's Notes", + "description": "A note written by Squalid Nathaniel to Cannonball Cate.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 498, + "name": "Gold Coin", + "pural_name": "Gold Coins", + "description": "A special gold coin Cate gave to you to give Nathaniel.", + "icon_id": 215, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 499, + "name": "Cate's Note", + "pural_name": "Cate's Notes", + "description": "A note written by Cannonball Cate to Squalid Nathaniel.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 500, + "name": "Small Collection of Poems", + "pural_name": "", + "description": "A small book of poems written by Demetrius. Hopefully Penelope enjoys reading poetry.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 501, + "name": "Magical Book", + "pural_name": "Magical Books", + "description": "A special magical book from Robin for Penelope to help keep her mind off her broken leg.", + "icon_id": 302, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 502, + "name": "Book of Riddles", + "pural_name": "Books of Riddles", + "description": "A small book of riddles from Dieter for Penelope.", + "icon_id": 283, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 503, + "name": "Mystical Book", + "pural_name": "Mystical Books", + "description": "A special book about mystical creaters and other stories from Oswald to Penelope.", + "icon_id": 287, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 512, + "name": "Sandra's plate", + "pural_name": null, + "description": "Sandra's plate", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 518, + "name": "Greig's Glasses", + "pural_name": "Greig's Glasses", + "description": "A small pair of wire rimmed glasses. They must be Greig's!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 514, + "name": "Flavius' Glasses", + "pural_name": null, + "description": "Flavius' wire-rimmed glasses.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 515, + "name": "Beautiful Easter Egg", + "pural_name": "Easter Egg", + "description": "A beautifully decorated Easter Egg. Better get this to Gidget so you can get Leuko's egg back.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 516, + "name": "Bushel of Apples", + "pural_name": "Bushels of Apples", + "description": "Bushel of apples for Viola.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 517, + "name": "Greig's Note", + "pural_name": "Greig's Note", + "description": "A small, but important looking note written by Greig. He'll probably want this!", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 519, + "name": "Greig's Watch", + "pural_name": "Greig's Watch", + "description": "A simple, silver watch. This must be Greig's and he is probably missing it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 520, + "name": "Stallion Trading Card", + "pural_name": "Stallion Trading Cards", + "description": "A STALLION Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 401, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 521, + "name": "Mare Trading Card", + "pural_name": "Mare Trading Cards", + "description": "A MARE Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 402, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 522, + "name": "Colt Trading Card", + "pural_name": "Colt Trading Cards", + "description": "A COLT Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 403, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 523, + "name": "Filly Trading Card", + "pural_name": "Filly Trading Cards", + "description": "A FILLY Playing card used in real-time trading games in Horse Isle. Temporary and only worth anything if you follow the game rules.", + "icon_id": 404, + "sort_by": 3, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 524, + "name": "Camel Bridle", + "pural_name": "Camel Bridles", + "description": "This bridle helps make a camel more controllable. Only fits camels.
[ BONUS: +50 Conformation and +50 Strength ]", + "icon_id": 355, + "sort_by": 96, + "sell_price": 60000, + "embed_swf": "camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 525, + "name": "Camel Saddle", + "pural_name": "Camel Saddles", + "description": "This saddle makes a camel a comfortable ride. Only fits camels.
[ BONUS: +50 Strength and +50 Speed ]", + "icon_id": 356, + "sort_by": 96, + "sell_price": 100000, + "embed_swf": "camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + }, + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 526, + "name": "Camel Saddle Pad", + "pural_name": "Camel Saddle Pads", + "description": "This saddle pad makes a camel more relaxed and more controllable. Only fits camels.
[ BONUS: +50 Endurance and +50 Agility ]", + "icon_id": 354, + "sort_by": 96, + "sell_price": 40000, + "embed_swf": "camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 1 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + }, + { + "effect_what": "AGILITY", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 527, + "name": "Lamb", + "pural_name": "Lambs", + "description": "An adorable, white lamb is a perfect companion for a lonely horse.
[ BONUS: +95 to all horse stats ]", + "icon_id": 386, + "sort_by": 100, + "sell_price": 39000, + "embed_swf": "lamb", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 528, + "name": "Tribal Statue", + "pural_name": "Tribal Statues", + "description": "One of the fabled statues of the Tumetai", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 529, + "name": "Walnut", + "pural_name": "Walnuts", + "description": "Small tasty nut that only grows on Jungle Isle.", + "icon_id": 58, + "sort_by": 20, + "sell_price": 3, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 400, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Walnut Tree" + } + }, + { + "id": 530, + "name": "Venetian Food", + "pural_name": "Venetian Food", + "description": "This gross looking food must be for a very strange creature.", + "icon_id": 405, + "sort_by": 70, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 40, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Jungle Swamp", + "spawn_near_special_tile": null + } + }, + { + "id": 531, + "name": "Llama Saddle Pad", + "pural_name": "Llama Saddle Pads", + "description": "This saddle pad makes a llama more relaxed and more controllable. Only fits llamas.
[ BONUS: +50 Endurance and +50 Agility ]", + "icon_id": 357, + "sort_by": 96, + "sell_price": 20000, + "embed_swf": "llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 2 + ], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + }, + { + "effect_what": "AGILITY", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 532, + "name": "Llama Bridle", + "pural_name": "Llama Bridles", + "description": "This bridle helps make a llama more controllable. Only fits llamas.
[ BONUS: +50 Conformation and +50 Strength ]", + "icon_id": 358, + "sort_by": 96, + "sell_price": 30000, + "embed_swf": "llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 50 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 533, + "name": "Llama Saddle", + "pural_name": "Llama Saddles", + "description": "This saddle makes a llama a comfortable ride. Only fits llamas.
[ BONUS: +50 Strength and +50 Speed ]", + "icon_id": 359, + "sort_by": 96, + "sell_price": 50000, + "embed_swf": "llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 50 + }, + { + "effect_what": "SPEED", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 534, + "name": "Bunch of Bananas", + "pural_name": "Bunches of Bananas", + "description": "A bunch of bananas ", + "icon_id": 34, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 535, + "name": "Crate of Jam Jars", + "pural_name": "Crates of Jam Jars", + "description": "A heavy crate of jars filled with jam.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 536, + "name": "Letter for Cookie", + "pural_name": null, + "description": "Letter to take to Cookie", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 537, + "name": "Milk", + "pural_name": "Glasses of Milk", + "description": "A tall glass of cold milk.", + "icon_id": 35, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 75 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 538, + "name": "Letter for Cupcake", + "pural_name": null, + "description": "A letter handwritten for Cupcake.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 539, + "name": "Bundle of Baskets", + "pural_name": null, + "description": "Bundle of baskets for Tulippe", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 540, + "name": "Owl", + "pural_name": "Owls", + "description": "A beautiful, quiet owl that your horse will love to have around.
[ BONUS: +19 to all horse stats ]", + "icon_id": 380, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "owl", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 541, + "name": "Peacock", + "pural_name": "Peacocks", + "description": "This brightly colored, beautiful bird is wonderful company for any horse.
[ BONUS: +15 to all horse stats ]", + "icon_id": 390, + "sort_by": 100, + "sell_price": 6000, + "embed_swf": "peacock", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 542, + "name": "Monkey", + "pural_name": "Monkeys", + "description": "This small, furry mammal will keep your horse quite entertained with all its silly antics.
[ BONUS: +90 to all horse stats ]", + "icon_id": 387, + "sort_by": 100, + "sell_price": 38000, + "embed_swf": "monkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 543, + "name": "Draft Saddle", + "pural_name": "Draft Saddles", + "description": "A heavy-duty saddle perfect for pulling heavy loads.
[ BONUS: +100 Strength ] ", + "icon_id": 541, + "sort_by": 95, + "sell_price": 50000, + "embed_swf": "draft", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 544, + "name": "Draft Saddle Pad", + "pural_name": "Draft Saddle Pads", + "description": "A perfectly padded saddle pad made to fit beneath the Draft Saddle.
[ BONUS: +40 Strength ] ", + "icon_id": 543, + "sort_by": 95, + "sell_price": 20000, + "embed_swf": "draft", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 40 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 545, + "name": "Draft Bridle", + "pural_name": "Draft Bridles", + "description": "A heavy-duty bridle that complements the Draft Saddle.
[ BONUS: +60 Strength ]", + "icon_id": 542, + "sort_by": 95, + "sell_price": 30000, + "embed_swf": "draft", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 60 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 546, + "name": "Heavyweight Saddle", + "pural_name": "Heavyweight Saddles", + "description": "A carefully crafted, heavy saddle made specifically to aid in pulling heavy loads.
[ BONUS: +300 Strength & +150 Endurance ] ", + "icon_id": 544, + "sort_by": 95, + "sell_price": 500000, + "embed_swf": "heavyweight", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 547, + "name": "Heavyweight Saddle Pad", + "pural_name": "Heavyweight Saddle Pads", + "description": "A carefully crafted saddle pad made to pad the Heavyweight Saddle comfortably.
[ BONUS: +100 Strength & +50 Endurance ] ", + "icon_id": 546, + "sort_by": 95, + "sell_price": 200000, + "embed_swf": "heavyweight", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 50 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 548, + "name": "Heavyweight Bridle", + "pural_name": "Heavyweight Bridles", + "description": "A carefully crafted bridle which complements the Heavyweight Saddle.
[ BONUS: +200 Strength & +100 Endurance ] ", + "icon_id": 545, + "sort_by": 95, + "sell_price": 300000, + "embed_swf": "heavyweight", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 549, + "name": "Hercules Saddle", + "pural_name": "Hercules Saddles", + "description": "A perfectly crafted, strong, glowing saddle, made specifically for aiding any horse in draft competitions.
[ BONUS: +500 Strength & +250 Endurance ]", + "icon_id": 547, + "sort_by": 95, + "sell_price": 5000000, + "embed_swf": "hercules", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 500 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 550, + "name": "Hercules Saddle Pad", + "pural_name": "Hercules Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Hercules Saddle and to aid the pulling of heavy loads.
[ BONUS: +200 Strength & +100 Endurance ]", + "icon_id": 549, + "sort_by": 95, + "sell_price": 2000000, + "embed_swf": "hercules", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 200 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 551, + "name": "Hercules Bridle", + "pural_name": "Hercules Bridles", + "description": "A strong bridle handcrafted from the finest leather and metal made to perfectly complement the Hercules Saddle.
[ BONUS: +300 Strength & +150 Endurance ]", + "icon_id": 548, + "sort_by": 95, + "sell_price": 3000000, + "embed_swf": "hercules", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 300 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 552, + "name": "Bottle of Medicine", + "pural_name": "Bottles of Medicine", + "description": "Sweet smelling herbal medicine for Lief's allergies", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 553, + "name": "Miniature Stable", + "pural_name": "Miniature Stables", + "description": "Miniature Stable made for Holly by Parry.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 554, + "name": "Ebony Wood", + "pural_name": "Logs of Ebony Wood", + "description": "A dark, hard wood found only in the jungle.", + "icon_id": 66, + "sort_by": 70, + "sell_price": 20, + "embed_swf": null, + "wishing_well": true, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 300, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 555, + "name": "Letter for Parry", + "pural_name": null, + "description": "Letter to deliver to Parry", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 556, + "name": "Embroidered Saddle Pad", + "pural_name": null, + "description": "An intricately embroidered, hand-made saddle pad made specifically for Goodwin Ryder.", + "icon_id": 183, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 557, + "name": "Turkmen Silver Bridle", + "pural_name": null, + "description": "A delicate silver and carnelian bridle used by the Teke Turkmen on their horses. Made special by Kilye for Ward Anvil.", + "icon_id": 325, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 558, + "name": "Resized Turkmen Bridle", + "pural_name": null, + "description": "A bridle for Ward's Akhal-Teke, sized to fit exactly by Kilye.", + "icon_id": 325, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 559, + "name": "Pawneer Order", + "pural_name": "Pawneer Orders", + "description": "This special order can be used at the Pawneer in Central Horse Isle to get the bearer a completely customized horse-order fulfilled. A most valuable object.", + "icon_id": 273, + "sort_by": 5, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 560, + "name": "Handmade Oboe", + "pural_name": null, + "description": "A handcrafted oboe made out of ebony wood by Xamba, special for Anika.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 561, + "name": "Handmade Mugs", + "pural_name": "Handmade Mugs", + "description": "Hand-thrown stoneware mugs, glazed in blue and amber made special for Dolly's Inn.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 751, + "name": "Minnie's Nut Bread", + "pural_name": null, + "description": "A rock-hard, but wonderfully smelling, loaf of walnut-acorn bread made by Minnie Biscuit.", + "icon_id": 21, + "sort_by": 20, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 563, + "name": "King Phil's Scepter", + "pural_name": null, + "description": "A gem-covered, ebony scepter that can transport you to Phil's private island kingdom.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 564, + "name": "King Phil's Crown", + "pural_name": null, + "description": "A very expensive -- and quite tasteless -- headpeice for the King of Hotzeplotz.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 565, + "name": "Thick, Sealed Envelope", + "pural_name": null, + "description": "This envelope bears the wax seal of King Phil I of Hotzeplotz and contains payment for Grey Slate.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 566, + "name": "Royal Blue Cloth", + "pural_name": null, + "description": "A bright blue cloth for use in the crown that Grey Slate is making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 567, + "name": "Western Bit", + "pural_name": "Western Bits", + "description": "A simple, western, iron bit which can eventually be used to make a custom, western bridle.", + "icon_id": 410, + "sort_by": 60, + "sell_price": 700, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 568, + "name": "Pile of Dirty Jolly Rogers", + "pural_name": "Piles of Dirty Jolly Rogers", + "description": "A pile of Barnacle Ben's ripped and dirty jolly rogers that need to be cleaned and fixed.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 569, + "name": "Crafted Western Bridle", + "pural_name": "Crafted Western Bridles", + "description": "A specially handcrafted, homemade, Western Bridle made from materials found here on Horse Isle.
[ BONUS: +20 Speed ]", + "icon_id": 552, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "crafted", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 570, + "name": "Crafted Western Saddle", + "pural_name": "Crafted Western Saddles", + "description": "A specially handcrafted, Western Saddle made from materials found right on Horse Isle.
[ BONUS: +25 Strength ]", + "icon_id": 551, + "sort_by": 95, + "sell_price": 7500, + "embed_swf": "crafted", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 571, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, red, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 553, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "crafted", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 572, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, brown, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 555, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wbrown", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 573, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, yellow, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 554, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wyellow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 574, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, purple, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 556, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wpurple", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 575, + "name": "Pile of Clean Jolly Rogers", + "pural_name": "Piles of Clean Jolly Rogers", + "description": "A pile of Barnacle Ben's clean, although still ripped, jolly rogers. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 577, + "name": "Western Saddle Base", + "pural_name": "Western Saddle Bases", + "description": "A base to make a Western saddle. It is made from a wooden form, some leather pieces and some cotton for padding.", + "icon_id": 407, + "sort_by": 60, + "sell_price": 3500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 578, + "name": "Western Girth", + "pural_name": "Western Girths", + "description": "Made of leather strapping and buckles all from Horse Isle, this girth is an essential part to an Western Saddle.", + "icon_id": 409, + "sort_by": 60, + "sell_price": 1500, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 579, + "name": "Fixed and Clean Jolly Rogers", + "pural_name": "Fixed and Clean Jolly Rogers", + "description": "A pile of cleaned and repaired jolly rogers that belong to Barnacle Ben.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 580, + "name": "Imitation Pearl Necklace", + "pural_name": "Imitation Pearl Necklaces", + "description": "Oh no... King Phil's ferrets must have substituted this cheap plastic necklace for the pearl one you found!", + "icon_id": 200, + "sort_by": 50, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 581, + "name": "Several Pieces of Pirate Art", + "pural_name": null, + "description": "Several oil paintings that Barnacle Ben can use to decorate his home. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 582, + "name": "Sketch of a Wonder of the Isle", + "pural_name": null, + "description": "One of Eight Sketches of the Wonders of Horse Isle", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 583, + "name": "Pearl Necklace", + "pural_name": "Pearl Necklaces", + "description": "A magnificent string of matching pearls, found in King Phil's domain.", + "icon_id": 200, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 584, + "name": "Wooden Plank", + "pural_name": "Wooden Planks", + "description": "Several long, oaken planks from the hull of a wrecked ship. These might be useful to Ruthie.", + "icon_id": 194, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 585, + "name": "Wooden Pail and Rope", + "pural_name": null, + "description": "A large, sturdy wooden bucket, and a coil of thick, useful rope. These might be useful to Ruthie.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 586, + "name": "Box of Doubloons!", + "pural_name": null, + "description": "A small, carved chest full of antique doubloons. Ruthie would love to see these!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 587, + "name": "Broken Mancala Board", + "pural_name": "Broken Mancala Boards", + "description": "Halien's beautiful mancala board broken into a few pieces.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 588, + "name": "Baby Crib", + "pural_name": null, + "description": "A crib made special by Rebecca for Magnolia's baby girl. It has flowers engraved all over.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 589, + "name": "Mancala Board", + "pural_name": "Mancala Boards", + "description": "A beautifully, handmade mancala board for Halian made from the ebony wood of Jungle Isle.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 590, + "name": "Fish", + "pural_name": "Fish", + "description": "A small and easy to care for companion. The beautiful fish bowl balances perfectly on a horse's rump with no worries of tumbling.
[ BONUS: +3 to all horse stats ]", + "icon_id": 360, + "sort_by": 100, + "sell_price": 600, + "embed_swf": "fish", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 591, + "name": "Wallaby", + "pural_name": "Wallabies", + "description": "An energetic companion for any horse. A wallaby will easily hop by a horse's side and keep a horse amused for hours with its antics.
[ BONUS: +115 to all horse stats ]", + "icon_id": 389, + "sort_by": 100, + "sell_price": 50000, + "embed_swf": "wallaby", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 592, + "name": "German Shepherd", + "pural_name": "German Shepherds", + "description": "A lively black and tan German Shepherd will keep a good eye on your horse while keeping it company.
[ BONUS: +125 to all horse stats ]", + "icon_id": 388, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "gshepherd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 593, + "name": "Toasted Onion Bagel", + "pural_name": null, + "description": "A toasted onion bagel with cream cheese and lox made for Grey Slate. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 594, + "name": "Mocha Latte", + "pural_name": null, + "description": "Grey Slate's favorite coffee.", + "icon_id": 30, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 595, + "name": "Baby Crib Bedding", + "pural_name": null, + "description": "Soft bedding designed for Magnolia's baby crib. It's a special gift from Barb!", + "icon_id": 308, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 596, + "name": "Two Round Stones", + "pural_name": null, + "description": "Two flat round stones that are for Alati's invention.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 598, + "name": "Three Porcelain Rings", + "pural_name": null, + "description": "These were crafted from special clay for Alati's invention.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 599, + "name": "Red Jamuti Clay", + "pural_name": "Lumps of Red Jamuti Clay", + "description": "It's a very high quality and rare red clay found in the wilds of Jungle Isle. Genevieve often uses it in her pottery projects.", + "icon_id": 192, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 600, + "name": "Torn piece of green twill", + "pural_name": null, + "description": "A clue left behind by the thief who stole the \"Star of Solomon.\"", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 601, + "name": "Rocco Shale's Design Plans", + "pural_name": null, + "description": "Design plans that will help Smiddy Jones build Rocco's new sign.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 602, + "name": "Ebony Wood Frame and Post", + "pural_name": null, + "description": "Frame and Post made by Xamba for Rocco Shale's new sign which is being put together by Smiddy Jones.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 603, + "name": "Wood and Metal Rock Store Sign", + "pural_name": null, + "description": "A very elaborate and expensive Rock Shop sign built for Rocco Shale.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 604, + "name": "Small Turquoise Chunk", + "pural_name": null, + "description": "A stone of a beautiful blue color, but too small to be made into anything but a bead.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 605, + "name": "Large Turquoise Chunk", + "pural_name": null, + "description": "An azure stone the size of a fist; perfect for making a pipe bowl!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 606, + "name": "Small White Shell", + "pural_name": null, + "description": "A clamshell of pure white, but very small.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 607, + "name": "Small Obsidian Flake", + "pural_name": null, + "description": "A flake of obsidian, streaked with black and red, and very sharp; but also quite small.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 608, + "name": "Large Obsidian Chunk", + "pural_name": null, + "description": "A beautiful piece of black Rainbow Obsidian, perfect for a calumet bowl.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 609, + "name": "Large White Shell", + "pural_name": null, + "description": "This giant conch shell can easily be fashioned into a calumet bowl.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 610, + "name": "Small Onyx Stone", + "pural_name": null, + "description": "Streaked in various whites and golds, this stone is large enough only for beading.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 611, + "name": "Large Onyx Stone", + "pural_name": null, + "description": "A large stone, translucent and streaked in yellow and gold, just the right size for a calumet bowl.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 613, + "name": "String of Christmas Lights", + "pural_name": null, + "description": "A string of beautiful handmade flashing Christmas lights perfect for Santa's gift.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 614, + "name": "Red Reindeer Harness ", + "pural_name": null, + "description": "A bright red, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 615, + "name": "Yellow Reindeer Harness", + "pural_name": null, + "description": "A bright yellow, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 616, + "name": "Purple Reindeer Harness", + "pural_name": null, + "description": "A bright purple, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 617, + "name": "Blue Reindeer Harness", + "pural_name": null, + "description": "A deep blue, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 618, + "name": "Green Reindeer Harness", + "pural_name": null, + "description": "A shimmering green soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 619, + "name": "Black Reindeer Harness", + "pural_name": null, + "description": "A coal black, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 620, + "name": "White Reindeer Harness", + "pural_name": null, + "description": "An alabaster white, soft reindeer harness made special as a gift for Santa from Mrs Claus. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 621, + "name": "Brown Reindeer Harness", + "pural_name": null, + "description": "A sable brown, soft reindeer harness made special as a gift for Santa from Mrs Claus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 622, + "name": "Plain Reindeer Harness", + "pural_name": "Plain Reindeer Harnesses", + "description": "A plain, generic reindeer harness ready to be dyed by Kilye.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 623, + "name": "Star of Solomon Sapphire", + "pural_name": null, + "description": "A star sapphire as big as an eyeball, the one stolen from Opal Sandstone.", + "icon_id": 16, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 624, + "name": "Bagel and Knish", + "pural_name": "Bagel and Knishes", + "description": "A delicious order of the best of Remy's bagels and knishes. One of King Phil's favorite meals.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 625, + "name": "Peacock Feather Necklace", + "pural_name": null, + "description": "It's a necklace specially made by Deidra as a birthday present from Galvin to Nina.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 626, + "name": "Stall Bucket", + "pural_name": "Stall Buckets", + "description": "A used, heavy rubber stall water bucket that Sumiko can use.", + "icon_id": 172, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 627, + "name": "Feed Tub", + "pural_name": "Feed Tubs", + "description": "A used, heavy rubber feed tub that can be used in a stall or in a pasture. Sumiko will like it.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 628, + "name": "Valerian Roots", + "pural_name": "Valerian Roots", + "description": "Roots from the valerian plant in the jungle. Kiah uses it for her medicine closet.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 629, + "name": "Valerian Plant", + "pural_name": "Valerian Plants", + "description": "It's a small green fern-like plant with pink, fragrant flowers. Kiah uses the roots of this plant in her medicine closet.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 630, + "name": "Halter with Lead ", + "pural_name": "Halters with Leads", + "description": "A used nylon halter with a sturdy lead, just what Sumiko needs.", + "icon_id": 182, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 631, + "name": "Childrens' Saddle", + "pural_name": "Childrens' Saddles", + "description": "A small western saddle, just the right size for a young child. Sumiko will like it.", + "icon_id": 181, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 632, + "name": "Copper Ore", + "pural_name": "Chunks of Copper Ore", + "description": "A small chunk of raw, copper ore.", + "icon_id": 272, + "sort_by": 50, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 600, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 633, + "name": "White Shell Bead", + "pural_name": null, + "description": "These will be good for Nizhoni to use in calumet-making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 634, + "name": "Turquoise Bead", + "pural_name": null, + "description": "This will be good for Nizhoni to use in calumet making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 635, + "name": "Onyx Bead", + "pural_name": null, + "description": "This will be good for Nizhoni to use in calumet making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 636, + "name": "Obsidisan Bead", + "pural_name": null, + "description": "This will be good for Nizhoni to use in calumet making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 638, + "name": "Barry Solomon's Beryl", + "pural_name": null, + "description": "An enormous green Beryl, part of a fabulous pirate treasure. Opal Sandstone would love to see this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 639, + "name": "Pixie Dust", + "pural_name": "Pinches of Pixie Dust", + "description": "Fine, colorfully sparkling, pinkish dust.", + "icon_id": 581, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 250, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 640, + "name": "Marshmallow", + "pural_name": "Marshmallows", + "description": "A small, light, fluffy marshmallow.", + "icon_id": 582, + "sort_by": 2, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 225, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 641, + "name": "Gum Drop", + "pural_name": "Gum Drops", + "description": "Small colored gumdrop is a sweet little snack.", + "icon_id": 586, + "sort_by": 20, + "sell_price": 2, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 15 + } + ], + "spawn_parameters": { + "spawn_cap": 20, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cloud Candy" + } + }, + { + "id": 642, + "name": "Peppermint Candy", + "pural_name": "Peppermint Candies", + "description": "Small, round chocolate covered peppermint candy.", + "icon_id": 587, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 20, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cloud Candy" + } + }, + { + "id": 643, + "name": "Small Sugar Chunk", + "pural_name": "Small Sugar Chunks", + "description": "Small chunk of sugar somehow formed in the clouds. Great non-nourishing mood boost snack for a horse.", + "icon_id": 589, + "sort_by": 64, + "sell_price": 25, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 50 + }, + { + "effect_what": "MOOD", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 644, + "name": "Sparkling Feather", + "pural_name": "Sparkling Feathers", + "description": "This multicolored shiny feather sparkles lightly. It is unknown what type of bird would drop such a special feather.", + "icon_id": 584, + "sort_by": 67, + "sell_price": 50, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 125, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 645, + "name": "Silver Lining", + "pural_name": "Silver Linings", + "description": "A cloud's silver lining! What a special thing. This silverish, thin, shiny thread must have been retrieved from the fantastical land of Cloud Isle.", + "icon_id": 585, + "sort_by": 67, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 100, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 646, + "name": "Small Jungle Stone", + "pural_name": null, + "description": "It's a small stone-like object with green swirls on it. This might be Kiah's special jungle artifact.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 647, + "name": "Small Jungle Nut", + "pural_name": null, + "description": "It's a small heart shaped nut-like object. This may be Kiah's special jungle artifact.", + "icon_id": 59, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 648, + "name": "Plain Lariat", + "pural_name": null, + "description": "Pecos Bill's plain rope lariat.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 649, + "name": "Gussied-Up Lariat", + "pural_name": null, + "description": "Pecos Bill inserted some Sparkly Feathers into this rope so you could mesmerize Widow-Maker with it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 650, + "name": "Small Neem Bark", + "pural_name": null, + "description": "It's bark from a neem tree in the jungle. Kiah uses neem bark for her medicines.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 651, + "name": "Large Neem Bark", + "pural_name": null, + "description": "It's bark from a neem tree in the jungle. Kiah uses neem bark for her medicines.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 652, + "name": "Fireflower Leaves", + "pural_name": "Fireflower Leaves", + "description": "Leaves from the rare and beautiful fireflower plant. Kiah uses these to make her medicines.", + "icon_id": 291, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 653, + "name": "White Shell Calumet", + "pural_name": null, + "description": "A ceremonial peace-pipe made with pure white shells, for the Dawn's White Horse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 654, + "name": "Turquoise Calumet", + "pural_name": null, + "description": "A ceremonial peace-pipe made with turquoise, for Sun's Blue Horse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 655, + "name": "Onyx Calumet", + "pural_name": null, + "description": "A ceremonial peace-pipe made with onyx, for Dusk's Golden Mare.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 656, + "name": "Obsidian Calumet", + "pural_name": null, + "description": "A ceremonial peace-pipe made with obsidian, for Night's Black Horse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 657, + "name": "Blue Frog", + "pural_name": null, + "description": "A big, blueish frog who just might be a prince. Better bring it back to the Princess.", + "icon_id": 579, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 658, + "name": "Green Frog", + "pural_name": null, + "description": "A big, bright green frog who just might be a prince. Better bring it back to the Princess.", + "icon_id": 580, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 659, + "name": "Red Frog", + "pural_name": null, + "description": "A big, red-spotted frog who just might be a prince. Better bring it back to the Princess.", + "icon_id": 578, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 660, + "name": "Moonbeam", + "pural_name": "Moonbeams", + "description": "Thin, lightweight beams of the moon's light, somehow tangible.", + "icon_id": 577, + "sort_by": 67, + "sell_price": 25, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 150, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 661, + "name": "Kitten Mittens", + "pural_name": "Pairs of Kitten Mittens", + "description": "A pair of kitten-sized woolen mittens tied together with a long string that must belong to one of Mother Cat's children.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 662, + "name": "Block Set Plans", + "pural_name": "Block Set Plans", + "description": "Vern's drawings for components for Whystan's block set.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 663, + "name": "Wooden Building Block", + "pural_name": "Wooden Building Blocks", + "description": "A small wooden building block, perfect for Whystan's grandkids.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 664, + "name": "Assorted Metal Parts", + "pural_name": null, + "description": "Doors, fences, railings and other objects for Whystan's block set.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 665, + "name": "Assorted Glass Parts", + "pural_name": null, + "description": "Glass windows and blocks for Whystan's building blocks.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 666, + "name": "Torn Photograph", + "pural_name": null, + "description": "It looks like part of an old photograph. There's a small boy in it who must be Sam. He appears to be standing between a well and a gazebo. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 667, + "name": "Old Diary", + "pural_name": "Old Diaries", + "description": "This diary used to belong to Sam McGee. He left it behind when he moved away from Flipperton.", + "icon_id": 302, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 668, + "name": "Old Book", + "pural_name": null, + "description": "It appears to be an comprehensive overview of fishing lures. It used to belong to Sam.", + "icon_id": 289, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 669, + "name": "Old Wooden Box", + "pural_name": null, + "description": "Maybe a clue to the triumph of Sam McGee is in here!", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 670, + "name": "Old Teddy Bear", + "pural_name": null, + "description": "This bear was obviously well loved by Sam when he was a child. It's missing one eye and has bits of fluff leaking out a hole in the neck.", + "icon_id": 307, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 671, + "name": "Glass Slipper", + "pural_name": null, + "description": "A beautiful glass slipper that will fit perfectly on Prince Charming's love.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 672, + "name": "Embroidered Handkerchief", + "pural_name": null, + "description": "This dainty white handkerchief is embroidered with the initials R.H. and a red rose in the corner.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 673, + "name": "List of Paint Ingredients:", + "pural_name": null, + "description": "10 Iron Ore
10 Copper Ore
1 Box Tin Oxide
1 Box Chrome Oxide

Bring back to Nicolette once all has been collected", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 674, + "name": "Chrome Oxide", + "pural_name": null, + "description": "A box full of bright green powder, which artists use to make green paint. This is just what Nicolette will be needing.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 675, + "name": "Tin Oxide", + "pural_name": null, + "description": "A box full of tin oxide, an ingredient used in paint and glass making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 676, + "name": "A Singing Harp", + "pural_name": null, + "description": "A lovely golden harp that sings upon command. It's a present from Robin to Marisole.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 677, + "name": "Thank You Note", + "pural_name": null, + "description": "This note was written for Robin from Marisole, to thank him for his gift.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 678, + "name": "Can of White Paint", + "pural_name": "Cans of White Paint", + "description": "A nice, fresh white paint which can be a base for other colors. Nicolette will need this to finish the paint.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 679, + "name": "Goat's Milk", + "pural_name": "Goat's Milk", + "description": "A five liter bucket filled with skimmed goat's milk. Just what Nicolette needs for a paint base.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 680, + "name": "Can of Colored Paint", + "pural_name": "Cans of Colored Paint", + "description": "Four cans of paint; one red, one yellow, one green and one blue; perfect for painting Silver Mary's stage props.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 681, + "name": "Doberman Pinscher", + "pural_name": "Doberman Pinschers", + "description": "This brown and black Doberman Pinscher is a fast moving dog and a quick learner that your horse will enjoy having around.
[ BONUS: +125 to all horse stats ]", + "icon_id": 562, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "doberman", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 682, + "name": "Fishing Lures", + "pural_name": null, + "description": "This box has specially made fishing lures in it. It's for Davy and his grandfather.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 683, + "name": "French Horn, Used", + "pural_name": null, + "description": "A somewhat beaten up French Horn, worn from many years of band use, but still in good enough shape for Silver Mary's production.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 684, + "name": "French Horn, New", + "pural_name": null, + "description": "A beautiful, almost new French Horn; Silver Mary would love it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 685, + "name": "Costume-Dress", + "pural_name": null, + "description": "Not exactly a hoop skirt, but maybe Silver Mary will still like it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 686, + "name": "Costume-Captain's Uniform", + "pural_name": null, + "description": "A ratty old captain's uniform, that may (or may not) fit Silver Mary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 687, + "name": "Rapunzel's Hairpiece", + "pural_name": null, + "description": "An intricately woven and beautiful hairpiece made for Rapunzel.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 688, + "name": "List of Cheesemaking Supplies", + "pural_name": null, + "description": "Get for Shaylene:
1 kilo red wax
1 package cheese cloth
1 package cheese wrap
1 curd slicer
1 large copper-lined pot
1 package rennet or starter mix.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 689, + "name": "Cotton Candy", + "pural_name": "Clumps of Cotton Candy", + "description": "A soft, fluffy treat that grows on the Cotton Candy Tree.", + "icon_id": 590, + "sort_by": 20, + "sell_price": 5, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 25, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cotton Candy Tree" + } + }, + { + "id": 690, + "name": "Golden Apple", + "pural_name": "Golden Apples", + "description": "A sparkling, gold apple that is surprisingly a tasty treat for both you and your horse.", + "icon_id": 583, + "sort_by": 20, + "sell_price": 50, + "embed_swf": null, + "wishing_well": false, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 20 + }, + { + "effect_what": "MOOD", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 90, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Sparkle Tree" + } + }, + { + "id": 691, + "name": "Knit Hat", + "pural_name": null, + "description": "This is the red, orange and yellow striped hat that Jayne's mother knit for him. It has a tassel at the top.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 693, + "name": "Menorah Glass Piece", + "pural_name": null, + "description": "An exquisite glass scene to go in the menorah being made by Inigo Webster.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 694, + "name": "Metal and Glass Menorah", + "pural_name": null, + "description": "A master craftsman designed menorah made with the best metals and glass made specifically for King Phil. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 695, + "name": "Drum", + "pural_name": null, + "description": "A handmade drum for Silver Mary's production.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 696, + "name": "Jug of Milk", + "pural_name": null, + "description": "A large, ceramic jug containing four liters of cow's milk; Shaylene might be able to use it for cheese if it doesn't spoil by the time you get it to her.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 697, + "name": "Sock Puppet", + "pural_name": null, + "description": "A large, woolen sock with button eyes and a pom-pom nose, and a great, pink tongue that belongs to Harold Nickelendime.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 715, + "name": "Broom", + "pural_name": null, + "description": "Used for sweeping and belongs to Phyllis Clipper", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 699, + "name": "Huge Copper Pot", + "pural_name": null, + "description": "A big, wide, somewhat shallow copper pot, the kind Shaylene wanted for making cheese.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 700, + "name": "Black Foal", + "pural_name": "Black Foals", + "description": "An idly, midnight shaded foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 572, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblack", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 701, + "name": "Palomino Foal", + "pural_name": "Palomino Foals", + "description": "A fiery, spirited, golden foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 571, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalpalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 702, + "name": "Bay Foal", + "pural_name": "Bay Foals", + "description": "A sweet, cuddly, bay foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 573, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 703, + "name": "Grey Foal", + "pural_name": "Grey Foals", + "description": "An energetic, playful, grey foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 574, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalgrey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 704, + "name": "Chestnut Foal", + "pural_name": "Chestnut Foals", + "description": "A rusty colored, bounding, playful foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 575, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalchest", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 705, + "name": "Overo Foal", + "pural_name": "Overo Foals", + "description": "A vibrant, lightly splotched pinto foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 568, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalovero", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 706, + "name": "Bag of Hazelnuts", + "pural_name": "Bags of Hazelnuts", + "description": "A bag full of freshly picked hazelnuts by Hazel for delivery.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 707, + "name": "Red Wax", + "pural_name": null, + "description": "This brick of red wax is perfect for Shaylene to use coating and protecting cheese. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 708, + "name": "Cheese Wrap", + "pural_name": null, + "description": "A fine, stiff paper that Shaylene can use to wrap her goat cheese.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 709, + "name": "Curd Knife", + "pural_name": null, + "description": "A special knife used for chopping up curd to make cheese. Shaylene asked for it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 710, + "name": "Cheesecloth", + "pural_name": null, + "description": "This very loosely woven fabric is perfect for draining whey from curds when making cheese; just what Shaylene wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 711, + "name": "Brunost", + "pural_name": null, + "description": "A medium-hard Goat Cheese, wrapped in paper made special for Renard.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 712, + "name": "Prim", + "pural_name": null, + "description": "A soft goat cheese, wrapped in red wax made special for Renard.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 713, + "name": "Mod Splatterball", + "pural_name": "Mod Splatterballs", + "description": "A goopy ball worth $500 when another player is hit by a mod with it.", + "icon_id": 588, + "sort_by": 2, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 714, + "name": "Bunch of Grapes", + "pural_name": "Bunches of Grapes", + "description": "A bunch of luscious, red-purple grapes, juicy and sweet.", + "icon_id": 20, + "sort_by": 20, + "sell_price": 15, + "embed_swf": null, + "wishing_well": true, + "type": "PLAYERFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 15, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Grape Vine" + } + }, + { + "id": 716, + "name": "Constellation Map", + "pural_name": null, + "description": "One of Materia's star maps.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 717, + "name": "Medicine Vial", + "pural_name": null, + "description": "Medicine for Katukilal, the Jungle Spirit. Kiah made this especially for her.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 718, + "name": "Australian Saddle", + "pural_name": "Australian Saddles", + "description": "A basic Australian Saddle built tough for everyday riding.
[ BONUS: +10 Agility ]", + "icon_id": 557, + "sort_by": 95, + "sell_price": 5000, + "embed_swf": "australian", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 719, + "name": "Australian Saddle Pad", + "pural_name": "Autralian Saddle Pads", + "description": "A simple saddle pad that will fit easily under the Australian Saddle.
[ BONUS: +10 Endurance ]", + "icon_id": 559, + "sort_by": 95, + "sell_price": 2000, + "embed_swf": "australian", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 720, + "name": "Australian Bridle", + "pural_name": "Australian Bridles", + "description": "A simple Australian Bridle made out of leather.
[ BONUS: +10 Strength ]", + "icon_id": 558, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "australian", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 721, + "name": "Library Book", + "pural_name": "Library Books", + "description": "A novel, as requested by Quincy, the Third Little Pig, carefully wrapped for transport.", + "icon_id": 285, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 722, + "name": "Golden Acorn", + "pural_name": "Golden Acorns", + "description": "A golden acorn that must be a prized possession of Scuttles. It is still beautiful, though a bit scuffed.", + "icon_id": 60, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 723, + "name": "A Gold Ring", + "pural_name": null, + "description": "A pretty gold ring with leaf engravings. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 305, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 724, + "name": "A Silver Ring", + "pural_name": null, + "description": "A pretty silver ring with a sparkling purple gem. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 304, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 725, + "name": "A Wood Ring", + "pural_name": null, + "description": "A dark wooden ring with painted wings on its sides. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 305, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 726, + "name": "A Stone Ring", + "pural_name": null, + "description": "A heavy stone ring with leather braided around the front. This must be the Lost Ring of the Tumetai that Murukan wants.", + "icon_id": 304, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 727, + "name": "Emma's Sketch", + "pural_name": null, + "description": "A sketch of a greenhouse Emma would like built to raise chocolate plants in. An architect will know what to do with them.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 728, + "name": "Greenhouse Plans", + "pural_name": null, + "description": "Architectural plans for a large greenhouse in which chocolate trees and vanilla orchids can be grown to Emma's specs.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 729, + "name": "Cocoa Tree Seedling", + "pural_name": "Cocoa Tree Seedlings", + "description": "This tiny plant will some day grow to be a tree which will bear Cocoa Seeds from which chocolate can be made. Get it to Emma before anything can happen to it.", + "icon_id": 237, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 730, + "name": "Vanilla Orchid Seedling", + "pural_name": "Vanilla Orchid Seedlings", + "description": "This tiny plant will grow up to be a yellow orchid, whose seed pods will yield delicious vanilla. Better get it to Emma right away!", + "icon_id": 237, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 731, + "name": "Goalie Mask", + "pural_name": null, + "description": "A Fiberglass and Kevlar Goalie Mask Yorick will need for the Horse Isle Battalioneers.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 732, + "name": "Helmet Combos ", + "pural_name": null, + "description": "Helmet combos for Yorick's hockey team.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 733, + "name": "Hockey Sticks ", + "pural_name": null, + "description": "The Horse Isle Battalioneers hockey sticks. Yorick will need these for practice. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 734, + "name": "Bowl of Soup", + "pural_name": null, + "description": "A deliciously fragrant and warm bowl of soup for Hudson. ", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 735, + "name": "Bag of hockey pucks", + "pural_name": null, + "description": "A bag of hockey pucks for Yorick's hockey team.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 736, + "name": "Cheshire's Grin", + "pural_name": null, + "description": "Cheshire must be wanting this back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 737, + "name": "Cheshire's Body", + "pural_name": null, + "description": "Cheshire would probably like this back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 738, + "name": "Supply Package", + "pural_name": null, + "description": "A package of food and supplies from Tail End General for Lelu and Mino.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 739, + "name": "White Foal", + "pural_name": "White Foals", + "description": "A sturdy foal with a coat like milkweed down.
[ BONUS: +150 to all horse stats ]", + "icon_id": 576, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalwhite", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 740, + "name": "Chilly Box", + "pural_name": null, + "description": "This is Dilly Chilly's construct of wood and snow, good for carrying things you need to keep cold, such as Winter Lotus blossoms.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 741, + "name": "Winter Lotus", + "pural_name": null, + "description": "This delicate flower is nestled safely in it's chilly box. Hopefully it won't melt before you can give it to Pattini!", + "icon_id": 45, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 742, + "name": "Jeweler's Hammer", + "pural_name": null, + "description": "A small, very highly polished hammer of the kind Grey Slate might use to make a ring.", + "icon_id": 270, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 743, + "name": "Lilianna's Wedding Ring", + "pural_name": null, + "description": "A magnificent ring of gold, set with a flawless diamond. Perfect for a Princess who lives on a cloud.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 744, + "name": "Bolt of Silk", + "pural_name": null, + "description": "A bolt of beautiful, shimmery white silk, perfect for a princess' wedding dress.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 745, + "name": "Lilianna'a Wedding Cake", + "pural_name": null, + "description": "An astonishing creation, five layers high, which needs to be delivered to Cloud Isle undamaged!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 746, + "name": "Struffoli", + "pural_name": null, + "description": "A delectable pile of fried honey balls, special for King Phil. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 747, + "name": "Chocolate Covered Grasshoppers", + "pural_name": null, + "description": "A delightfully crunchy chocolate covered snack made special for Lelu's husband.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 748, + "name": "Goat", + "pural_name": "Goats", + "description": "A colorful, amusing goat for an easy friend.
[ BONUS: +110 to all horse stats ]", + "icon_id": 570, + "sort_by": 100, + "sell_price": 47000, + "embed_swf": "goat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 749, + "name": "Bag of ground Cardamom", + "pural_name": null, + "description": "Finely ground cardamom in a small bag for Minnie Biscuit.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 750, + "name": "Jug of Milk", + "pural_name": null, + "description": "A large, ceramic jug containing two liters of cow's milk for King Phil.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 1, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 562, + "name": "Minnie's Nut Bread", + "pural_name": null, + "description": "A rock-hard, but wonderfully smelling, loaf of walnut-acorn bread made by Minnie Biscuit for Pablo.", + "icon_id": 21, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 752, + "name": "Zebra Foal", + "pural_name": "Zebra Foals", + "description": "A sturdy foal with a beautifully striped coat of black and white.
[ BONUS: +150 to all horse stats ]", + "icon_id": 560, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalzebra", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 753, + "name": "Snowman", + "pural_name": "Snowmen", + "description": "A free gift from Santa Claus of Christmas Isle. He will melt by January 31st so use him wisely now!
[ BONUS: +50 to all horse stats ]", + "icon_id": 550, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "snowman", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 754, + "name": "Nopales ", + "pural_name": null, + "description": "A bunch of prickly pear cactus pads perfect for the Southwestern Cactus Salad Rose is making.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 755, + "name": "Cilantro", + "pural_name": null, + "description": "A bag of dried cilantro for the Southwestern Cactus Salad Rose is making.", + "icon_id": 236, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 756, + "name": "Package of Noodles", + "pural_name": "Packages of Noodles", + "description": "Noodles used for soups and other dishes perfect for Mrs. Claus' soup for Santa.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 757, + "name": "Celery", + "pural_name": null, + "description": "A green food used for cooking or other dishes which will go perfectly in Mrs. Claus' soup for Santa.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 758, + "name": "Bowl of Soup", + "pural_name": "Bowls of Soup", + "description": "A bowl of soup made by Mrs. Claus to make Santa feel better.", + "icon_id": 228, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 759, + "name": "Kooky Shoes", + "pural_name": null, + "description": "Sling back pumps of pink leather with a big ruby in the center. Princess Pookie will appreciate them.", + "icon_id": 153, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 760, + "name": "Red Crystal Shard", + "pural_name": "Red Crystal Shards", + "description": "A glimmering chunk of natural red crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 601, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Red Crystals" + } + }, + { + "id": 761, + "name": "Blue Crystal Shard", + "pural_name": "Blue Crystal Shards", + "description": "A glimmering chunk of natural blue crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 606, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Blue Crystals" + } + }, + { + "id": 762, + "name": "Purple Crystal Shard", + "pural_name": "Purple Crystal Shards", + "description": "A glimmering chunk of natural purple crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 604, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Purple Crystals" + } + }, + { + "id": 763, + "name": "Green Crystal Shard", + "pural_name": "Green Crystal Shards", + "description": "A glimmering chunk of natural green crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 607, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Green Crystals" + } + }, + { + "id": 764, + "name": "Cyan Crystal Shard", + "pural_name": "Cyan Crystal Shards", + "description": "A glimmering chunk of natural cyan crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 603, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Cyan Crystals" + } + }, + { + "id": 765, + "name": "Yellow Crystal Shard", + "pural_name": "Yellow Crystal Shards", + "description": "A glimmering chunk of natural yellow crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 602, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Yellow Crystals" + } + }, + { + "id": 766, + "name": "Magenta Crystal Shard", + "pural_name": "Magenta Crystal Shards", + "description": "A glimmering chunk of natural magenta crystal that must have broken off a large deposit. Found only on Lava Isle.", + "icon_id": 605, + "sort_by": 55, + "sell_price": 500, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 10, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Magenta Crystals" + } + }, + { + "id": 767, + "name": "Pumice Stone", + "pural_name": "Pumice Stones", + "description": "This extremely light rock was leftover from recent volcanic eruptions on Lava Isle.", + "icon_id": 609, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 500, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 768, + "name": "Obsidian Chunk", + "pural_name": "Obsidian Chunks", + "description": "This extremely shiny and sharp glass-like rock was formed during a recent volcanic eruption on Lava Isle. ", + "icon_id": 608, + "sort_by": 50, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 40, + "spawn_in_area": null, + "spawn_on_tile_type": "LAVA", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 769, + "name": "Lilianna's List", + "pural_name": null, + "description": "Things I need for my Royal Wedding:

A ring from my Uncle Grey
A carriage and four from my Uncle Phil
A very delicious cake with sugar roses all over it
A wedding dress so gorgeous it will make everyone swoon!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 770, + "name": "Red Dragon Orb", + "pural_name": null, + "description": "An orb made of dragon scale, scarlet red. Amariel will like it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 771, + "name": "Blue Dragon Orb", + "pural_name": null, + "description": "A ball made of blue dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 772, + "name": "Purple Dragon Orb", + "pural_name": null, + "description": "A ball made of purple dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 773, + "name": "Green Dragon Orb", + "pural_name": null, + "description": "A ball made of green dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 774, + "name": "Cyan Dragon Orb", + "pural_name": null, + "description": "A ball made of cyan dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 775, + "name": "Yellow Dragon Orb", + "pural_name": null, + "description": "A ball made of yellow dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 776, + "name": "Magenta Dragon Orb", + "pural_name": null, + "description": "A ball made of magenta dragon scale, which Amariel asked you to get.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 786, + "name": "Zinc Oxide", + "pural_name": null, + "description": "a large clump of zinc oxide that might be useful in making bronze valves for Lenny.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 785, + "name": "Box of Rock Glass Goblets", + "pural_name": null, + "description": "Goblets made of carved obsidian, that Lenny the Stonewright made for Mona.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 784, + "name": "Bottle of Ink", + "pural_name": null, + "description": "A bottle of homemade purple ink for Pookie.", + "icon_id": 296, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 783, + "name": "Dragon's Tooth", + "pural_name": "Dragon's Teeth", + "description": "A large, shed tooth from a dragon, just what Xiang wanted.", + "icon_id": 611, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 787, + "name": "Brass Valve", + "pural_name": null, + "description": "Just what Lenny wanted, a non-rusting valve.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 788, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, pink, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 176, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "pink", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 789, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, pink, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 566, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wpink", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 790, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, green, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 565, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wgreen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 791, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, green, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 168, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "green", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 792, + "name": "Matty's Lunch", + "pural_name": null, + "description": "A bag lunch for Princess Pookie's little brother.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 793, + "name": "Camel Calf", + "pural_name": "Camel Calves", + "description": "A wobbly, small camel calf.
[ BONUS: +150 to all horse stats ]", + "icon_id": 567, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "camel", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 794, + "name": "WildFire's Medicine", + "pural_name": null, + "description": "Medicine to help WildFire to get back to full health.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 796, + "name": "Box of Apples", + "pural_name": null, + "description": "A box of special Appleton apples for Shadow Fax. They shine with a red luster you have never seen before.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 797, + "name": "Ariela's Necklace", + "pural_name": null, + "description": "A beautiful, elegant, necklace with a large topaz. Ariela the mermaid will probably want this back.", + "icon_id": 203, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 798, + "name": "Kira the Guinea Pig", + "pural_name": null, + "description": "A small, fuzzy tan and white guinea pig that belongs to Penfold.", + "icon_id": 366, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 799, + "name": "Tovero Foal", + "pural_name": "Tovero Foals", + "description": "Alert, active and ready for anything, this little one will be a loyal and entertaining friend.
[ BONUS: +150 to all horse stats ]", + "icon_id": 622, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaltovero", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 800, + "name": "Tobiano Foal", + "pural_name": "Tobiano Foals", + "description": "The epitome of Indian Pony, this little one is brave, resourceful and sure to please.
[ BONUS: +150 to all horse stats ]", + "icon_id": 621, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaltobiano", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 801, + "name": "Piebald Foal", + "pural_name": "Piebald Foals", + "description": "Long and elegant and so striking to look on, this little one is built for speed and will keep your laziest horse on the go!
[ BONUS: +150 to all horse stats ]", + "icon_id": 623, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalpiebald", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 802, + "name": "Case of Plum Jelly", + "pural_name": "Cases of Plum Jelly", + "description": "Patricia Plum loves this special beach plum jelly.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 803, + "name": "Bag of Fancy Cat Treats", + "pural_name": null, + "description": "Special cat treats that Daria Pale pampers Wolf's cat pack with.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 804, + "name": "Fancy Cat Treat", + "pural_name": "Fancy Cat Treats", + "description": "A cat treat sure to please Wolf, the leader of Cat Isle's cat pack.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 805, + "name": "Lucy's New Cat", + "pural_name": null, + "description": "This cat has left his pack on Cat Isle to live with Lucy Reins in Shellton.", + "icon_id": 569, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 806, + "name": "Xamba's Clarinet Molds", + "pural_name": null, + "description": "These molds belong to Xamba and are used to cast silver keys for a clarinet which Sandy Flint should be able to make.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 807, + "name": "Bag of Clarinet Keys", + "pural_name": null, + "description": "These silver keys will be attached to a clarinet body made from ebony wood by Xamba.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 808, + "name": "Box of Clarinet Reeds", + "pural_name": null, + "description": "These reeds are attached to the mouthpiece of a clarinet made by Xamba.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 809, + "name": "Clarinet", + "pural_name": null, + "description": "This beautiful ebony woodwind is one of the instruments that Harmony plays. A small box of reeds is with it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 810, + "name": "Box of Chocolates", + "pural_name": null, + "description": "A heart shaped box filled with chocolate candy from Cupid.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 811, + "name": "Lanolin", + "pural_name": null, + "description": "A gallon jug of wool oil, for Eunice.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 812, + "name": "Camphor", + "pural_name": null, + "description": "A very well-wrapped package of camphor, for Eunice.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 813, + "name": "Witch Hazel", + "pural_name": null, + "description": "A small jug of witch hazel, for Eunice.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 814, + "name": "Rosemary", + "pural_name": null, + "description": "A half a cup of fresh rosemary, for Eunice.", + "icon_id": 236, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 815, + "name": "List of Liniment Ingredients", + "pural_name": null, + "description": "Ingredients needed by Eunice to make Nereus' Aromatic Liniment:
4 cups of lanolin (from someone who has sheep)
Half cup rosemary (from Spice Isle)
4 cups of camphor (from a medicine man)
4 cups of witch hazel (from a medicine man)", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 816, + "name": "Liniment", + "pural_name": null, + "description": "A large tin labeled \"Nereus' Aromatic Liniment,\" for Jubal.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 817, + "name": "Letter For Cupid", + "pural_name": null, + "description": "A letter for Cupid from Eros.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 818, + "name": "Torn Scrap of Paper", + "pural_name": "Torn Scraps of Paper", + "description": "This fragment of paper might have a clue on it that would help Jubal.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 819, + "name": "Treasure Chest", + "pural_name": null, + "description": "A very large wooden chest dug from under Jubal's teepee.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 820, + "name": "Cinnamon", + "pural_name": null, + "description": "A spice used for baking and other things. This portion is perfect for Venus' potion.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 821, + "name": "Chocolate Brick", + "pural_name": null, + "description": "A block of chocolate perfect for Venus' potion.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 822, + "name": "Chocolate Bunny", + "pural_name": "Chocolate Bunnies", + "description": "A free gift from the Easter Bunny of Hare Isle. He will be eaten by June 1st so use him wisely now!
[ BONUS: +50 to all horse stats ]", + "icon_id": 624, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "chocobunny", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 823, + "name": "Green Baby Dragon", + "pural_name": "Green Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. Though it may seem odd, these two could easily be best of friends.
[ BONUS: +200 to all horse stats ]", + "icon_id": 625, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 824, + "name": "Lulu", + "pural_name": null, + "description": "Nerina's small spotted necked otter.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 825, + "name": "Otter Medicine", + "pural_name": null, + "description": "Medicine received from Audrey for Nerina.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 826, + "name": "Snowman Hat", + "pural_name": null, + "description": "A rough old hat. Just right for Holly's snowman.", + "icon_id": 110, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 827, + "name": "The Malted Falcon", + "pural_name": null, + "description": "A black stone, with red writing on it. How you're supposed to open it you have no idea. Better get it to Lornbacoll.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 832, + "name": "Brea's Shopping List", + "pural_name": null, + "description": "A list of items Brea needs from the grocery in Witherton.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 829, + "name": "Braided Rug", + "pural_name": null, + "description": "A very brightly colored braided rag rug, handmade by Linnea.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 830, + "name": "Grooming Kit", + "pural_name": null, + "description": "The Grooming kit is a Corinthian Leather case containing the finest brush, combs and men's grooming products, specially made by Ricardo for Joe Longbeard.", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 843, + "name": "Birthday Present for Bena", + "pural_name": null, + "description": "A beautiful lovingly wrapped gift from Betsy. ", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 844, + "name": "Birthday Present for Ben", + "pural_name": null, + "description": "A handsome package, lovingly wrapped as only a sister can.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 833, + "name": "Brea's Groceries", + "pural_name": null, + "description": "A sack of groceries for Brea on Small Isle", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 834, + "name": "Eohippus Bone", + "pural_name": null, + "description": "Part of an Eohippus skeleton that Parisa must be looking for.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 835, + "name": "3 Rose Bushes", + "pural_name": null, + "description": "Three Veilchenblau Rose bushes for Bailey's new trellis.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 836, + "name": "Toy Mouse", + "pural_name": null, + "description": "A small, cartoonish mouse made of wood and painted blue. This is probably what Gina was referring to.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 837, + "name": "Studly", + "pural_name": null, + "description": "Asher's brother, a blue spotted snake.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 838, + "name": "Pet Rock", + "pural_name": "Pet Rocks", + "description": "A small rock with a painted on face. Looking closely, the face does seem to change though....
[ BONUS: +3 to all horse stats ]", + "icon_id": 626, + "sort_by": 100, + "sell_price": 600, + "embed_swf": "rock", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 839, + "name": "Baby Indigo Snake", + "pural_name": null, + "description": "This beautiful, iridescent blue snake looks up at you curiously and wraps itself happily around your fingers. This must be what Gina wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 840, + "name": "Cria", + "pural_name": "Crias", + "description": "A small, fuzzy, baby llama.
[ BONUS: +150 to all horse stats ]", + "icon_id": 628, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "cria", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 841, + "name": "Fox Box", + "pural_name": null, + "description": "A wooden box with a fox painted on it. Gina's, maybe?", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 842, + "name": "Tangled Bird", + "pural_name": null, + "description": "A poor little bird caught up and tangled in yarn. Maybe Nerina can help him?", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 845, + "name": "Gift for Betsy", + "pural_name": null, + "description": "A special present carefully chosen by a prodigal brother.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 846, + "name": "Thank You Note", + "pural_name": null, + "description": "A specially written note from Bena Buket to Betsy Burlap.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 847, + "name": "Faux Bearskin Coat", + "pural_name": null, + "description": "A furry, moth eaten coat. Francis will think this is the height of fashion.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 848, + "name": "Dark Glasses", + "pural_name": null, + "description": "These glasses are just what Francis wanted to complete his disguise.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 849, + "name": "Pith Helmet", + "pural_name": null, + "description": "Francis will love this hat. The tag reads: Official Jungle Adventurer Standard Pith Helmet", + "icon_id": 100, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 850, + "name": "Guru Wiseman's List", + "pural_name": null, + "description": "Please bring back wisdom from the following:

Miss Mabel
Odysseus
Magenta Dragon
Ilom
Flavius", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 851, + "name": "Halter", + "pural_name": "Halters", + "description": "A used nylon halter. This must be what Gina wanted.", + "icon_id": 182, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 852, + "name": "Sword Blade", + "pural_name": null, + "description": "The broken blade belonging to Sir Sleepwell's missing sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 853, + "name": "Sword Hilt", + "pural_name": null, + "description": "The sword hilt of Sir Sleepwell's missing sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 854, + "name": "Shield", + "pural_name": null, + "description": "Sir Sleepwell's favorite shield, a little scratched, dinged and definitely worse for wear.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 855, + "name": "Broad Sword", + "pural_name": null, + "description": "Sir Sleepwell's favorite sword, now fully restored to it's former beauty and glory.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 856, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, white, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 631, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "white", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 857, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, black, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 632, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "black", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 858, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, orange, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 633, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "orange", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 859, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, blue, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 634, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "blue", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 860, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, white, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 635, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wwhite", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 861, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, black, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 636, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wblack", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 862, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, orange, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 637, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "worange", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 863, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, blue, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 638, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wblue", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 864, + "name": "Dun Foal", + "pural_name": "Dun Foals", + "description": "A goofy, playful foal of gorgeous coloring.
[ BONUS: +150 to all horse stats ]", + "icon_id": 629, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaldun", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 865, + "name": "Penguin", + "pural_name": "Penguins", + "description": "A cute, playful, mischievous, black and white penguin.
[ BONUS: +22 to all horse stats ]", + "icon_id": 630, + "sort_by": 100, + "sell_price": 9000, + "embed_swf": "penguin", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 866, + "name": "Sack of Pumpkin Seeds", + "pural_name": "Sacks of Pumpkin Seeds", + "description": "A large burlap sack full of John O'Lantern's roasted pumpkin seeds.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 867, + "name": "Bag of Pumpkin Seeds", + "pural_name": "Bags of Pumpkin Seeds", + "description": "A small burlap sack with John O'Lantern's pumpkin seeds for planting.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 868, + "name": "Sack of Flowers", + "pural_name": null, + "description": "A large sack with an assortment of flowers.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 869, + "name": "Flour & Eggs", + "pural_name": null, + "description": "A sack of flour and a crate of eggs for John O'Lantern. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 870, + "name": "Sack of Walnuts", + "pural_name": "Sacks of Walnuts", + "description": "A large burlap bag of walnuts for John O'Lantern.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 871, + "name": "Eaglet Food", + "pural_name": null, + "description": "A relatively small sack of food specific for Leuko's babies.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 880, + "name": "Box of Carving Tools", + "pural_name": "Boxes of Carving Tools", + "description": "New pumpkin carving tools for John O'Lantern.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 872, + "name": "Cremello Foal", + "pural_name": "Cremello Foals", + "description": "A creamy foal with bright blue eyes and a curious nature.
[ BONUS: +150 to all horse stats ]", + "icon_id": 640, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalcremello", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 873, + "name": "Volcano Sample", + "pural_name": "Volcano Samples", + "description": "A small sample of volcanic material. Just what Vesuvia is looking for.", + "icon_id": 609, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 874, + "name": "Bright Fuchsia Umbrella", + "pural_name": null, + "description": "Colorful, sun-blocking umbrella -- it might be perfect for Ebenezer!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 875, + "name": "Scrap of Paper 1", + "pural_name": null, + "description": "The paper reads: \"Aye, the first letters tell you which isle, kid!\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 876, + "name": "Scrap of Paper 2", + "pural_name": null, + "description": "The paper reads: \"Go between hills of flame.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 877, + "name": "Scrap of Paper 3", + "pural_name": null, + "description": "The paper reads: \"My treasure on hot rock is hid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 878, + "name": "Scrap of Paper 4", + "pural_name": null, + "description": "The paper reads: \"Maybe south of a Dame?\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 879, + "name": "Scrap of Paper 5", + "pural_name": null, + "description": "The paper reads: \"Amid floes that past Beauty have slid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 881, + "name": "Bolt of Cotton Cloth", + "pural_name": "Bolts of Cotton Cloth", + "description": "White cotton cloth for John O'Lantern....so many possibilities.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 882, + "name": "Bag of Dried Cochineal", + "pural_name": "Bags of Dried Cochineal", + "description": "Ground beetles used to make red dye and paint for John O'Lantern.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 883, + "name": "Bag of Dried Indigo", + "pural_name": "Bags of Dried Indigo", + "description": "Ground Japanese Indigo used for blue dye and paint special for John O'Lantern.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 884, + "name": "Crate of Flowers", + "pural_name": "Crates of Flowers", + "description": "An assortment of flowers to be used to make dyes and paints for John O'Lantern.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 885, + "name": "Vixen's Calf", + "pural_name": null, + "description": "A tiny reindeer calf.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 886, + "name": "Bag of Manure", + "pural_name": "Bags of Manure", + "description": "This manure is well-seasoned and is perfect to garden with. This should work perfect for Mino.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 887, + "name": "Wrought iron trellis", + "pural_name": null, + "description": "Wrought iron trellis -- this will be perfect for Mino's hummingbird vines.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 888, + "name": "Crate of Hummingbird Plants", + "pural_name": "Crates of Hummingbird Plants", + "description": "A great assortment of sages, and of course, honeysuckle and trumpet vines. Perfect for Mino's hummingbird sanctuary!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 889, + "name": "Skein of Spider's Silk", + "pural_name": null, + "description": "Spider's Silk - what hummingbirds use to weave their nests together. This is just what Mino will need.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 890, + "name": "Basket of Moss and Lichen", + "pural_name": null, + "description": "A straw basket filled with moss & lichen. Perfect for lining a hummingbird's nest and Mino's hummingbird sanctuary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 891, + "name": "Downy Feathers", + "pural_name": null, + "description": "Downy feathers - makes a soft nest lining for baby birds. These should work well for Mino's hummingbird sanctuary.", + "icon_id": 64, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 892, + "name": "Hank of Horsehair", + "pural_name": null, + "description": "Long strands of horsehair -- perfect for weaving! This should work perfectly for Mino's hummingbird sanctuary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 894, + "name": "Box of Wax", + "pural_name": "Boxes of Wax", + "description": "A box full of smaller, wrapped blocks of wax for John O'Lantern.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 896, + "name": "Mortimer's Treasure Chest", + "pural_name": null, + "description": "A securely locked wooden chest with something that rattles inside.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 897, + "name": "Bottle of Tuna Oil", + "pural_name": null, + "description": "Very fishy smelling tuna oil, great for all sorts of purposes. This is just what Sam Mcgee needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 898, + "name": "Carlotta's invitation", + "pural_name": null, + "description": "An invitation to Elvira's Tea Party.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 899, + "name": "Morticia's Invitation", + "pural_name": null, + "description": "An invitation to Elvira's Tea Party.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 900, + "name": "Fourfingered Frank's Present", + "pural_name": null, + "description": "A nautically decorated package containing Frank's long anticipated set of books.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 901, + "name": "Shimm's Note", + "pural_name": null, + "description": "Ms. Shimm opens her heart to Frank....will it pay off?", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 902, + "name": "Barramundi Fish", + "pural_name": null, + "description": "A delicious fish caught in Northern Australian Waters. Loved especially by Louis Penguin.", + "icon_id": 264, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 903, + "name": "Case of Cat Treats", + "pural_name": "Cases of Cat Treats", + "description": "Bulk supply of cat treats for Rusty Cage's shop.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 904, + "name": "Bag of Cat Treats", + "pural_name": null, + "description": "A bag of cat treat used for various purposes. This should be just what Sam McGee needs.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 905, + "name": "Bag of Flour", + "pural_name": null, + "description": "Bag of flour for Sam McGee.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 906, + "name": "Sam McGee's Shopping list", + "pural_name": null, + "description": "15 Little Fish
Bag of Flour from Cara Cook on Bird Isle
Bottle of Tuna Oil from the fish supplies shop in Earton
Bag of Cat Treats from Rusty Cage on Cat Isle
15 Earthworms", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 907, + "name": "Star Sapphire Pendant", + "pural_name": null, + "description": "An exquisitely cut and mounted blue star sapphire from Fourfingered Frank to Shimerin Shimm.", + "icon_id": 16, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 908, + "name": "Sextant", + "pural_name": null, + "description": "An object for measuring the altitude of celestial objects. Belonging to Admiral Leonard", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 917, + "name": "Truffles and Quail", + "pural_name": null, + "description": "Truffles and Quail, a delicacy fit for the likes of His Royal Highness King Phil of Hotzeplotz.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 910, + "name": "Crate of Spoiled Fruit", + "pural_name": "Crates of Spoiled Fruit", + "description": "Spoiled fruit already buzzing with fruit flies -- perfect for Mino's hummingbird sanctuary.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 912, + "name": "List for Mino's surprise ", + "pural_name": null, + "description": "Items needed for the hummingbird sanctuary:
Downy Feathers
Horsehair
Moss & Lichen
Spider Silk
Spoiled Fruit", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 913, + "name": "Squirrel", + "pural_name": "Squirrels", + "description": "A mischievous but friendly red squirrel. A fun friend for any horse.
[ BONUS: +12 to all horse stats ]", + "icon_id": 648, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "squirrel", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 914, + "name": "Hummingbirds", + "pural_name": null, + "description": "A dozen caged hummingbirds. Perfect for Mino's sanctuary.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 915, + "name": "Strawberry Pie", + "pural_name": null, + "description": "Freshly baked strawberry pie. This should be perfect for Just Gus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 916, + "name": "Truffle", + "pural_name": "Truffles", + "description": "Truffles are a delicacy found in forests, used in fine foods by exceptional cooks like Cara Cook. Fritz will need these.", + "icon_id": 63, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 918, + "name": "Letter for Just Gus", + "pural_name": null, + "description": "A carefully sealed letter -- it must be about Michelle! You'd better get it to Just Gus quickly.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 919, + "name": "Letter to Willamena", + "pural_name": null, + "description": "A letter from Just Gus -- you'd better get it delivered!", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 920, + "name": "Brown Draft Foal", + "pural_name": "Brown Draft Foals", + "description": "A sturdy, brown foal with the heavier structure of a draft breed.
[ BONUS: +150 to all horse stats ]", + "icon_id": 639, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbrownd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 921, + "name": "Brown Miniature Foal", + "pural_name": "Brown Miniature Foals", + "description": "A delicate, fuzzy, brown miniature horse foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 647, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbrownm", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 923, + "name": "Holli Daysin's Poem", + "pural_name": null, + "description": "Go to the island of the rare hare
Pick up an egg that's beyond compare.
Go to the land where lava flows with might
Retrieve a carving of stone, the color of night.
Go to the land of the holiday snow
Get from its most famous resident something to show.
Go to where Pirates keep to their own
Then find an item that's etched on a bone.
Go to the land of cacti and heat
Bring back a painting of sand that's really neat.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 924, + "name": "Easter Bunny's Jeweled Egg", + "pural_name": null, + "description": "A beautifully jewel encrusted Faberge style egg made specially for Holli Daysin's curio cabinet.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 926, + "name": "Lenny's Obsidian Dragon", + "pural_name": null, + "description": "A hand carved dragon made from pure Obsidian. This will look gorgeous in Holli's curio cabinet.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1138, + "name": "Jar of Oil", + "pural_name": null, + "description": "A simple, glass jar filled with some sort of oil that Merry Comber needs for her mane and tail detangler.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 928, + "name": "Santa's Nutcracker", + "pural_name": null, + "description": "A hand carved nutcracker shaped like a reindeer, made by Santa himself. This will be perfect for Holli's curio cabinet!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 929, + "name": "Saggin' Jowls Willie's Scrimsh", + "pural_name": null, + "description": "An ancient piece of bone with an incredibly detailed Pirate Galleon etched into it. This will look great in Holli's curio cabinet.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 930, + "name": "Willie's Scrimsh Tools", + "pural_name": null, + "description": "A box containing an assortment of fine etching tools and an ample supply of inks for Saggin' Jowls Willie.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 931, + "name": "Sani's Sandpainting", + "pural_name": null, + "description": "A traditional Navajo Sunface sandpainting for Holli.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 932, + "name": "Scorpion-eating Snake", + "pural_name": null, + "description": "Scary snake -- better get it to Crow's Nest Carrie quickly!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 933, + "name": "Bundle of Three Leaf Sumac", + "pural_name": "Bundles of Three Leaf Sumac", + "description": "Three Leaf Sumac is used for traditional basket weaving. This should be just what Yepa needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 934, + "name": "Sack of Cornmeal", + "pural_name": "Sacks of Cornmeal", + "description": "A small sack filled with cornmeal for Sani.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 935, + "name": "Seal-skin Wrapped Book", + "pural_name": null, + "description": "A dog-eared cookbook filled with bean recipes. Must be Stinky's!", + "icon_id": 288, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 936, + "name": "Bag of Scorpions", + "pural_name": "Bags of Scorpions", + "description": "Creepy scorpions. Yuck! Better get these to Crow's Nest Carrie fast. ", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 937, + "name": "Jewel-Encrusted Scissors", + "pural_name": null, + "description": "A fancy pair of scissors inlaid with gems. Stinky thinks Rika will love them.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 938, + "name": "Copper-Bottom Pot", + "pural_name": null, + "description": "A large pot with a copper bottom -- should be perfect for Stinky's rice and beans.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 939, + "name": "Sack of Beans and Rice", + "pural_name": null, + "description": "Dried kidney beans and rice -- just what Stinky needs.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 940, + "name": "Assorted Fresh Spices", + "pural_name": null, + "description": "Thyme, cayenne, and bay leaves - perfect for Stinky's recipe.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 942, + "name": "Bag of Mixed Vegetables", + "pural_name": "Bags of Mixed Vegetables", + "description": "Onions, bell peppers and garlic. Just what Stinky wanted!", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 943, + "name": "Chickletti's scrap of paper", + "pural_name": null, + "description": "The scrap reads: Z V B X R P L", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 944, + "name": "Sack of Dog Treats", + "pural_name": "Sacks of Dog Treats", + "description": "A sack of doggie treats for Nora Nurture.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 945, + "name": "Pure White Kitten", + "pural_name": null, + "description": "A beautiful white kitten with big emerald green eyes. This should be perfect for Jack's friend, Hyrokkin.", + "icon_id": 374, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 946, + "name": "Sack of Bird Seed", + "pural_name": "Sacks of Bird Seed", + "description": "A large sack of bird seed for Nora Nurture.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 947, + "name": "Handful of Palm Fronds", + "pural_name": "Handfuls of Palm Fronds", + "description": "Wide palm fronds - perfect for shading Augie from the sun!", + "icon_id": 81, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 948, + "name": "Code Book", + "pural_name": "Code Books", + "description": "When you open the code book, you find it is almost entirely empty. One page does have writing on it, and it's this: SIMPLE CIPHER.", + "icon_id": 286, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 949, + "name": "Stinky's Directions", + "pural_name": null, + "description": "A grungy slip of paper with directions to find Stinky's family cookbook:
Breck up roks ta git bootd acrost brig
mak yer way to boat dok
git down frm dok and walk 4 paces sout
look acrost da wavs to udder shure
dat be wher me book be
rak sand awey", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 950, + "name": "Staff Section", + "pural_name": "Staff Sections", + "description": "This is one of five sections of the staff Wu Kung spoke of.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 951, + "name": "Stinky's 2nd List", + "pural_name": null, + "description": "baratt fer beens an rice
Reka fer spizes
Candeed fer da udder stuff", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 952, + "name": "Bottle of Grapeseed Oil", + "pural_name": null, + "description": "A bottle of grapeseed oil, used for cooking by Mandy.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 953, + "name": "Pot of Red Beans and Rice", + "pural_name": "Pots of Red Beans and Rice", + "description": "Stinky's pot is full of red beans and rice - perfect to feed the Skull Pirates!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 954, + "name": "5 Sectioned Staff", + "pural_name": null, + "description": "All the sections you gathered assembled into a very long 5 sectioned staff. Wu Kung gave it to you to deliver.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 955, + "name": "Package Wrapped in Red", + "pural_name": "Packages Wrapped in Red", + "description": "A package carefully wrapped in red paper, one for each master, Lau, Hoa, Shua, Tang and Wu Kung.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 956, + "name": "Monarch Butterfly", + "pural_name": "Monarch Butterflies", + "description": "This migratory butterfly knows all about endurance, and would be a great companion and mentor for a horse in training.
[ BONUS: +3 to all horse stats ]", + "icon_id": 645, + "sort_by": 99, + "sell_price": 600, + "embed_swf": "monarch", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": "Butterflies", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 957, + "name": "Oddly's Cloak", + "pural_name": null, + "description": "A Jet Black cloak, embroidered with gold and silver threads. More or less what Goldilocks wanted (you hope).", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 958, + "name": "Murray's List", + "pural_name": null, + "description": "Murray's List of Supplies
2 Kegs of Nails from Lars Temper in Treeton.
3 Large Sacks of Hydrated Lime from Amelia Hays in Shellton.
$500 worth of Fence Rails from Cedric in Chillton.
2 Buckets and 4 Brushes from Simon Goods in Earton.
2 large Sacks of Rock Salt from Zeke Sacker in Witherton.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 959, + "name": "Keg of Nails", + "pural_name": null, + "description": "A keg of nails fashioned by Lars for Murray's fence repair.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 960, + "name": "Sack of Hydrated Lime", + "pural_name": "Sacks of Hydrated Lime", + "description": "A large sack filled with hydrated lime used for making whitewash. Murray will need this for his fences.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 961, + "name": "Large Sack of Rock Salt", + "pural_name": "Large Sacks of Rock Salt", + "description": "A sack filled with rock salt which is another ingredient for Whitewash. Murray will need this for the fences.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 962, + "name": "Bucket", + "pural_name": "Buckets", + "description": "A 5 gallon bucket perfect for Whitewash. Murray will need this for the fences.", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 963, + "name": "Large Paint Brush", + "pural_name": "Large Paint Brushes", + "description": "Perfect for slapping Whitewash on a fence. Murray will need this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 964, + "name": "Bundle of Fence Rails", + "pural_name": "Bundles of Fence Rails", + "description": "A sample of Cedric's work to give to Murray.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 965, + "name": "Orange Juice", + "pural_name": "Glasses of Orange Juice", + "description": "A glass of freshly squeezed orange juice.", + "icon_id": 27, + "sort_by": 20, + "sell_price": 12, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 150 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 966, + "name": "Large Box of Turkish Delight", + "pural_name": null, + "description": "A large box of Turkish Delight, King Phil's heart's desire.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 967, + "name": "Rose Hip", + "pural_name": "Rose Hips", + "description": "A large, red rose hip needed by Patricia Plum for making Turkish Delight.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 968, + "name": "Bed Linens", + "pural_name": null, + "description": "Special linens for Carly's children.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 969, + "name": "Pillows", + "pural_name": null, + "description": "Special pillows, just for Carly's children.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 970, + "name": "Sack of Eider Down", + "pural_name": "Sacks of Eider Down", + "description": "Eider down feathers for Floria's pillow making.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 971, + "name": "Bolt of Cotton Damask", + "pural_name": "Bolts of Cotton Damask", + "description": "Cloth Floria uses to make pillows.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 972, + "name": "Woven Blankets", + "pural_name": null, + "description": "Blankets made just for Carly's children.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 973, + "name": "Dreamcatcher", + "pural_name": "Dreamcatchers", + "description": "Made with love and care for Carly's children", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 974, + "name": "Willow Twig", + "pural_name": "Willow Twigs", + "description": "Used in assorted Native crafts. Yepa uses these for her dreamcatchers.", + "icon_id": 261, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 975, + "name": "Bay Blanket Foal", + "pural_name": "Bay Blanket Foals", + "description": "A colorful, bay, blanket foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 643, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblanket", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 976, + "name": "Leopard Spotted Foal", + "pural_name": "Leopard Spotted Foals", + "description": "A loud, colorful, leopard spotted foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 644, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalleopard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 977, + "name": "Blinky's Note", + "pural_name": null, + "description": "O
o<----
(())", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 978, + "name": "Note from Blinky", + "pural_name": null, + "description": "O
o
(())", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 979, + "name": "Fennel Plant", + "pural_name": "Fennel Plants", + "description": "An entire fennel plant, dug straight out of the ground. Mmm! It smells like licorice!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 980, + "name": "A Dozen Leather Straps", + "pural_name": null, + "description": "Used by Yepa for her crafts", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 981, + "name": "Red Roan Foal", + "pural_name": "Red Roan Foals", + "description": "This little fellow is a feast for the eyes! If you like dark colors, light colors or interesting colors, they're all here in a sweet little package.
[ BONUS: +150 to all horse stats ]", + "icon_id": 661, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalredroan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 982, + "name": "Strawberry Roan Foal", + "pural_name": "Strawberry Roan Foals", + "description": "Here's a little strawberry roan who isn't about to let a good blade of grass go to waste! A fine companion for the picky eater in your stable!
[ BONUS: +150 to all horse stats ]", + "icon_id": 662, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalstrawberry", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 983, + "name": "Blue Roan Foal", + "pural_name": "Blue Roan Foals", + "description": "This foal's lovely, cool colors and gentle nicker refresh the eyes and the spirit on a hot day.
[ BONUS: +150 to all horse stats ]", + "icon_id": 663, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblue", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 984, + "name": "Tea Tree Bath Salts", + "pural_name": null, + "description": "A large package of scented bath salts. Just the thing to help Ghost Higgins relax after a long day.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 986, + "name": "Spiced Apple Cider Mix", + "pural_name": null, + "description": "A package of spices and apple cider mix - Abigail's secret recipe for Higgins!", + "icon_id": 245, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 987, + "name": "Ear of Corn", + "pural_name": null, + "description": "A most beautiful ear of yellow corn. The perfect gift for the Golden Fish of the Sun.", + "icon_id": 18, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 988, + "name": "Beautiful Grapes", + "pural_name": null, + "description": "A most perfect bunch of purple grapes. A superb gift for The Purple Fish of Love.", + "icon_id": 20, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 989, + "name": "Perfect Pear", + "pural_name": null, + "description": "You've never seen such a pear! The Green Fish of Nature will surely adore this gift.", + "icon_id": 33, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1008, + "name": "Hedgehog", + "pural_name": "Hedgehogs", + "description": "A small, spiky friend for any horse. Don't worry, it won't poke your horse or you.
[ BONUS: +19 to all horse stats ]", + "icon_id": 642, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "hedgehog", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 990, + "name": "Leaky Bucket", + "pural_name": null, + "description": "Liza's real, primitive wooden bucket, handmade by a skilled cooper, but sporting a unattractive leaky spot. What a shame! ", + "icon_id": 169, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 991, + "name": "Primitive Bucket", + "pural_name": null, + "description": "Liza's real, primitive wooden bucket, handmade by a skilled cooper, and freshly repaired.", + "icon_id": 169, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1004, + "name": "Turkey", + "pural_name": "Turkeys", + "description": "A relatively large, brown bird that will be great company for any horse.
[ BONUS: +15 to all horse stats ]", + "icon_id": 641, + "sort_by": 100, + "sell_price": 6000, + "embed_swf": "turkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 993, + "name": "Length of Cedar Wood", + "pural_name": null, + "description": "A small stick of wood specially chosen and marked by Krista which can be made into a good plug for a bucket.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 994, + "name": "Lac", + "pural_name": null, + "description": "A couple ounces of a red, crumbly, resinous material. Krista says she can use this to make shellac.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 995, + "name": "Ol' Betsy", + "pural_name": null, + "description": "Cedric's trusty axe.", + "icon_id": 249, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1003, + "name": "Acclimated Fern", + "pural_name": "Acclimated Ferns", + "description": "A fern specially adapted to Lava Isle's climate. Yellow Dragon should have less trouble with these.", + "icon_id": 81, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 998, + "name": "Rough-Hewn Cedar Plug", + "pural_name": null, + "description": "This small piece of wood was hewn by Cedric to match Krista's restoration job.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1005, + "name": "Copper Candlestick", + "pural_name": null, + "description": "A candlestick holder, actually, but what Jack B. Nimble wants all the same.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1006, + "name": "Gumdrop Button", + "pural_name": null, + "description": "A tiny gumdrop with icing on the back that would suit perfectly as a button for a little gingerbread man.", + "icon_id": 586, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1007, + "name": "Waldo's \"Bukkit\"", + "pural_name": null, + "description": "Blue, floppy and smells like fish. On the bottom the name \"WALDO\" is scratched.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1010, + "name": "Extra Large Teddy Bear", + "pural_name": null, + "description": "Heavy-duty large teddy bear. Perfect for Melanie, the gryphon!", + "icon_id": 307, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1011, + "name": "Starfish", + "pural_name": "Starfish", + "description": "A small, orange sea creature that is prepared to go anywhere with you and your horse.
[ BONUS: +3 to all horse stats ]", + "icon_id": 664, + "sort_by": 100, + "sell_price": 800, + "embed_swf": "starfish", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1012, + "name": "Kiwi", + "pural_name": "Kiwis", + "description": "A small, brown, flightless bird that is a perfect companion for your horse.
[ BONUS: +12 to all horse stats ]", + "icon_id": 665, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "kiwi", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1013, + "name": "Drawing for Marcus", + "pural_name": null, + "description": "A very colorful crayon drawing made by Elliott for his Papaw, Marcus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1014, + "name": "Pony Express Package", + "pural_name": "Pony Express Packages", + "description": "A special delivery via the Pony Express!", + "icon_id": 614, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1015, + "name": "Treasure Box", + "pural_name": "Treasure Boxes", + "description": "A small, wooden chest that is sealed shut. This must be the Blue Dragon's treasure!", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1016, + "name": "Blue Dragon's Clue 1", + "pural_name": null, + "description": "This paper reads: \"My treasure on hot rock is hid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1017, + "name": "Blue Dragon's Clue 2", + "pural_name": null, + "description": "This paper reads: \"Amid floes that past Beauty have slid.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1018, + "name": "Blue Dragon's Clue 3", + "pural_name": null, + "description": "This paper reads: \"Go between hills of flame.\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1019, + "name": "Blue Dragon's Clue 4", + "pural_name": null, + "description": "This paper reads: \"Mainly south of a Dame\" ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1020, + "name": "Blue Dragon's Clue 5", + "pural_name": null, + "description": "This paper reads: \"And, the first letters spell out which isle, kid!\"", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1021, + "name": "Plaster of Paris", + "pural_name": null, + "description": "A small sack of dry plaster used for making molds, among other things. This will work perfectly for the footprints outside the Magenta Dragon's cave.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1022, + "name": "Paw Print Cast", + "pural_name": null, + "description": "A cast of a small animal's paw print, made of plaster of paris. Penfold said he could identify it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1023, + "name": "Hansel's Supply List", + "pural_name": null, + "description": " DAIRY
5 Cans of Milk
5 Crates of Eggs
20 lbs of Butter
20 lbs of Cream Cheese
PRODUCE
5 Bushels of Apples
5 Bushels of Oranges
5 Cases of Assorted Berries
5 Sacks of Coconuts
5 Sacks of Walnuts
PANTRY
5 Sacks of Assorted Spices (Vanilla, Anise, Cinnamon, Ginger, All Spice, etc)
5 Barrels of Flour
5 Kegs of Molasses", + "icon_id": 276, + "sort_by": 0, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1024, + "name": "Hansel's Letter of Credit", + "pural_name": "Hansel's Letters of Credit", + "description": "A letter of credit for his vendors for services rendered.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1025, + "name": "Signed Letter of Credit", + "pural_name": "Signed Letters of Credit", + "description": "A signed copy of Hansel's letter of credit. The vendor has agreed to deliver the goods to the bakery.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1026, + "name": "Red Wacky Tube Man", + "pural_name": null, + "description": "Rodney's red, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 674, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1027, + "name": "Green Wacky Tube Man", + "pural_name": null, + "description": "Rodney's green, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 676, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1028, + "name": "Blue Wacky Tube Man", + "pural_name": null, + "description": "Rodney's blue, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 677, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1029, + "name": "Bushel of Apples", + "pural_name": "Bushels of Apples", + "description": "A bushel of perfectly ripe, red apples. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1030, + "name": "Bushel of Oranges", + "pural_name": "Bushels of Oranges", + "description": "A bushel of juicy oranges. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1031, + "name": "Crate of Assorted Berries", + "pural_name": "Crates of Assorted Berries", + "description": "A crate containing many different types of berries. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1032, + "name": "Sack of Assorted Spices", + "pural_name": "Sacks of Assorted Spices", + "description": "A sack filled with bags of all the different spices any bakery would need. The first delivery from Rika for Hansel's bakery.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1033, + "name": "Can of Milk", + "pural_name": "Cans of Milk", + "description": "A can filled with fresh milk. The first delivery of Cinnamon's milk for Hansel's Bakery.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1034, + "name": "20 lb Box of Cream Cheese", + "pural_name": "20 lb Boxes of Cream Cheese", + "description": "A box containing 20 pounds of fresh cream cheese. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1035, + "name": "20 lb Box of Butter", + "pural_name": null, + "description": "A box containing 20 pounds of fresh butter. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1036, + "name": "Case of Eggs", + "pural_name": "Cases of Eggs", + "description": "A case filled with fresh eggs. The first delivery from Hansel's new vendor.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1037, + "name": "Barrel of Flour", + "pural_name": "Barrels of Flour", + "description": "A barrel filled with flour. The first delivery from Hansel's new vendor.", + "icon_id": 217, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1038, + "name": "Keg of Molasses", + "pural_name": "Kegs of Molasses", + "description": "A large keg filled with molasses. The first delivery from Hansel's new vendor.", + "icon_id": 217, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1039, + "name": "Large Sack of Coconuts", + "pural_name": "Large Sacks of Coconuts", + "description": "A sack filled with coconuts. The first delivery from Hansel's new vendor.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1040, + "name": "Sack of Walnuts", + "pural_name": "Sacks of Walnuts", + "description": "A large sack containing walnuts. The first delivery from Hansel's new vendor.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1041, + "name": "Pink Wacky Tube Man", + "pural_name": null, + "description": "Rodney's pink, crazy looking, inflatable tube man with arms that wave everywhere.", + "icon_id": 675, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1042, + "name": "Shellton Inn Pillow", + "pural_name": null, + "description": "A fluffy pillow with a special inscription for Max the Ferret on Lava Isle.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1043, + "name": "Magenta Egg Shard", + "pural_name": "Magenta Egg Shards", + "description": "A shard from the Magenta Dragon's egg.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1051, + "name": "Yellow Hat", + "pural_name": null, + "description": "A yellow cap, knitted wool, probably Anika's.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1047, + "name": "Peppermint Ball", + "pural_name": "Peppermint Balls", + "description": "A yummy treat made from candy canes and peppermint drops. BugBug the Ferret will love it!", + "icon_id": 587, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1048, + "name": "Box of Raisins", + "pural_name": null, + "description": "A box containing the ultimate ferret treat! Eris will love these.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1049, + "name": "Magenta Dragon Egg", + "pural_name": null, + "description": "The Magenta Dragon's Egg, repaired with gold chasing.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1050, + "name": "Baby Bunny", + "pural_name": "Baby Bunnies", + "description": "A tiny bunny with soft brown fur and big, dark eyes. This must be one of Mama Bunny's babies.", + "icon_id": 368, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1052, + "name": "Dream Box", + "pural_name": "Dream Boxes", + "description": "A box containing dreams to be delivered from Isleen.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1053, + "name": "Package of Fresh Scallops", + "pural_name": null, + "description": "Yum! Perfect for Shadow. Better hurry and get them to Augie before the desert sun spoils them.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1054, + "name": "Letter for Priscilla", + "pural_name": null, + "description": "A letter for Priscilla -- you'd better get it to her asap!", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1055, + "name": "Letter for Davisse", + "pural_name": null, + "description": "A letter for Davisse -- better get it delivered.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1056, + "name": "Engraved Compass", + "pural_name": null, + "description": "A large, antique compass with engraving on the back for Davisse.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1057, + "name": "New Pirate Boots ", + "pural_name": null, + "description": "Brand new pirate boots handmade by Barrett Braunbag for Smelly Toes Monroe. Now to get them waterproofed!", + "icon_id": 156, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1066, + "name": "Karina's Package", + "pural_name": null, + "description": "A small, relatively flat package with Karina's name written on it. In one corner is a small note from Jean Stonwasht that says Boutique info. ", + "icon_id": 615, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1059, + "name": "Empty Feed Sack", + "pural_name": "Empty Feed Sacks", + "description": "A simple, burlap sack that will be perfect for filling with sand for Smelly Toes Monroe. ", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1060, + "name": "Waterproofed Pirate Boots", + "pural_name": null, + "description": "Brand new pirate boots -- freshly waterproofed! Smelly Toes Monroe will love them.", + "icon_id": 156, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1061, + "name": "Sandbag", + "pural_name": "Sandbags", + "description": "A burlap sack filled with sand to help block water for Smelly Toes Monroe.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1062, + "name": "Handmade Shelves", + "pural_name": null, + "description": "A handmade wooden shelf that is a fine example of Olav's workmanship.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1063, + "name": "Olav's Packet", + "pural_name": null, + "description": "This fine leather packet contains a letter for Katinka and the bank documents for her Trust Account.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1080, + "name": "Chicken", + "pural_name": "Chickens", + "description": "This colorful chicken will be a great companion for any horse.
[ BONUS: +10 to all horse stats ]", + "icon_id": 667, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "chicken", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1067, + "name": "Karina's Notes", + "pural_name": null, + "description": "A small stack of papers filled with notes and drawings to be brought back to Jean Stonwasht.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1068, + "name": "Colina's Package", + "pural_name": null, + "description": "A set of tack wrapped and neatly packaged from the Treeton Gear Shop for Colina.", + "icon_id": 615, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1069, + "name": "Mystery Box", + "pural_name": null, + "description": "A solid, but grimy box found on the bottom of the ocean that Bastien had mentioned.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1070, + "name": "Hand Written Scroll", + "pural_name": null, + "description": "A scroll of delicate paper with writing you have never seen before. This might help Isadora with her father.", + "icon_id": 211, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1071, + "name": "Fruit Salad Ingredients", + "pural_name": null, + "description": "Rose's Fruit Salad Ingredients
2 Bananas
2 Oranges
2 Pears
3 Apples
10 Strawberries
10 Blueberries
1 Bunch of Grapes", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1073, + "name": "Hand-picked Palm Fronds", + "pural_name": null, + "description": "Hand-picked palm fronds that are perfect for Anani's baskets!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1072, + "name": "Bottle of Cream", + "pural_name": null, + "description": "A bottle of fresh cream for Rose's Fruit Salad.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1074, + "name": "A Hill Myna Bird", + "pural_name": null, + "description": "A beautiful bird with an extensive vocabulary from Olav to keep Katinka company.", + "icon_id": 370, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1075, + "name": "Roofing Bill", + "pural_name": null, + "description": "A bill for Olav's expert services.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1076, + "name": "Signed Bank Papers", + "pural_name": null, + "description": "These are the papers that Olav asked you to bring to the Witherton Bank for Katinka.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1077, + "name": "Katinka's New Checkbook", + "pural_name": null, + "description": "Katinka's brand new checkbook, the first step on her path to financial independence!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1078, + "name": "Hand Knit Scarf", + "pural_name": null, + "description": "A woolen scarf that Katinka knitted with a Norse pattern, very lovely and very warm!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1079, + "name": "Galvanized Feed Scoop ", + "pural_name": "Galvanized Feed Scoops", + "description": "Made from heavy gauge galvanized iron and features a riveted handle for Ginger Craft's feed bins.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1081, + "name": "Inchworm", + "pural_name": "Inchworms", + "description": "This small worm inches along on the rump of your horse, keeping it company.
[ BONUS: +2 to all horse stats ]", + "icon_id": 668, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "inchworm", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1082, + "name": "Birthday Token", + "pural_name": "Birthday Tokens", + "description": "This is a token in honor of Horse Isle being 12 years old as of May 4th! This can be sold to General Stores for some extra money.", + "icon_id": 215, + "sort_by": 6, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "MISC", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1083, + "name": "Phoenix", + "pural_name": "Phoenixes", + "description": "A bright, rare, fiery bird that will, surprisingly, make a great companion for your horse.
[ BONUS: +200 to all horse stats ]", + "icon_id": 669, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "phoenix", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1084, + "name": "Bolt of Quilting Fabric", + "pural_name": null, + "description": "A bolt of freshly weaved, slightly off white fabric for Leasa's quilt.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1085, + "name": "Spool of Thread", + "pural_name": "Spools of Thread", + "description": "A spool of thread for Leasa's sewing.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1086, + "name": "Leasa's Quilt", + "pural_name": null, + "description": "A colorful, small quilt specially made by Leasa for her granddaughter.", + "icon_id": 308, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1009, + "name": "Fergus' New Pot", + "pural_name": null, + "description": "A new pot made for Fergus.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1087, + "name": "Tribal Beads", + "pural_name": null, + "description": "These finely crafted beads will look wonderful on Azmaguru's necklace.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1088, + "name": "Tribal Honor Necklace", + "pural_name": null, + "description": "A very handsome tribal necklace that Azmaguru will surely love!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1089, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, red and green, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 701, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "rose", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1090, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, very colorful, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 702, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "rainbow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1091, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, red and green, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 704, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wrose", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1092, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, brightly colored, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 705, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wrainbow", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1093, + "name": "Crafted English Saddle Pad", + "pural_name": "Crafted English Saddle Pads", + "description": "A specially handcrafted, silver, homemade English Saddle Pad made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 703, + "sort_by": 95, + "sell_price": 2500, + "embed_swf": "silver", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1094, + "name": "Crafted Western Saddle Pad", + "pural_name": "Crafted Western Saddle Pads", + "description": "A specially handcrafted, silver, homemade, Western Saddle Blanket made from materials directly from Horse Isle.
[ BONUS: +20 Endurance ]", + "icon_id": 706, + "sort_by": 95, + "sell_price": 3000, + "embed_swf": "wsilver", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 20 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1095, + "name": "Handful of Nails", + "pural_name": null, + "description": "The perfect amount of nails to help build Betty some shelves for her store.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1096, + "name": "Storage Bin", + "pural_name": "Storage Bins", + "description": "Light, wooden storage containers for the Wington Clothing Shop. Perfect for storing anything!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1097, + "name": "Bucket of Brown Paint", + "pural_name": "Buckets of Brown Paint", + "description": "Brown latex paint. Used to paint wood surfaces such as the new shelves for the Wington Clothing Shop. Half of it is already used!", + "icon_id": 195, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1098, + "name": "Can of Cod Roe", + "pural_name": null, + "description": "A delicacy for Hyrokkin's feast.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1099, + "name": "Barrel of Herring", + "pural_name": null, + "description": "A barrel of salted herring for Hyrokkin's feast.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1100, + "name": "Box of Fishing Lures", + "pural_name": null, + "description": "A box of intricate lures handmade by Jack O'Lantern for Jack Reelin.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1101, + "name": "Foal Formula", + "pural_name": "Bottles of Foal Formula", + "description": "The perfect and the most nutritious formula for baby horses. Helping them grow up healthy and strong. This is just what Hotton Foal Adoptions needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1102, + "name": "Hay Order", + "pural_name": null, + "description": "An order of hay specifically for Ted Capocella.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1103, + "name": "Skein of Golden Yarn", + "pural_name": "Skeins of Golden Yarn", + "description": "Hand spun yarn from Candide's golden sheep.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1104, + "name": "Sweater and Hat Set", + "pural_name": null, + "description": "An exquisite sweater and hat made with a Scandinavian design using the golden yarn from Candide's sheep made specially for Sara.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1105, + "name": "Grain Order", + "pural_name": null, + "description": "An order of grain for Ted Capocella.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1106, + "name": "Broken Racing Saddle", + "pural_name": null, + "description": "Ted Capocella's broken racing saddle. It needs to be fixed.", + "icon_id": 330, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1107, + "name": "Racing Saddle", + "pural_name": null, + "description": "Ted Capocella's fixed racing saddle. ", + "icon_id": 330, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1108, + "name": "A Geode", + "pural_name": null, + "description": "It looks like a regular old rock but it seems much lighter than a rock ought to! This must be what Rhoswen wanted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1109, + "name": "Unicorn Hair", + "pural_name": null, + "description": "You have a handful of Unicorn Hair pulled off of the Pine branches for Nerida. Hopefully it's enough!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1110, + "name": "A Floral Crown", + "pural_name": null, + "description": "A crafted floral crown fashioned for Titania by the Flower Fairies. This will need to go to Puck.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1111, + "name": "A Floral Cloak", + "pural_name": null, + "description": "A Cloak fashioned out of wild flowers for Titania by the Flower Fairies. This will need to go to Puck.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1112, + "name": "Tray of Saffron Treats", + "pural_name": "Trays of Saffron Treats", + "description": "The tray is piled high with the fairies' favorite cakes and cookies that Gretel made which Puck needed you to fetch.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1113, + "name": "Red Orchid", + "pural_name": null, + "description": "A stunningly beautiful bloom found in the jungle which Puck mentioned Lord Oberon wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1114, + "name": "Bunch of Flies", + "pural_name": "Bunches of Flies", + "description": "These small flies look like they would bother your horse. Maybe it's time to go to the groomer... ", + "icon_id": 670, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "flies", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 15, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": "Mud Hole" + } + }, + { + "id": 1115, + "name": "Turban Tying Instructions", + "pural_name": null, + "description": "A simple step by step set of instructions for tying your own turban, complete with pictures!", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1116, + "name": "Lawrence Biography", + "pural_name": "", + "description": "A biography of T.E. Lawrence. Just what Laurence wants!!", + "icon_id": 286, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1117, + "name": "Yard of Linen", + "pural_name": "Yards of Linen", + "description": "There is enough of this white linen material to make a splendid turban for Laurence.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1118, + "name": "Spinning Wheel", + "pural_name": null, + "description": "A modern spinning wheel with a foot treadle and even a flyer! This wheel should be just what Janice and her mother need.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1119, + "name": "Strawberry Pie", + "pural_name": null, + "description": "Freshly baked strawberry pie specially made for Candide.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1120, + "name": "Vine", + "pural_name": "Vines", + "description": "A long, sturdy vine that can be twisted to make into a rope.", + "icon_id": 707, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1121, + "name": "Vine Crafted Rope", + "pural_name": "Vine Crafted Ropes", + "description": "A perfect rope crafted out of vines from the jungle. This should be what Danner needed.", + "icon_id": 708, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1122, + "name": "Griffin's Ladder", + "pural_name": null, + "description": "Griffin or his niece, Wendy, may be needing this simple, wooden ladder.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1123, + "name": "Crate of Empty Bottles", + "pural_name": null, + "description": "A wooden crate of 24 glass bottles for mineral water for Clarissa to bottle up.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1124, + "name": "Gummed Label", + "pural_name": "Gummed Labels", + "description": "A paper label that will fit on the side of the 1 liter glass bottles that Clarissa needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1125, + "name": "Hairstreak Butterfly", + "pural_name": "Hairstreak Butterflies", + "description": "A tiny butterfly with streaks of brilliant turquoise in its wings. This must be what Nedrick wants.", + "icon_id": 363, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1126, + "name": "Peculiar Bug", + "pural_name": null, + "description": "An odd looking bug that Jada found.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1127, + "name": "Magic Button", + "pural_name": null, + "description": "A snowman's button that seems to pulse with magic.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1128, + "name": "Ted's Pie", + "pural_name": null, + "description": "A blueberry pie baked specially for Ted in Frigid Meadows by Olivia.", + "icon_id": 240, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1129, + "name": "Antique Diamond Necklace", + "pural_name": null, + "description": "An old and exquisite diamond necklace for Michelle from Just Gus.", + "icon_id": 204, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1130, + "name": "Abacus", + "pural_name": null, + "description": "A very old abacus. Alexi will be thrilled to have it back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1131, + "name": "Plate of Cookies", + "pural_name": null, + "description": "A plate of yummy-looking cookies made for Mother Goose by Hansel and Gretel.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1132, + "name": "Box of Party Favors", + "pural_name": null, + "description": "A box of party hats, crackers, and various other party stuff for Leontine.", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1133, + "name": "Elsa's Pie", + "pural_name": null, + "description": "An apple pie baked specially for Elsa in Crystalton by Olivia.", + "icon_id": 240, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1134, + "name": "Jar of Cherries", + "pural_name": null, + "description": "A jar of cherries often used for baking. Olivia will need this for her pie.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1135, + "name": "Valarie's Pie", + "pural_name": null, + "description": "A cherry pie baked specially for Valarie in Chillton by Olivia.", + "icon_id": 240, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1136, + "name": "Homing Pigeon", + "pural_name": "Homing Pigeons", + "description": "A large, plump pigeon with a little capsule on one leg, into which messages can be put, which belongs to Goodwin Ryder.", + "icon_id": 376, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1137, + "name": "Brick of Chocolate", + "pural_name": null, + "description": "A pound of milk chocolate that Eli Grits will be able to use for his chocolate covered strawberries.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1139, + "name": "Message in a Bottle", + "pural_name": null, + "description": "A very, very old bottle, stoppered with a cork, containing a few sheets of very heavy, brown paper. This must be what Dominique was referring to.", + "icon_id": 275, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1140, + "name": "Venus Flytrap", + "pural_name": "Venus Flytraps", + "description": "A strange looking little plant. Just what Stacie needs.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1141, + "name": "Hooded Pitcher Plant", + "pural_name": "Hooded Pitcher Plants", + "description": "An interesting and healthy looking plant. Heather will love it!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1144, + "name": "Demetrius' Riddle", + "pural_name": "Demetrius' Riddles", + "description": "
A map once was
Placed in a hollow
A treasure you'll find
If the clues you follow.
", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1143, + "name": "Copper Wind Chimes", + "pural_name": null, + "description": "Beautifully detailed copper wind chimes. No wonder Rick wants these back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1145, + "name": "Demetrius' Clue Riddle", + "pural_name": "Demetrius' Clue Riddles", + "description": "
She studies the skies
She lives by the sea
On a slice of the moon
Is where she'll be", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1146, + "name": "Demetrius' Clue Riddle #3", + "pural_name": "Demetrius' Clue Riddles #3", + "description": "
Keeper of the aging
The equine dears
A place of sanctuary
With no worries or fears", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1147, + "name": "Demetrius' Clue Riddle #2", + "pural_name": "Demetrius' Clue Riddles #2", + "description": "
In front of the tree
As far down as you go
There lies a secret
Buried below.
", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1148, + "name": "Demetrius' Clue Riddle #4", + "pural_name": "Demetrius' Clue Riddles #4", + "description": "
Across the bridge
In between two trees
North of the pond
Look carefully to see.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1149, + "name": "Steller's Jay", + "pural_name": "Steller's Jays", + "description": "This mountain bird is both beautiful and extremely bold; the perfect companion for a horse who feels they need a receptionist.
[ BONUS: +15 to all horse stats ]", + "icon_id": 709, + "sort_by": 100, + "sell_price": 6000, + "embed_swf": "stellar", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1150, + "name": "Library Flag", + "pural_name": null, + "description": "A small red and blue flag on a wooden dowel, with a string so it can be raised and lowered. Probably what Baby Bear had before he lost his.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1151, + "name": "Donkey Foal", + "pural_name": "Donkey Foals", + "description": "Cute, but stubborn and pranksterish, this little one will keep your horse amused and happy.
[ BONUS: +150 to all horse stats ]", + "icon_id": 710, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foaldonkey", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1152, + "name": "Hummingbird", + "pural_name": "Hummingbirds", + "description": "A bright, very fast and small hummingbird that will flit about your horse keeping it company.
[ BONUS: +17 to all horse stats ]", + "icon_id": 721, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "hummer", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1153, + "name": "Chess Piece", + "pural_name": null, + "description": "An intricately carved, wooden knight from Rashida's chess set.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1154, + "name": "Pallet of Adobe Bricks", + "pural_name": "Pallets of Adobe Bricks", + "description": "A load of adobe bricks mistakenly delivered to the Third Little Pig.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1155, + "name": "Pallet of Red Bricks", + "pural_name": "Pallets of Red Bricks", + "description": "A load of red bricks that rightfully belongs to the Third Little Pig.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1156, + "name": "Miniature Horse", + "pural_name": null, + "description": "A small, miniature horse that Princess Pookie's guard stole for her.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1157, + "name": "Dinosaur Bone", + "pural_name": null, + "description": "A relatively large and heavy dinosaur bone that Princess Pookie's guard stole for her.", + "icon_id": 12, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1158, + "name": "Easter Egg", + "pural_name": null, + "description": "A fancy easter egg that Princess Pookie's guard stole for her.", + "icon_id": 196, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1159, + "name": "Whip", + "pural_name": null, + "description": "A worn and well-used, large whip that Princess Pookie's guard stole for her.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1160, + "name": "Wacky Tube Man", + "pural_name": null, + "description": "A large, blow up, blue, inflatable tube man that Princess Pookie's guard stole for her.", + "icon_id": 677, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1161, + "name": "Knit Hat", + "pural_name": null, + "description": "A 'cunning', knit hat that Princess Pookie's guard stole for her.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1162, + "name": "Barney's New Toy", + "pural_name": null, + "description": "A wrapped dog toy just for Barney, Mikko's dog.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1163, + "name": "Orange Tree Sapling", + "pural_name": "Orange Tree Saplings", + "description": "A small, young orange tree that could be used for improving Charla Mae's orange orchard.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1164, + "name": "Foxhound", + "pural_name": "Foxhounds", + "description": "Possibly no other breed of dog is as tightly associated with horses than the foxhound, and this one will be a boon companion--and sometimes a mischievous buddy--for any horse!
[ BONUS: +125 to all horse stats ]", + "icon_id": 722, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "foxhound", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1165, + "name": "Luckdragon Medicine", + "pural_name": "Vials of Luckdragon Medicine", + "description": "Medicine made specifically for a luckdragon like Falcor.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1166, + "name": "Meerkat", + "pural_name": "Meerkats", + "description": "The watchful, curious and intelligent meerkat is a perfect choice for a skittish horse; she'll keep your horse interested and entertained, and let your horse know when something new is about to appear.
[ BONUS: +19 to all horse stats ]", + "icon_id": 723, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "meerkat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1167, + "name": "Box of Animal Treats", + "pural_name": "Boxes of Animal Treats", + "description": "A box filled with a variety of animal treats for Hotton Pets.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1168, + "name": "Library Card", + "pural_name": "Library Cards", + "description": "Max Attire's library card.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1169, + "name": "Newly Published Book", + "pural_name": null, + "description": "A brand new copy of \"Our Friend, the Fruit Bat.\" for Max Attire.", + "icon_id": 283, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1170, + "name": "Nickel-Iron Meteorite", + "pural_name": "Nickel-Iron Meteorites", + "description": "A small chunk of rock that somehow looks like black-metal Swiss cheese. This should be just what Brock Limestone was looking for.", + "icon_id": 608, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1171, + "name": "Carbonaceous Chondrite", + "pural_name": "Carbonaceous Chondrites", + "description": "A rocky meteorite with many melted bits and pock-marks. This should be just what Brock Limestone was looking for.", + "icon_id": 609, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1172, + "name": "Tektite", + "pural_name": null, + "description": "A teardrop-shaped stone with wrinkles and crinkles, which show how it shrunk as it cooled. This should be just what Brock Limestone was looking for.", + "icon_id": 7, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1173, + "name": "Hereford Calf", + "pural_name": "Hereford Calves", + "description": "This small calf will provide a playful and loyal companion for any horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 724, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "hereford", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1174, + "name": "Splatter Paint", + "pural_name": "Buckets of Splatter Paint", + "description": "A bucket filled with paint that would be perfect for Basil Snoremore's hobby.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1175, + "name": "Arabian Camel Tack", + "pural_name": null, + "description": "New tack for Laurence's Chauncey, brilliantly colored, with fringe and tassels galore! The tack includes hand woven knee covers and a braided headdress.", + "icon_id": 356, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1176, + "name": "Chestnut Miniature Foal", + "pural_name": "Chestnut Miniature Foals", + "description": "A delicate, quirky and playful, chestnut miniature horse foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 725, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalchestnutm", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1177, + "name": "Goose", + "pural_name": "Geese", + "description": "A friendly, grey goose, that would be perfect as a companion to any horse.
[ BONUS: +12 to all horse stats ]", + "icon_id": 726, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "goose", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1178, + "name": "Olav's Vendor List", + "pural_name": null, + "description": "Terra Cotta roofing tiles from Genevieve on Art Isle", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1179, + "name": "Olav's List of Vendors", + "pural_name": null, + "description": "Genevieve on Art Isle - Terra Cotta Tiles
Greig on Horse Isle - Reeds for thatching
Cedric on Snow Isle - Wood Shingles
Murray on Tail Isle - Tar Paper", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1180, + "name": "Bundle of Reeds", + "pural_name": "Bundles of Reeds", + "description": "These reeds will be used for the thatched roofs Olav is going to work on.", + "icon_id": 194, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1181, + "name": "Crate of Wooden Shingles", + "pural_name": "Crates of Wooden Shingles", + "description": "A crate of wood roof shingles hand hewn for Olav.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1182, + "name": "Red Clay Lump", + "pural_name": "Red Clay Lumps", + "description": "A lump of moist, red clay. Exactly what Genevieve likes to work with.", + "icon_id": 192, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1183, + "name": "Crate of Terra Cotta Tiles", + "pural_name": "Crates of Terra Cotta Tiles", + "description": "A crate filled with terra cotta roofing tiles for Olav.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1184, + "name": "Roll of Tar Paper", + "pural_name": "Rolls of Tar Paper", + "description": "More of Olav's supplies.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1185, + "name": "Pumpkin", + "pural_name": "Pumpkins", + "description": "A free gift from John O'Lantern. Your horses really like pumpkin, so it could be eaten up by December 31st. Better use it wisely now!
[ BONUS: +50 to all horse stats ]", + "icon_id": 731, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "pumpkin", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1186, + "name": "Knitting Needles", + "pural_name": null, + "description": "A long, slim pair of needles. Beebonnet Buck has been missing those!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1187, + "name": "Biscuit", + "pural_name": "Biscuits", + "description": "A big, freshly baked biscuit.", + "icon_id": 28, + "sort_by": 20, + "sell_price": 7, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "HUNGER", + "effect_amount": 25 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1188, + "name": "Bay Sabino Draft Foal", + "pural_name": "Bay Sabino Draft Foals", + "description": "Here's a flashy, sturdy fellow who will attract plenty of attention, and not only from your horse!
[ BONUS: +150 to all horse stats ]", + "icon_id": 728, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalbaysabinod", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1189, + "name": "Black Draft Foal", + "pural_name": "Black Draft Foals", + "description": "Quiet--but not at all shy--this sturdy little black foal seems to be smarter than most horses many times her age. A perfect companion.
[ BONUS: +150 to all horse stats ]", + "icon_id": 729, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalblackd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1190, + "name": "Sir Az's Application", + "pural_name": null, + "description": "The parchment is rolled neatly, sealed and stamped with wax, and tied with what appears to be a satin ribbon. Surely a presentation fit for the eyes of a king.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1191, + "name": "King Phil's Reply", + "pural_name": null, + "description": "From King Phil to Sir Az, the note reads: \"Most Noble and Honorable Sir McAzure Gonagall: Thanks but, my goodness, no thanks!\"", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1192, + "name": "Bale of Straw", + "pural_name": "Bales of Straw", + "description": "A large bale of sweet-smelling straw for Beebonnet Buck's roof.", + "icon_id": 171, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1193, + "name": "Wooden Pole", + "pural_name": null, + "description": "A long, thin wooden pole suitable for thatching.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1194, + "name": "Gillian's First Aid Kit", + "pural_name": null, + "description": "This small cloth pouch holds bandages, gauze, and disinfected- although after Rivvie the dog has buried it in the sand, it may need to be disinfected itself!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1198, + "name": "Unicorn Pellet", + "pural_name": "Unicorn Pellets", + "description": "A small pellet that, when fed to a horse, will raise that horse's intelligence stat by one point.", + "icon_id": 411, + "sort_by": 83, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "INTELLIGENCEOFFSET", + "effect_amount": 1 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1196, + "name": "Autographed Photo of Chirop", + "pural_name": "Autographed Photos of Chirop", + "description": "An autographed photo of Chiropticon in his best heroic stance.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1197, + "name": "Blue Baby Dragon", + "pural_name": "Blue Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. This one is a rich blue color. Though it may seem odd, these two could easily be best of friends.
[ BONUS: +200 to all horse stats ]", + "icon_id": 732, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragonblue", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1199, + "name": "Pegasus Pellet", + "pural_name": "Pegasus Pellets", + "description": "A small pellet that, when fed to a horse, will raise that horse's personality stat by one point.", + "icon_id": 412, + "sort_by": 84, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "PERSONALITYOFFSET", + "effect_amount": 1 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1200, + "name": "Red Rubber Ball", + "pural_name": null, + "description": "An enormous rubber ball, sized for a Great Dane- or a horse!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1201, + "name": "Red Rubber Ball", + "pural_name": null, + "description": "An enormous rubber ball, sized for a Great Dane- or a horse!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1202, + "name": "Black Forest Draft Foal", + "pural_name": "Black Forest Draft Foals", + "description": "A sturdy, friendly little black forest foal.
[ BONUS: +150 to all horse stats ]", + "icon_id": 730, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalforestd", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1203, + "name": "Palomino Draft Foal", + "pural_name": "Palomino Draft Foals", + "description": "A bright, playful draft foal. The perfect companion to keep your horse busy.
[ BONUS: +150 to all horse stats ]", + "icon_id": 727, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "foalpalod", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1204, + "name": "Crate of Dried Floral Wreaths", + "pural_name": "Crates of Dried Floral Wreaths", + "description": "A crate filled with a collection of wreaths made by Lilibeth.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1205, + "name": "Crate of Dried Flower Arrangem", + "pural_name": "Crates of Dried Flower Arrangem", + "description": "A crate filled with a collection of Lilibeth's finest arrangements.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1206, + "name": "Bag of Ribbons", + "pural_name": "Bags of Ribbons", + "description": "A bag of ribbons of all different colors for Lilibeth.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1207, + "name": "Box of Floral Supplies", + "pural_name": "Boxes of Floral Supplies", + "description": "A box filled with floral tape and wire for Lilibeth's creations.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1208, + "name": "Crate of Edible Centerpieces", + "pural_name": "Crates of Edible Centerpieces", + "description": "A crate filled with Alton's centerpieces for Holli's party.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1209, + "name": "Crate of Melons", + "pural_name": "Crates of Melons", + "description": "A crate of assorted melons for Alton.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1210, + "name": "Toy Zoo", + "pural_name": "Toy Zoos", + "description": "A hand carved zoo for George Napper's children with all the animals they could possibly want!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1211, + "name": "Case of Braided Candles", + "pural_name": "Cases of Braided Candles", + "description": "A case of Chanda's finest braided candles.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1212, + "name": "Carton of Paraffin Wax", + "pural_name": "Cartons of Paraffin Wax", + "description": "A carton filled with paraffin wax for Chanda.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1213, + "name": "Carton of Bee's Wax", + "pural_name": "Cartons of Bee's Wax", + "description": "A carton filled with bee's wax for Chanda.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1214, + "name": "Turquoise", + "pural_name": "Pieces of Turquoise", + "description": "A blue to green mineral.", + "icon_id": 7, + "sort_by": 50, + "sell_price": 50, + "embed_swf": null, + "wishing_well": true, + "type": "ROCK", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 300, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": "Rock Pile", + "spawn_near_special_tile": null + } + }, + { + "id": 1215, + "name": "Young Gryphon", + "pural_name": "Young Gryphons", + "description": "Though he'll be as big as your horse eventually, right now this little guy is small, cuddly, professionally cute, and excellent company!
[ BONUS: +200 to all horse stats ]", + "icon_id": 733, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "gryphon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1216, + "name": "Concho Belt", + "pural_name": "Concho Belts", + "description": "A handcrafted silver and turquoise Concho Belt made by Shoneah for his grandfather, Sani.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1217, + "name": "Siberian Husky", + "pural_name": "Siberian Huskies", + "description": "This large, powerful northern dog is the perfect watchdog for a barn, and can even help you haul your hay!
[ BONUS: +125 to all horse stats ]", + "icon_id": 736, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "husky", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1218, + "name": "Jack's Fish Photo", + "pural_name": null, + "description": "Photograph of Jack's winning fish with all the vital information written on the back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1219, + "name": "Carved Fish on a Plaque", + "pural_name": null, + "description": "The carved wooden fish for Jack mounted on a plaque.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1220, + "name": "Firefly", + "pural_name": "Fireflies", + "description": "A group of active fireflies to help brighten your horse's mood.
[ BONUS: +2 to all horse stats ]", + "icon_id": 739, + "sort_by": 100, + "sell_price": 500, + "embed_swf": "fireflies", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1221, + "name": "Rubber Ducky", + "pural_name": "Rubber Duckies", + "description": "A small, rubber squeaky toy.
[ BONUS: +3 to all horse stats ]", + "icon_id": 740, + "sort_by": 100, + "sell_price": 600, + "embed_swf": "rubberducky", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1222, + "name": "Box of Gryphon Chow", + "pural_name": "Boxes of Gryphon Chow", + "description": "A box full of Gryphon food for Apollo's Gryphons.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1223, + "name": "Large Pet Carrier", + "pural_name": null, + "description": "A large pet carrier containing the Baby Gryphon for Argus Beesty.", + "icon_id": 733, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1224, + "name": "\"Big Girl\" Bed", + "pural_name": "\"Big Girl\" Beds", + "description": "A new bed for not-so-baby-anymore Karina, with adjustable railings.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1225, + "name": "Log for Gillian", + "pural_name": "Logs for Gillian", + "description": "A large log collected with Jane's help.", + "icon_id": 48, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1226, + "name": "Bicycle Wheel", + "pural_name": "Bicycle Wheels", + "description": "A new bicycle wheel for Gofer's bike.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1227, + "name": "New Bicycle Chain", + "pural_name": "New Bicycle Chains", + "description": "A brand new bicycle chain for Gofer's bike.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1236, + "name": "Devie", + "pural_name": null, + "description": "A very naughty pony, whom you apprehended as she was about to get up to mischief! Paul Paddock will be glad to see her back.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1235, + "name": "Leather Cord", + "pural_name": "Leather Cords", + "description": "Leather strapping braided together to create a cord for jewelry making.", + "icon_id": 397, + "sort_by": 60, + "sell_price": 500, + "embed_swf": null, + "wishing_well": true, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1234, + "name": "Copper Chain", + "pural_name": "Copper Chains", + "description": "A simple, but well made, copper chain.", + "icon_id": 206, + "sort_by": 60, + "sell_price": 200, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1237, + "name": "Quadrant", + "pural_name": "Quadrants", + "description": "This belongs to Cara Caravel- unfortunately it is broken. Either way she would probably like it back.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1238, + "name": "Chocolate Chip Walnut Cookie", + "pural_name": "Chocolate Chip Walnut Cookies", + "description": "A delicious cookie, hot from the oven and oozing with chocolate chips. April May Rain- er, Sir Spike- will love it!", + "icon_id": 28, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1239, + "name": "Basket of Kittens", + "pural_name": "Baskets of Kittens", + "description": "A basket filled with some cute kittens. Just the thing to keep your horse company.
[ BONUS: +105 to all horse stats ]", + "icon_id": 738, + "sort_by": 100, + "sell_price": 45000, + "embed_swf": "kittenbasket", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1240, + "name": "Silver Turquoise Necklace", + "pural_name": "Silver Turquoise Necklace", + "description": "A beautifully made silver turquoise necklace made from items right here in Horse Isle.", + "icon_id": 158, + "sort_by": 60, + "sell_price": 1000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1241, + "name": "Copper Turquoise Necklace", + "pural_name": "Copper Turquoise Necklace", + "description": "A beautifully made copper turquoise necklace made from items right here in Horse Isle.", + "icon_id": 159, + "sort_by": 60, + "sell_price": 750, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1242, + "name": "Leather Turquoise Necklace", + "pural_name": "Leather Turquoise Necklace", + "description": "A beautifully made leather turquoise necklace made from items right here in Horse Isle.", + "icon_id": 160, + "sort_by": 60, + "sell_price": 1250, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1244, + "name": "Mtomka's Necklace", + "pural_name": null, + "description": "Mtomka's Coming of Age Necklace, a beautiful Silver, Copper, and Turquoise tribal piece depicting her jungle paradise. ", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1243, + "name": "Chameleon", + "pural_name": "Chameleons", + "description": "A chameleon who will attempt to hide on your horse's rump, though some of its guesses are a little off.
[ BONUS: +22 to all horse stats ]", + "icon_id": 750, + "sort_by": 100, + "sell_price": 9000, + "embed_swf": "chameleon", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1245, + "name": "Chunk of Coral", + "pural_name": "Chunks of Coral", + "description": "A nice sized chunk of red coral, it will look very nice on the necklace.", + "icon_id": 10, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1246, + "name": "Anhidrosis Medication", + "pural_name": "Anhidrosis Medications", + "description": "A special powder-form medication made up by Caren Hart for horses that don't sweat well.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1247, + "name": "One Dozen Geckos", + "pural_name": null, + "description": "The perfect answer to Crow's Nest Carrie's scorpion problem.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1248, + "name": "Bundle of Scorpions", + "pural_name": "Bundles of Scorpions", + "description": "A tightly spider-web wrapped bundle of fat scorpions for Senor Cangrejo.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1249, + "name": "Samantha the Cat", + "pural_name": null, + "description": "Samantha is Esther's large Black and White Angora cat who was accompanying Shastri.", + "icon_id": 379, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1250, + "name": "Small Pony Sculpture", + "pural_name": "Small Pony Sculptures", + "description": "This wee pony sculpture is adorable- and all ready to be customized by one of Mona's friends.", + "icon_id": 252, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1393, + "name": "Elephant Calf", + "pural_name": "Elephant Calves", + "description": "Between this little one's trunk and your horse's nimble lips, better make sure your tack trunk and feed bin are securely locked!
[ BONUS: +150 to all horse stats ]", + "icon_id": 767, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "elephant", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1252, + "name": "Dozen Tortillas", + "pural_name": "Dozens of Tortillas", + "description": "Freshly made tortillas. Better get them to Harriet before they get stale.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1253, + "name": "Fringed Scarf", + "pural_name": "Fringed Scarves", + "description": "A rainbow colored, fringed scarf. Perfect for someone like Babushka!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1254, + "name": "Bundle of Pallid Bats", + "pural_name": "Bundles of Pallid Bats", + "description": "A bundle of bats wrapped in fringed scarves. The perfect thing to help Crow's Nest Carrie!", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1255, + "name": "Pot of beans and rice", + "pural_name": null, + "description": "The copper pot is filled with red beans and rice. Time to get it to Captain Jack!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1256, + "name": "Brass Foghorn", + "pural_name": "Brass Foghorns", + "description": "A shiny brass foghorn. Just what Crow's Nest Carrie is missing!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1257, + "name": "Brass Foghorn", + "pural_name": null, + "description": "A shiny brass foghorn. Perfect for use in a lighthouse.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1258, + "name": "Bolt of Cotton Canvas", + "pural_name": "Bolts of Cotton Canvas", + "description": "Cloth from Barb Sower. Perfect for making sails! Now to get it dyed.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1259, + "name": "Bolt of Blue Cotton Canvas", + "pural_name": "Bolts of Blue Cotton Canvas", + "description": "Perfect material for a sail! Now to get it to Barb Sower.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1260, + "name": "Bright Blue Headsail", + "pural_name": "Bright Blue Headsails", + "description": "The sail has a white whorl sewn onto the center of it. Marina should love it!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1261, + "name": "Indigo Dye", + "pural_name": "Jars of Indigo Dye", + "description": "A jar of dark blue powder. Just what Trudy needs for dying the cotton canvas.", + "icon_id": 25, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1262, + "name": "Marina's Sail Specifications", + "pural_name": null, + "description": "A note describing the dimensions and look of the sail she wants made.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1263, + "name": "Bushel of Apples", + "pural_name": "Bushels of Apples", + "description": "A bushel of Bruno's freshly picked, sweet smelling apples.", + "icon_id": 169, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1265, + "name": "Bruno's Note", + "pural_name": "Bruno's Notes", + "description": "Bruno's note which says:
Deliver to: Barrett Braunbag, Ruthie, Bena Buket, Su Comida and Tony Grocer.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1266, + "name": "Carved Apple Head", + "pural_name": "Carved Apple Heads", + "description": "Wow! Looks kind of like a shrunken head! It is a little creepy and a little cool, at the same time! Best get it to Allaire.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1267, + "name": "Royal Gemstone", + "pural_name": "Royal Gemstones", + "description": "A perfectly faceted Princess Cut Gemstone. No wonder Murigal wants it back.", + "icon_id": 9, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1268, + "name": "Cochineal Beetle Cluster", + "pural_name": "Cochineal Beetle Clusters", + "description": "It looks like a messy blob of cotton, just the way Trajya said it would look.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1269, + "name": "Bag of Lemons", + "pural_name": "Bags of Lemons", + "description": "These lemons look dull and shriveled. Hopefully, they will be good enough for Trayja.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1270, + "name": "Cochineal Cluster", + "pural_name": "Cochineal Clusters", + "description": "It looks like a blob of messy cotton. Pretty much just the way Trayja said it would look!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1271, + "name": "Bag of Wood Ash", + "pural_name": "Bags of Wood Ash", + "description": "A bag filled with the ashes from the fireplace. Time to head back to Trayja's place.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1272, + "name": "Assorted Balloons", + "pural_name": null, + "description": "An array of assorted balloon animals. Carlotta should love them!", + "icon_id": 239, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1273, + "name": "Colorful Tissue Paper", + "pural_name": "Colorful Tissue Papers", + "description": "Beautifully dyed tissue paper in an assortment of colors. This should make Carlotta happy.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1274, + "name": "Trayja's Materials List ", + "pural_name": "Trayja's Materials List s", + "description": "Wood Ash
bag of lemons
14 cochineal clusters
12 ferns
12 blueberries
12 strawberries
12 huckleberries
12 dandelions", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1275, + "name": "Carlotta's Secret List", + "pural_name": "Carlotta's Secret Lists", + "description": "30 fluffy marshmallows
30 sparkly peppermints
30 yummy-licious gum drops
2 dozen pretty balloons
tissue paper in different festive colors", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1276, + "name": "Skunk", + "pural_name": "Skunks", + "description": "You may want to keep some rotten tomatoes nearby as this skunk could get stinky!
[ BONUS: +19 to all horse stats ]", + "icon_id": 734, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "skunk", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1277, + "name": "Carlotta's Statement", + "pural_name": "Carlotta's Statements", + "description": "These are the notes you made after talking to Carlotta:
Joaquin loves milk.
Jose loves hot cocoa.
Javier loves salty snacks.
Jacinta adores tart drinks.
Juanita loves graham crackers.
Javier loves what Jose likes to drink.
Julianna hates marshmallows and cotton candy.
Javier won’t touch anything the girls eat or drink.
Joaquin can’t stand what Julianna eats or drinks.
Javier won’t touch what Joaquin or Julio eat or drink.
Julio loves cotton candy and what Jacinta loves to drink.
Neither Julianna or Juanita like what Jacinta eats or drinks.
One of the kids likes only things the other siblings don’t like.
Jacinta doesn’t like anything Joaquin or Javier eats or drinks.
Neither Jacinta or Joaquin will touch what Jose eats or drinks.
Jose doesn’t like what Julio, Julianna or Juanita eats or drinks.
Each kid likes only one kind of drink, and only one kind of dessert.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1278, + "name": "Piñata", + "pural_name": "Piñatas", + "description": "Wow! It looks like a balloon animal that has been covered in colorful tissue paper. Time to deliver it to one of Carlotta's nieces or nephews.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1279, + "name": "Polar Bear Cub", + "pural_name": "Polar Bear Cubs", + "description": "This small cub will make a cuddly companion for any horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 749, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "polarbear", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1280, + "name": "Lump of Wax", + "pural_name": "Lumps of Wax", + "description": "This is the wax that is left after the honey has been extracted. Smells heavenly! You'll need this to get a dental impression from Farley.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1281, + "name": "Wax Dental Impression", + "pural_name": "Wax Dental Impressions", + "description": "A wax impression of Farley's mouth. Just what the dentist in Wington needs to make him new teeth.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1282, + "name": "Small Paper Bag", + "pural_name": "Small Paper Bags", + "description": "This is a small bag from the grocery store. Edgar wanted this to protect Farley's dental impression while you transport it back to the dentist.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1283, + "name": "Bagged Dental Impression", + "pural_name": "Bagged Dental Impressions", + "description": "A small paper bag holding Farley's wax dental impression. Just what the dentist ordered!", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1284, + "name": "Dental Polishing Paste", + "pural_name": "Dental Polishing Pastes", + "description": "A small jar of polishing paste. Just what the dentist ordered!", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1285, + "name": "Set of New Dentures", + "pural_name": "Sets of New Dentures", + "description": "These are very small dentures. Perfect for Farley!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1286, + "name": "Cloth Tape Measure", + "pural_name": null, + "description": "A brand new cloth tape measure. Perfect for taking people's measurements. Time to go measure Farley! ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1287, + "name": "Bottle of Jojoba Oil", + "pural_name": "Bottles of Jojoba Oil", + "description": "This deep amber colored oil is made from the desert jojoba plant. Just what Hershel wanted!", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1288, + "name": "Bundle of Desert Sage", + "pural_name": "Bundles of Desert Sage", + "description": "These aromatic branches are covered in purple blossoms. Just what Su Comida asked for!", + "icon_id": 171, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1289, + "name": "Bolt of Chambray", + "pural_name": "Bolts of Chambray", + "description": "This lightweight but formal looking suit material will be perfect for the hot climate of Molten Meadows. Time to get it to Zerena.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1290, + "name": "Bolt of Broadcloth", + "pural_name": "Bolts of Broadcloth", + "description": "This crisp and sharp looking shirt material will be perfect for the hot climate of Molten Meadows. Time to get it to Zerena.", + "icon_id": 234, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1291, + "name": "Doll-sized Buttons", + "pural_name": null, + "description": "These tiny buttons will be perfect for Farley's new suit and shirt. Best get them to Zerena! ", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1292, + "name": "Broadcloth Shirt", + "pural_name": "Broadcloth Shirts", + "description": "A small white shirt, perfect in every detail. No doubt Farley will love it. ", + "icon_id": 123, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1293, + "name": "Chambray Suit", + "pural_name": "Chambray Suits", + "description": "The workmanship on this small suit is impeccable, and the detailing is amazing! Farley is going to love it.", + "icon_id": 150, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1294, + "name": "Argyle Socks", + "pural_name": null, + "description": "These small hand-knit socks are a pattern of diamonds in a diagonal checkerboard arrangement. Just what Farley asked for.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1295, + "name": "Golden Fleece", + "pural_name": "Bundles of Golden Fleece", + "description": "This wool from Candide's sheep has a beautiful golden color to it. You need it for Farley's hair replacement. Now to find someone to make it into a toupée. ", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1296, + "name": "Dyed Fleece Toupée", + "pural_name": null, + "description": "A small dark brown hairpiece made from wool. Just what Farley needs. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1297, + "name": "Farley's Wish List", + "pural_name": "Farley's Wish Lists", + "description": "Spiffy new shoes
Crisp new shirt
Dress pants
Dinner jacket
New hair ", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1298, + "name": "Handmade Leather Shoes", + "pural_name": null, + "description": "These small leather shoes are very spiffy! Farley should love them. ", + "icon_id": 156, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1299, + "name": "Brand New Toothbrush", + "pural_name": "Brand New Toothbrushes", + "description": "This is one of Karee Dentin's custom made toothbrushes. It is engraved with the words \"Residents of Soaring Meadows have great dental hygiene.\"", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1300, + "name": "Customized Camel Toothbrush", + "pural_name": "Customized Camel Toothbrushes", + "description": "This toothbrush is huge! Perfect for the size of Chauncey's chompers!", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1301, + "name": "Reinforced Camel Toothbrush", + "pural_name": "Reinforced Camel Toothbrushes", + "description": "This toothbrush has been reinforced with wire. That should help it last a bit longer. Time to get it to Chauncey!", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1302, + "name": "Customized Toothbrush", + "pural_name": "Customized Toothbrushes", + "description": "These toothbrushes have been customized to say: \"Molten Meadow Residents Have Healthy Smiles!\"", + "icon_id": 193, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1303, + "name": "Customized Red Toothbrushes", + "pural_name": null, + "description": "These toothbrushes have been customized to say: “On Dolphin Isle, a Healthy Smile is a Winning Smile!”", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1304, + "name": "Pumpkin", + "pural_name": "Pumpkins", + "description": "An enormous pumpkin ready for carving!", + "icon_id": 731, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1305, + "name": "Jack O'Lantern", + "pural_name": "Jack O'Lanterns", + "description": "A big grinning jack o'lantern carved out of an enormous pumpkin!", + "icon_id": 731, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1306, + "name": "Stump", + "pural_name": "Stumps", + "description": "Arbuckle says it's not just any stump, but you're really not sure how that's so...", + "icon_id": 48, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1307, + "name": "Pallas Cat", + "pural_name": "Pallas Cats", + "description": "This large furball is a diligent companion, and a good one to teach a horse that picking up cats and carrying them around is not the best idea!
[ BONUS: +100 to all horse stats ]", + "icon_id": 748, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "pallas", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1308, + "name": "Hippo Calf", + "pural_name": "Hippo Calves", + "description": "This small hippo may prefer lazing around in the water, but it will be a relaxing companion.
[ BONUS: +125 to all horse stats ]", + "icon_id": 744, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "hippo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1309, + "name": "Cleaning Supplies", + "pural_name": null, + "description": "A bucket filled with different cleaning supplies for Ed Klippit.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1310, + "name": "Plastic Pink Flamingo", + "pural_name": "Plastic Pink Flamingos", + "description": "This simple, and often considered tacky, lawn ornament doesn't make for much of a companion...", + "icon_id": 742, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plasticpinkflamingo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 3, + "spawn_in_area": "Flamingo", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1311, + "name": "Garden Gnome", + "pural_name": "Garden Gnomes", + "description": "This simple, concrete gnome is often seen in gardens, but it can accompany a horse, even though it won't provide much for companionship.", + "icon_id": 743, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "gardengnome", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 3, + "spawn_in_area": "Lawn", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1312, + "name": "Aardvark", + "pural_name": "Aardvarks", + "description": "The perfect choice for the entomophobic horse, this easygoing fellow is friendly to all but the ants!
[ BONUS: +75 to all horse stats ]", + "icon_id": 751, + "sort_by": 100, + "sell_price": 34000, + "embed_swf": "aardvark", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1313, + "name": "Gold Chest", + "pural_name": "Gold Chests", + "description": "A large, gold chest. It's heavy and locked. This must be the chest Fergus wanted.", + "icon_id": 317, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1314, + "name": "Okapi", + "pural_name": "Okapis", + "description": "This shy calf will be a great companion for any horse. Its stripes even allow it to blend into its surroundings.
[ BONUS: +150 to all horse stats ]", + "icon_id": 745, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "okapi", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1336, + "name": "Customized Blue Toothbrushes", + "pural_name": null, + "description": "These toothbrushes have been customized to say: \"Flipperton Residents Love Healthy, Bright Smiles!\"", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1315, + "name": "Renard Junior", + "pural_name": null, + "description": "You've got a fox in your knapsack! Don't try this at home!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1316, + "name": "Ribbon Seal", + "pural_name": "Ribbon Seals", + "description": "This distinctive looking pinniped makes an amusing companion for any horse as it plays in nearby water.
[ BONUS: +95 to all horse stats ]", + "icon_id": 747, + "sort_by": 100, + "sell_price": 39000, + "embed_swf": "seal", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1317, + "name": "Sleepy, Bay Foal", + "pural_name": "Sleepy, Bay Foals", + "description": "This little bay foal is a great companion for a nervous horse.
[ BONUS: +150 to all horse stats ]", + "icon_id": 761, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingbay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1318, + "name": "Sleepy, Chestnut Foal", + "pural_name": "Sleepy, Chestnut Foals", + "description": "Don't let this little chestnut foal fool you! He's just recharging for a day of fun ahead!
[ BONUS: +150 to all horse stats ]", + "icon_id": 762, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingchestnut", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1319, + "name": "Sleepy, Piebald Foal", + "pural_name": "Sleepy, Piebald Foals", + "description": "A piebald foal, a thing of high contrast and rare style, perfect for a horse with ambition!
[ BONUS: +150 to all horse stats ]", + "icon_id": 763, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingpiebald", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1320, + "name": "Sleepy, Mushroom Foal", + "pural_name": "Sleepy, Mushroom Foals", + "description": "Do you love a mystery? Foal coats can fool you! Is he mushroom? Chocolate silver? Or something else entirely?
[ BONUS: +150 to all horse stats ]", + "icon_id": 764, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingmushroom", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1321, + "name": "Sleepy, Palomino Foal", + "pural_name": "Sleepy, Palomino Foals", + "description": "This sleepy little palomino foal casts a quiet, calming effect on everyone around him.
[ BONUS: +150 to all horse stats ]", + "icon_id": 765, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "sleepingpalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1322, + "name": "Antique Gold Locket", + "pural_name": "Antique Gold Lockets", + "description": "A beautifully ornate gold locket on a thin chain. This must be Lelu's!", + "icon_id": 203, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1323, + "name": "Antique Pocket Watch", + "pural_name": "Antique Pocket Watches", + "description": "Inside, the watch is engraved. It says: 'Awarded to Captain Klippit for Acts of Bravery'", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1324, + "name": "Red Parade Saddle", + "pural_name": "Red Parade Saddles", + "description": "A Parade Saddle colored a vibrant red.
[ BONUS: +10 Strength ]", + "icon_id": 771, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "red Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1325, + "name": "Red Parade Saddle Pad", + "pural_name": "Red Parade Saddle Pads", + "description": "A simple red saddle pad to fit under a Parade Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 772, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "red Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1326, + "name": "Red Parade Bridle", + "pural_name": "Red Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of red.
[ BONUS: +10 Speed ]", + "icon_id": 773, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "red Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1327, + "name": "Blue Parade Saddle", + "pural_name": "Blue Parade Saddles", + "description": "A fancy looking Parade Saddle colored a deep blue.
[ BONUS: +10 Strength ]", + "icon_id": 774, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "blue Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1328, + "name": "Blue Parade Saddle Pad", + "pural_name": "Blue Parade Saddle Pads", + "description": "A simple blue saddle pad to fit under a Parade Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 775, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "blue Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1329, + "name": "Blue Parade Bridle", + "pural_name": "Blue Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of blue.
[ BONUS: +10 Speed ]", + "icon_id": 776, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "blue Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1330, + "name": "Green Parade Saddle", + "pural_name": "Green Parade Saddles", + "description": "A fancy looking Parade Saddle colored an electrifying green.
[ BONUS: +10 Strength ]", + "icon_id": 777, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "green Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1331, + "name": "Green Parade Saddle Pad", + "pural_name": "Green Parade Saddle Pads", + "description": "A simple green saddle pad to fit under a Parade Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 778, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "green Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1332, + "name": "Green Parade Bridle", + "pural_name": "Green Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of green.
[ BONUS: +10 Speed ]", + "icon_id": 779, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "green Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1333, + "name": "Black Parade Saddle", + "pural_name": "Black Parade Saddles", + "description": "A fancy looking Parade Saddle colored a shiny black.
[ BONUS: +10 Strength ]", + "icon_id": 781, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "black Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1334, + "name": "Black Parade Saddle Pad", + "pural_name": "Black Parade Saddle Pads", + "description": "A simple black saddle pad to fit under a Parade Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 782, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "black Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1335, + "name": "Black Parade Bridle", + "pural_name": "Black Parade Bridles", + "description": "A fancy looking Parade Bridle with just a twinge of black.
[ BONUS: +10 Speed ]", + "icon_id": 783, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "black Parade", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1337, + "name": "Customized Blue Toothbrush", + "pural_name": null, + "description": "The blue toothbrush has been customized to say: \"Flipperton Residents Love Healthy, Bright Smiles!\"", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1338, + "name": "Nectar Sample", + "pural_name": "Nectar Samples", + "description": "A small vial of nectar from a giant iris in Dew Forest- a present to Renard from his daughter Tricksy.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1339, + "name": "Honeycomb", + "pural_name": "Honeycombs", + "description": "A large, sweet Honeycomb, a gift to Renard from his daughter Wily.", + "icon_id": 68, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1340, + "name": "Wishing Water Sample", + "pural_name": "Wishing Water Samples", + "description": "A small vial of water from the Wishing Well in Shell Forest, a gift to Renard from his son Witsy.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1341, + "name": "Lemur", + "pural_name": "Lemurs", + "description": "Have a young horse who might still be in need of a little maternal guidance? Here's the perfect companion for you!
[ BONUS: +120 to all horse stats ]", + "icon_id": 752, + "sort_by": 100, + "sell_price": 53000, + "embed_swf": "lemur", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1342, + "name": "Red Hunting Saddle", + "pural_name": "Red Hunting Saddles", + "description": "A leather and red hunting saddle outfitted with pouches.
[ BONUS: +10 Strength ]", + "icon_id": 784, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "red Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1343, + "name": "Red Hunting Saddle Pad", + "pural_name": "Red Hunting Saddle Pads", + "description": "A well-quilted, red saddle pad that matches and fits perfectly with the Hunting Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 785, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "red Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1344, + "name": "Red Hunting Bridle", + "pural_name": "Red Hunting Bridles", + "description": "A simple, leather and red English bridle.
[ BONUS: +10 Speed ]", + "icon_id": 786, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "red Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1345, + "name": "Blue Hunting Saddle", + "pural_name": "Blue Hunting Saddles", + "description": "A leather and blue hunting saddle outfitted with pouches.
[ BONUS: +10 Strength ]", + "icon_id": 787, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "blue Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1346, + "name": "Blue Hunting Saddle Pad", + "pural_name": "Blue Hunting Saddle Pads", + "description": "A well-quilted, blue saddle pad that matches and fits perfectly with the Hunting Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 788, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "blue Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1347, + "name": "Blue Hunting Bridle", + "pural_name": "Blue Hunting Bridles", + "description": "A simple, leather and blue English bridle.
[ BONUS: +10 Speed ]", + "icon_id": 789, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "blue Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1348, + "name": "Green Hunting Saddle", + "pural_name": "Green Hunting Saddles", + "description": "A leather and green hunting saddle outfitted with pouches.
[ BONUS: +10 Strength ]", + "icon_id": 791, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "green Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1349, + "name": "Green Hunting Saddle Pad", + "pural_name": "Green Hunting Saddle Pads", + "description": "A well-quilted, green saddle pad that matches and fits perfectly with the Hunting Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 792, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "green Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1350, + "name": "Green Hunting Bridle", + "pural_name": "Green Hunting Bridles", + "description": "A simple, leather and green English bridle.
[ BONUS: +10 Speed ]", + "icon_id": 793, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "green Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1351, + "name": "Black Hunting Saddle", + "pural_name": "Black Hunting Saddles", + "description": "A leather and black hunting saddle outfitted with pouches.
[ BONUS: +10 Strength ]", + "icon_id": 794, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "black Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1352, + "name": "Black Hunting Saddle Pad", + "pural_name": "Black Hunting Saddle Pads", + "description": "A well-quilted, black saddle pad that matches and fits perfectly with the Hunting Saddle.
[ BONUS: +10 Agility ]", + "icon_id": 795, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "black Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1353, + "name": "Black Hunting Bridle", + "pural_name": "Black Hunting Bridles", + "description": "A simple, leather and black English bridle.
[ BONUS: +10 Speed ]", + "icon_id": 796, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "black Hunting", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1354, + "name": "Lilibeth's Order Form", + "pural_name": "Lilibeth's Order Forms", + "description": "An order form detailing what is needed for Holli Daysin's wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1355, + "name": "Shoneah's Order Form", + "pural_name": "Shoneah's Order Forms", + "description": "An order form detailing what is needed for Holli Daysin's wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1356, + "name": "Lilibeth's Invoice", + "pural_name": null, + "description": "Lilibeth's invoice for Holli's flower order.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1357, + "name": "Shoneah's Invoice", + "pural_name": "Shoneah's Invoices", + "description": "Shoneah's invoice detailing pricing for the buckles and pendants for Holli's wedding. ", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1358, + "name": "Semaphore Cat", + "pural_name": "Semaphore Cat", + "description": "You can easily see why this creature is called a Semaphore Cat. Calm, friendly and somewhat reserved, its huge eyes will scare off nocturnal intruders, allowing a skittish horse to sleep soundly.
[ BONUS: +250 to all horse stats ]", + "icon_id": 753, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "kittyoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1359, + "name": "Common Gibroot", + "pural_name": "Common Gibroots", + "description": "The Common Gibroot had little to say and even less to do--except sit around and be amazingly attractive. Possibly common on its home planet, it is quite rare here. The Gibroot is a perfect companion for a shy or nervous horse.
[ BONUS: +250 to all horse stats ]", + "icon_id": 754, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "gibroot", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1360, + "name": "Glass-winged Zugunit", + "pural_name": "Glass-winged Zugunits", + "description": "The Glass-winged Zugunit is used as a small carriage pony on its home world. It is an aristocratic pet excellent for a sensitive and refined horse.
[ BONUS: +250 to all horse stats ]", + "icon_id": 755, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "ponyoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1361, + "name": "White-lined Fneen", + "pural_name": "White-lined Fneens", + "description": "Loyal and tenacious, the White-lined Fneen learns tricks amazingly fast. Perhaps it will teach your horse to do the same!
[ BONUS: +250 to all horse stats ]", + "icon_id": 756, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "dogoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1362, + "name": "Pileated Nerphlquat", + "pural_name": "Pileated Nerphlquats", + "description": "The Pileated Nerphlquat is known for its iridescent feathers and the fact that it lows like a cow instead of chirping. It loves staring at strangers through its four eyes (two on each side) and makes a great guard bird for a valuable horse.
[ BONUS: +250 to all horse stats ]", + "icon_id": 757, + "sort_by": 100, + "sell_price": 50000000, + "embed_swf": "birdoid", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1363, + "name": "Frilled Lizard", + "pural_name": "Frilled Lizards", + "description": "Does your horse hate being stared at? This little fellow will make sure that's no longer a problem!
[ BONUS: +10 to all horse stats ]", + "icon_id": 758, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "frilledlizard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1364, + "name": "Red Crystal Necklace", + "pural_name": "Red Crystal Necklaces", + "description": "A silver necklace with three red crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1365, + "name": "Blue Crystal Necklace", + "pural_name": "Blue Crystal Necklaces", + "description": "A silver necklace with three blue crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1366, + "name": "Purple Crystal Necklace", + "pural_name": "Purple Crystal Necklaces", + "description": "A silver necklace with three purple crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1367, + "name": "Green Crystal Necklace", + "pural_name": "Green Crystal Necklaces", + "description": "A silver necklace with three green crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1368, + "name": "Cyan Crystal Necklace", + "pural_name": "Cyan Crystal Necklaces", + "description": "A silver necklace with three cyan crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1369, + "name": "Yellow Crystal Necklace", + "pural_name": "Yellow Crystal Necklaces", + "description": "A silver necklace with three yellow crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1370, + "name": "Magenta Crystal Necklace", + "pural_name": "Magenta Crystal Necklaces", + "description": "A silver necklace with three magenta crystal shards perfectly attached to glitter in the sun.", + "icon_id": 414, + "sort_by": 51, + "sell_price": 5000, + "embed_swf": null, + "wishing_well": false, + "type": "JEWELRY", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1372, + "name": "Young Hydra", + "pural_name": "Young Hydras", + "description": "Here's the perfect companion for an extremely social horse who doesn't have a lot of space! Each of the Hydra's head has its own personality, so there's sure to be some lively interactions with this pet!
[ BONUS: +200 to all horse stats ]", + "icon_id": 759, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hydra", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1373, + "name": "Cyan Water Dragon", + "pural_name": "Cyan Water Dragon", + "description": "Here's a welcome companion for a horse who grew up running on the beach -- or wishes he did!
[ BONUS: +200 to all horse stats ]", + "icon_id": 760, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "waterdragoncyan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1374, + "name": "Long Red Feather", + "pural_name": "Long Red Feathers", + "description": "A strange fiery-colored feather found on Basalt Isle.", + "icon_id": 292, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1375, + "name": "Long White Feather", + "pural_name": "Long White Feathers", + "description": "A huge white feather found on Basalt Isle. It feels waxy to the touch.", + "icon_id": 292, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1376, + "name": "Olivia's Ingredient List", + "pural_name": "Olivia's Ingredient Lists", + "description": "Pfefferneusse: pepper, cloves, anise, ginger, nutmeg; Truffles: Emma's best 72% dark chocolate", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1377, + "name": "Olivia's Ingredients List", + "pural_name": "Olivia's Ingredients Lists", + "description": "Pfefferneusse: pepper, cloves, anise, ginger, nutmeg; Truffles: Emma's best 72% dark chocolate; Hansel and Gretel: shaped sprinkles", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1378, + "name": "Box of Spices ", + "pural_name": "Boxes of Spices ", + "description": "Rika Millgrater packed this box with all the spices Olivia needs for her pfefferneusse.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1379, + "name": "Emma's Best 72% Dark Chocolate", + "pural_name": "Emma's Best 72% Dark Chocolates", + "description": "The very finest dark chocolate to be found in all the isles! Perfect for Olivia's cookies!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1380, + "name": "Shaker of Sprinkles", + "pural_name": "Shakers of Sprinkles", + "description": "Hansel and Gretel's special sprinkles, imbued with all the magic of Cloud Isle. Perfect for Olivia's cookies.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1381, + "name": "Nopales", + "pural_name": null, + "description": "A handful of prickly pear cactus pads, or \"nopales,\" for Kendi. ", + "icon_id": 33, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1382, + "name": "Bunch of Cilantro", + "pural_name": "Bunches of Cilantro", + "description": "A bunch of flavorful cilantro for Kendi.", + "icon_id": 49, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1383, + "name": "Tomatillo", + "pural_name": null, + "description": "A couple of tomatillos for Kendi. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1384, + "name": "Onion", + "pural_name": "Onions", + "description": "A pungent yellow onion for Kendi. ", + "icon_id": 62, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1385, + "name": "Serrano Pepper", + "pural_name": null, + "description": "A pair of spicy serrano peppers for Kendi. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1386, + "name": "Bowl of Sand Soup", + "pural_name": "Bowls of Sand Soup", + "description": "A bowl of sand soup, homemade by Kendi. Its yumminess is debatable.", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1387, + "name": "Zooxanthellae Sample", + "pural_name": "Zooxanthellae Samples", + "description": "A sample of zooxanthellae, or algae, for the coral farm Pearl is protecting.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1388, + "name": "Coral Sample", + "pural_name": "Coral Samples", + "description": "A sample of pale pink coral, carefully farmed by either Pearl or Deidra... depending on which one you're asking.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1389, + "name": "Coral and Obsidian Necklace", + "pural_name": "Coral and Obsidian Necklaces", + "description": "A very unusual necklace crafted with love, or at least admiration by proxy, for Octavia.", + "icon_id": 200, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1390, + "name": "Big Black Pearl", + "pural_name": "Big Black Pearls", + "description": "A very large, and very black, pearl, the likes of which you've never seen before. It's a gift from Octavia to Octavius.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1391, + "name": "Jack-in-the-box", + "pural_name": "Jack-in-the-boxes", + "description": "If your horse makes a nuisance of himself with stable-vices, this jack-in-the-box will give him something else to exercise his tendency to enjoy the same thing over and over with! Less destructive, too!", + "icon_id": 770, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "jackinabox", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1392, + "name": "Badger", + "pural_name": "Badgers", + "description": "Your barn will surely be vermin-free with this little fellow on patrol! Also enjoys messing about in boats.
[ BONUS: +80 to all horse stats ]", + "icon_id": 769, + "sort_by": 100, + "sell_price": 36000, + "embed_swf": "badger", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1251, + "name": "Giraffe", + "pural_name": "Giraffes", + "description": "A young giraffe which can relax by your horse.
[ BONUS: +150 to all horse stats ]", + "icon_id": 737, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "giraffe", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1394, + "name": "Bag of Peppercorns", + "pural_name": "Bags of Peppercorns", + "description": "A bag of peppercorns for Frederick.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1395, + "name": "Celery Stalk", + "pural_name": "Celery Stalks", + "description": "A lusciously leafy stem of celery for Frederick's soup.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1396, + "name": "Onion", + "pural_name": "Onions", + "description": "A medium-sized white onion for Frederick's soup. ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1397, + "name": "Box of Matzo", + "pural_name": "Boxes of Matzo", + "description": "A box of the unleavened bread matzo for Frederick. ", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1398, + "name": "Seed Packet", + "pural_name": "Seed Packets", + "description": "A packet of seeds for the Wington Community Garden, organized by Cadence.", + "icon_id": 299, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1399, + "name": "Rabbit Fencing Wire", + "pural_name": null, + "description": "A coil of wire fencing to be staked up in the Wington Community Garden, hopefully to ward off rabbits. Cadence will be needing this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1400, + "name": "Tomato Stake", + "pural_name": "Tomato Stakes", + "description": "Several tall wire tomato stakes for the Wington community garden that Cadence is organizing.", + "icon_id": 260, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1401, + "name": "Panda Cub", + "pural_name": "Panda Cubs", + "description": "This black and white cub is adventurous and playful.
[ BONUS: +125 to all horse stats ]", + "icon_id": 768, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "panda", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1402, + "name": "Flagon of Tea With Honey", + "pural_name": "Flagons of Tea With Honey", + "description": "Ted calls this beverage \"mead,\" which Windy Pick thinks makes him a little goofy.", + "icon_id": 30, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1403, + "name": "Stack of Books", + "pural_name": "Stacks of Books", + "description": "A stack of library books on heraldry and armory for April May Rain. ", + "icon_id": 281, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1404, + "name": "Unfinished Shield for Spike", + "pural_name": "Unfinished Shields for Spike", + "description": "Xamba made this shield for Spike. Now it just needs to be painted.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1405, + "name": "Shield for Spike", + "pural_name": "Shields for Spike", + "description": "This shield is all ready to go back to Spike, the Knight of Treeton! It's been handsomely painted with her chosen device of a winged bear holding a sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1406, + "name": "Shield for Spike", + "pural_name": "Shields for Spike", + "description": "This shield is all ready to go back to Spike, the Knight of Treeton! It's been handsomely painted with her chosen device of a winged bear holding a sword.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1407, + "name": "Yellow Chinese Dragon", + "pural_name": "Yellow Chinese Dragons", + "description": "These dragons are said to be bringers of extraordinary good fortune! They make outstanding companions for the serious competition horse.
[ BONUS: +200 to all horse stats ]", + "icon_id": 802, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "cdragonyellow", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1408, + "name": "Purple Chinese Dragon", + "pural_name": "Purple Chinese Dragons", + "description": "These dragons are said to be bringers of extraordinary good fortune! They make outstanding companions for the serious competition horse.
[ BONUS: +200 to all horse stats ]", + "icon_id": 801, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "cdragonpurple", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1409, + "name": "Highland Calf", + "pural_name": "Highland Calves", + "description": "This small calf is fuzzy, friendly and will provide a playful and loyal companion for any horse.
[ BONUS: +125 to all horse stats ]", + "icon_id": 810, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "highlandcalf", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1410, + "name": "Beeswax", + "pural_name": "Pieces of Beeswax", + "description": "Beeswax that Barb Sower needs for use in waterproofing fabric.", + "icon_id": 68, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1411, + "name": "Paraffin Wax", + "pural_name": "Jars of Paraffin Wax", + "description": "A small jar of wax that Barb Sower needs for waterproofing fabric.", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1412, + "name": "Feather Pillow", + "pural_name": "Feather Pillows", + "description": "A small, feather pillow with waterpoofed fabric. Just what Bess was asking for.", + "icon_id": 308, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1413, + "name": "Red Baby Dragon", + "pural_name": "Red Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. This one is a powerful red color. Though it may seem odd, these two could easily be best of friends.
[ BONUS: +200 to all horse stats ]", + "icon_id": 805, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragonred", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1414, + "name": "Purple Baby Dragon", + "pural_name": "Purple Baby Dragons", + "description": "A rare, small, powerful, very special companion for your horse. This one is a royal purple color. Though it may seem odd, these two could easily be best of friends.
[ BONUS: +200 to all horse stats ]", + "icon_id": 804, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "dragonpurple", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1415, + "name": "Bluebird Camel Bridle", + "pural_name": "Bluebird Camel Bridles", + "description": "This bridle helps make a camel more controllable and helps it in competitions. Only fits camels.
[ BONUS: +100 Conformation and +100 Strength ]", + "icon_id": 799, + "sort_by": 96, + "sell_price": 300000, + "embed_swf": "bluebird Camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1416, + "name": "Bluebird Camel Saddle Pad", + "pural_name": "Bluebird Camel Saddle Pads", + "description": "This saddle pad makes a camel more relaxed and more controllable. Only fits camels.
[ BONUS: +100 Endurance and +100 Agility ]", + "icon_id": 798, + "sort_by": 96, + "sell_price": 200000, + "embed_swf": "bluebird Camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 1 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1417, + "name": "Bluebird Camel Saddle", + "pural_name": "Bluebird Camel Saddles", + "description": "This saddle makes a camel a comfortable ride, fitting in such a way to help it run faster. Only fits camels.
[ BONUS: +100 Strength and +100 Speed ]", + "icon_id": 797, + "sort_by": 96, + "sell_price": 500000, + "embed_swf": "bluebird Camel", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 1 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1418, + "name": "Egyptian Mau", + "pural_name": "Egyptian Maus", + "description": "Does your horse seem to have an ego problem? This royal Egyptian Mau will cure him! No one can out-ego a cat.
[ BONUS: +100 to all horse stats ]", + "icon_id": 809, + "sort_by": 100, + "sell_price": 43000, + "embed_swf": "mau", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1419, + "name": "Nutty Coffee Substitute", + "pural_name": "Nutty Coffee Substitutes", + "description": "Polly brewed this drink out of ground acorns in a last-ditch effort to produce a coffee substitute for Mal.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1420, + "name": "Enormous Bag of Coffee Beans", + "pural_name": "Enormous Bags of Coffee Beans", + "description": "You can't believe anyone could drink this much coffee in a lifetime, much less in a week... but apparently Mal can.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1421, + "name": "Jack's Last Letter", + "pural_name": "Jack's Last Letters", + "description": "To Hanska Hennig, former prima ballerina of the Whiskerton Ballet, now departing to places unknown.
Dearest Hans, I so regret that I couldn't say goodbye before I left. My thoughts have spiraled around and around. But the company said I must take occupancy immediately if I wanted the position- and you know how I have loathed feeling useless all these years. The sea breeze is invigorating- I haven't felt so good in a very long time. You must visit me someday soon, Hans- this is a lovely place, almost wild except for the few settlers other than myself. Until I see you again, I remain, Yours, Jack", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1422, + "name": "Rat-Sized Pumpkin", + "pural_name": "Rat-Sized Pumpkins", + "description": "If by \"rat-sized\" you thought that this meant the pumpkin was small... you are mistaken. This is an enormous pumpkin!", + "icon_id": 731, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1423, + "name": "Toy Soldier", + "pural_name": "Toy Soldiers", + "description": "Hanska's steadfast tin soldier.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1424, + "name": "Potoo", + "pural_name": "Potoos", + "description": "For a horse with its head in the clouds, here's a companion who doesn't miss a thing!
[ BONUS: +17 to all horse stats ]", + "icon_id": 807, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "potoo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1425, + "name": "Fancy Llama Bridle", + "pural_name": "Fancy Llama Bridles", + "description": "This bridle helps make a llama more controllable and helps it in competitions. Only fits llamas.
[ BONUS: +100 Conformation and +100 Strength ]", + "icon_id": 800, + "sort_by": 96, + "sell_price": 300000, + "embed_swf": "fancy Llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 3, + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1426, + "name": "Fancy Llama Saddle Pad", + "pural_name": "Fancy Llama Saddle Pads", + "description": "This saddle pad makes a llama more relaxed and more controllable. Only fits llamas.
[ BONUS: +100 Endurance and +100 Agility ]", + "icon_id": 790, + "sort_by": 96, + "sell_price": 200000, + "embed_swf": "fancy Llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 2, + 2 + ], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 100 + }, + { + "effect_what": "STRENGTH", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1427, + "name": "Fancy Llama Saddle", + "pural_name": "Fancy Llama Saddles", + "description": "This saddle makes a llama a comfortable ride, fitting in such a way to help it run faster. Only fits llamas.
[ BONUS: +100 Strength and +100 Speed ]", + "icon_id": 780, + "sort_by": 96, + "sell_price": 500000, + "embed_swf": "fancy Llama", + "wishing_well": false, + "type": "TACK", + "misc_flags": [ + 1, + 2 + ], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 100 + }, + { + "effect_what": "SPEED", + "effect_amount": 100 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1428, + "name": "Sack of Jack's Letters", + "pural_name": "Sacks of Jack's Letters", + "description": "This bulging sack seems to contain a letter for every star in the sky, all addressed to Hanska.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1429, + "name": "Dalton's Sea Picture", + "pural_name": "Dalton's Sea Pictures", + "description": "This crayon drawing looks like a child's nightmare. It features towering waves, a lightning storm, ships wrecked against rocks, an enormous kraken, and, possibly worst of all, a fearsome pirate!", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1430, + "name": "Dalton's Sky Picture", + "pural_name": "Dalton's Sky Pictures", + "description": "This looks very much like any child's drawing of the sky, with a bright yellow circle for a sun and clouds of various sizes. The clouds appear to be settled- one has a winding path and the sun is shining on a small purple house.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1431, + "name": "Astrid's Stardust", + "pural_name": null, + "description": "A tiny pouch of stardust from Astrid for Dalton.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1432, + "name": "Dalton's Cake Picture", + "pural_name": "Dalton's Cake Pictures", + "description": "It's hard to see the details of this picture because it's so old and dirty, but you can make out a large woman with an eyepatch and chef's apron presenting a cake.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1433, + "name": "Sunshine Cake", + "pural_name": "Sunshine Cakes", + "description": "Martha baked this cake for Dalton out of moonbeams, silver linings, unicorn horn serum and Astrid's Stardust. It's a soft yellow throughout, icing and all, like it's been kissed by sunshine. Surely a cake this beautiful must be magical.", + "icon_id": 22, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1434, + "name": "Sunshine Cake Half", + "pural_name": "Sunshine Cake Halves", + "description": "Dalton saved this half of the Sunshine Cake for Fluff.", + "icon_id": 22, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1435, + "name": "Unicorn Horn Serum", + "pural_name": null, + "description": "A small crystal vial holding a few drops of precious curing serum from Petunia's horn for Dalton.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1436, + "name": "Pot of Glue", + "pural_name": "Pots of Glue", + "description": "All purpose glue, good for many different projects. Just what Elizabeth was looking for.", + "icon_id": 232, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1437, + "name": "Bunch of Grapes", + "pural_name": null, + "description": "A small bunch of Concord grapes, perfect for a Waldorf Salad.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1438, + "name": "Celery", + "pural_name": "Bunches of Celery", + "description": "A group of Celery stalks, just the thing for a Waldorf Salad for Amelia Hays.", + "icon_id": 81, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1439, + "name": "Jar of Mayonnaise", + "pural_name": "Jars of Mayonnaise", + "description": "A jar of freshly-made mayonnaise, good for innumerable salads! Just what Amelia Hays was looking for.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1440, + "name": "Table Centerpiece", + "pural_name": "Table Centerpieces", + "description": "A beautiful centerpiece for Holli's wedding made from wild flowers and featuring one of Chandra's most unique carved candles.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1441, + "name": "Velvet Pouch", + "pural_name": "Velvet Pouches", + "description": "A velvet pouch containing samples of Shoneah's jewelry for Martina.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1442, + "name": "Sunset Moth", + "pural_name": "Sunset Moths", + "description": "Need to keep your horse focused ... on something? This Sunset Moth's ever-changing colors will rivet its attention!
[ BONUS: +4 to all horse stats ]", + "icon_id": 820, + "sort_by": 100, + "sell_price": 1000, + "embed_swf": "sunset", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 1, + "spawn_in_area": "Butterflies", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1443, + "name": "William's Order Form", + "pural_name": "William's Order Forms", + "description": "This is the menu and appetizers selected by Holli for her reception.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1444, + "name": "Iris' Order Form", + "pural_name": "Iris' Order Forms", + "description": "This covers all the bridesmaid bouquets, the boutonnieres for the gentlemen, and of course, Holli's bridal bouquet.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1445, + "name": "William's Invoice", + "pural_name": "William's Invoices", + "description": "Here is the complete breakdown of the item by item cost for catering Holli's wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1446, + "name": "Appetizer Sampler", + "pural_name": "Appetizer Samplers", + "description": "William has packaged a dozen different appetizers for Holli's wedding, each looking and smelling better than the last.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1447, + "name": "Iris' Invoice", + "pural_name": "Iris' Invoices", + "description": "A complete breakdown for the attendants' flowers for Holli's wedding, including the bridal bouquet.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1448, + "name": "Floral Designs", + "pural_name": null, + "description": "A collection of pictures of bouquets, baskets, and boutonnieres for Holli's approval.", + "icon_id": 47, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1449, + "name": "Hansel's Order Form", + "pural_name": "Hansel's Order Forms", + "description": "This is for Holli's wedding cake and groom's cake.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1450, + "name": "Bob's Order Form", + "pural_name": "Bob's Order Forms", + "description": "This details the type of carriage, color of horses and how many horses Holli wants for her wedding.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1451, + "name": "Hansel's Invoice", + "pural_name": "Hansel's Invoices", + "description": "This is Hansel's breakdown for the price of the Wedding Cake as well as that odd Gecko Groom's Cake for Holli.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1453, + "name": "Cake Box of Petits Fours", + "pural_name": "Cake Boxes of Petits Fours", + "description": "A delightful assortment of miniature cakes so Holli can choose the type of cake, filling and frosting for her cakes.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1454, + "name": "Bob's Invoice", + "pural_name": "Bob's Invoices", + "description": "This is the cost breakdown for the wedding by carriage, number and color of the horses and of course, the fancy tack for the groom.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1455, + "name": "Packet of Sketches", + "pural_name": "Packets of Sketches", + "description": "A collection of sketches of carriages and tack that Bob has available for Holly for her wedding.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1456, + "name": "Catalog Card Box", + "pural_name": "Catalog Card Boxes", + "description": "A fancy tin box which belonged to Reid Pebbleton's grandmother, that once held pends and geological specimen catalog cards, but alas, is empty now.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1457, + "name": "Catalog Card", + "pural_name": "Catalog Cards", + "description": "A card for recording geological finds, cut so as to fit neatly into a box. This will fit in the box that belonged to Reid Pebbleton's grandmother.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1458, + "name": "Leda Swann's Armature Drawing", + "pural_name": "Leda Swann's Armature Drawings", + "description": "A very detailed drawing of a set of bird armatures for Earl Bronze to make.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1459, + "name": "Leda Swann's Drawing", + "pural_name": null, + "description": "A detailed drawing of an armature she'd like Earl Bronze to make.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1461, + "name": "Copper Armature Parts", + "pural_name": null, + "description": "A small box of rods, tiny nuts and bolts, and various oddments. Leda will have fun with these!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1462, + "name": "Mosquito Netting", + "pural_name": "Meters of Mosquito Netting", + "description": "Sheer, open-weave fabric, like cheese-cloth but stronger, good for a number of purposes such as Leda Swann's project.", + "icon_id": 393, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1463, + "name": "Hummingbird Feather", + "pural_name": "Hummingbird Feathers", + "description": "This tiny feather sparkles with pure spectral colors; they will be a great addition to Leda Swann's mechanical bird.", + "icon_id": 64, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1464, + "name": "Scribbled Note", + "pural_name": "Scribbled Notes", + "description": "A scribbled note containing Miss Knight's address (you hope!) for Phyllis Colt.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1465, + "name": "Part of a Hull", + "pural_name": "Parts of a Hull", + "description": "You can just make out \"perpuss\" on the bow of this piece of the hull of a model sailing ship. Kevin will want to see this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1466, + "name": "Miniature Foremast", + "pural_name": "Miniature Foremasts", + "description": "This is the foremast to the model ship what Kevin wrecked!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1467, + "name": "Mainsail", + "pural_name": "Mainsails", + "description": "This delicate cambric mainsail is a little discolored, but Kevin will be happy to see it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1468, + "name": "Topgallant", + "pural_name": "Topgallants", + "description": "This is the Topgallant, and a couple of unidentified sails, for the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1469, + "name": "Rudder Assembly", + "pural_name": "Rudder Assemblies", + "description": "The rudder assembly, and part of the keel, for the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1470, + "name": "Aftercastle", + "pural_name": "Aftercastles", + "description": "The aft-deck and cabins of the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1471, + "name": "Foremast", + "pural_name": "Foremasts", + "description": "This is the foremast to the ship Kevin wrecked.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1472, + "name": "Sand Painting Starter Kit", + "pural_name": "Sand Painting Starter Kits", + "description": "An introduction to Sand Painting for Carrie to try.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1473, + "name": "Seahorse", + "pural_name": "Seahorses", + "description": "A Seahorse to start Carrie's Sea Shell collection.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1474, + "name": "Pottery Supplies", + "pural_name": null, + "description": "A box containing a 5 lb block of clay and a beginners pottery book for Carrie.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1475, + "name": "Crocheted Tote Bag", + "pural_name": "Crocheted Tote Bags", + "description": "This bag contains hooks, yarn and instructions so Carrie can learn to crochet.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1476, + "name": "Book on Flower Arranging", + "pural_name": "Books on Flower Arranging", + "description": "A book on arranging live flowers, a book on arranging dried flowers and a book on how to dry flowers for Carrie.", + "icon_id": 283, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1477, + "name": "Border Collie", + "pural_name": "Border Collies", + "description": "Have a horse who is flighty or unable to focus? A Border Collie is just the thing to keep your horse on course!
[ BONUS: +125 to all horse stats ]", + "icon_id": 818, + "sort_by": 100, + "sell_price": 55000, + "embed_swf": "bordercollie", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1478, + "name": "Iona's Woodworkers List", + "pural_name": "Iona's Woodworkers Lists", + "description": "The woodworkers are found on Web Isle, Jungle Isle, Treeton, Ring Isle, Carrotton, and 2 on Polar Isle.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1479, + "name": "Festival Invitation", + "pural_name": "Festival Invitations", + "description": "Invitation to Flipperton's Founder's Day Festival complete with R.S.V.P. cards from Iona. ", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1480, + "name": "Affirmative R.S.V.P.", + "pural_name": "Affirmative R.S.V.P.s", + "description": "I will be happy to participate in the Festival Iona is putting on.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1481, + "name": "Negative R.S.V.P.", + "pural_name": "Negative R.S.V.P.s", + "description": "I am unable to attend the Crafts Festival.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1482, + "name": "Iona's Jewelers List", + "pural_name": "Iona's Jewelers Lists", + "description": "The jewelers and metalworkers are found on Web Isle, Ring Isle, Jungle Isle, Whiskerton, Carrotton, and Shellton.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1483, + "name": "Iona's Artisans List", + "pural_name": "Iona's Artisans Lists", + "description": "Artisans you need to find:
Scrimshander on Skull Isle
Chandler on Web Isle
Native artist in Santon
Stonewright on Lava Isle
Maker of exquisite boxes on the Sand Isles
Quilter in Shellton
Rug maker and Needle crafter on Ice Isle", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1484, + "name": "Iona's Art Isle List", + "pural_name": "Iona's Art Isle Lists", + "description": "These 6 invitations are only for the artists on the island, not the 2 collectors.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1485, + "name": "Earth Saddle", + "pural_name": "Earth Saddles", + "description": "A magically crafted, strong, glowing saddle, made specifically for aiding any horse in draft competitions.
[ BONUS: +650 Strength & +300 Endurance ]", + "icon_id": 821, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "earth", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 650 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1486, + "name": "Earth Saddle Pad", + "pural_name": "Earth Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Earth Saddle and to aid the pulling of heavy loads.
[ BONUS: +250 Strength & +125 Endurance ]", + "icon_id": 822, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "earth", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 250 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1487, + "name": "Earth Bridle", + "pural_name": "Earth Bridles", + "description": "An unnaturally strong bridle magically created from the finest leather and metal made to perfectly complement the Earth Saddle.
[ BONUS: +350 Strength & +175 Endurance ]", + "icon_id": 823, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "earth", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 350 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1488, + "name": "Water Saddle", + "pural_name": "Water Saddles", + "description": "A magically crafted, flowing saddle that shimmers exquisitely and is unmatched in beauty.
[ BONUS: +650 Conformation & +300 Personality ]", + "icon_id": 824, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "water", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 650 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1489, + "name": "Water Saddle Pad", + "pural_name": "Water Saddle Pads", + "description": "A saddle pad magically designed to add beauty and comfort to the Water Saddle.
[ BONUS: +250 Conformation & +125 Personality]", + "icon_id": 825, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "water", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 250 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1490, + "name": "Water Bridle", + "pural_name": "Water Bridles", + "description": "A beautifully crafted bridle made to perfectly complement the Water Saddle.
[ BONUS: +350 Conformation & +175 Personality]", + "icon_id": 826, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "water", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "CONFORMATION", + "effect_amount": 350 + }, + { + "effect_what": "PERSONALITY", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1491, + "name": "Potted Plant", + "pural_name": "Potted Plants", + "description": "This beautiful potted plant is often found sitting near homes, but won't provide great companionship, especially since horses love to eat them!
[ BONUS: +1 to all horse stats ]", + "icon_id": 819, + "sort_by": 100, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": "Lawn", + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1492, + "name": "Ice Cream Maker", + "pural_name": "Ice Cream Makers", + "description": "An old-fashioned wooden Ice Cream Maker with a hand crank. Just what Dolly is looking for.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1493, + "name": "Sack of Rock Salt", + "pural_name": "Sacks of Rock Salt", + "description": "A sack of rock salt for Dolly's Ice Cream Makers.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1494, + "name": "Crate of Chocolate ", + "pural_name": "Crates of Chocolate ", + "description": "Chocolate for Dolly's Ice Cream.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1495, + "name": "Crate of Bananas", + "pural_name": "Crates of Bananas", + "description": "A crate filled with perfectly ripe bananas for Dolly's Ice Cream Social.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1496, + "name": "Package of Vanilla Beans", + "pural_name": "Packages of Vanilla Beans", + "description": "Vanilla Beans for Dolly's Vanilla Ice Cream.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1497, + "name": "Dolly's List", + "pural_name": "Dolly's Lists", + "description": "Ice Cream Ingredients", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1498, + "name": "Ice Cream Ingredients List", + "pural_name": "Ice Cream Ingredients Lists", + "description": "1 Crate of Bananas and 1 Crate of Chocolate from Nana Knutkake
5 Packages of Vanilla Beans from Rika Millgrater
50 Strawberries
50 Snow Balls ", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1499, + "name": "Cheshire Cat", + "pural_name": "Cheshire Cats", + "description": "This rare cat is quite the trickster and will keep your horse guessing.
[ BONUS: +125 to all horse stats ]", + "icon_id": 816, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "cheshire", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "CLOUD", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1500, + "name": "Archy's List", + "pural_name": "Archy's Lists", + "description": "Lumber from GILLIAN
Shingles from CEDRIC
Tar from KARL
Vegetable Seeds from CADENCE
Flower Seeds from LILAC
Preserves from SANDRA
Rugs from LINNEA
Signs from SALVADOR
Candles from CHANDA
Whitewash from MURRAY
Hay from HARRY OATERSON
Nails from WARD ANVIL
Dog Treats from OLLIE SCOOPER
Saddle Soap from MIGUELA POMMEL
Oats from OLIVER OATES
Apples from BRUNO
Chocolate Spread from TOBIAS.", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1501, + "name": "Mike's 1st Map", + "pural_name": "Mike's 1st Maps", + "description": "Start at the bonfire.
Go South to the beached shipwreck.
Go West to the floating debris.
Go Northeast to the buried mast.
Go North 'til ye can't go no more and dig.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1502, + "name": "Mike's 2nd Map", + "pural_name": "Mike's 2nd Maps", + "description": "Start at the shack near the water.
Go East to the boulder.
Go South to the double palm.
Go West 'til ye can't go no further.
Go North to the palm tree and dig.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1503, + "name": "Mike's 3rd Map", + "pural_name": "Mike's 3rd Maps", + "description": "Start at the 4 barrels.
Go South to the tall palm tree.
Go East to another Palm tree.
Go South to another Palm Tree.
Go West 'til ye can't go no more and dig.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1504, + "name": "Mike's 4th Map", + "pural_name": "Mike's 4th Maps", + "description": "Start at the dead tree.
Go West to the shipwreck.
Go East Southeast to the barrels.
Go North to the mast.
Go Southwest, me treasure is buried between the masts.", + "icon_id": 233, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1505, + "name": "Wombat", + "pural_name": "Wombats", + "description": "Cute, cuddly and just plain lovable, this Wombat is perfect for a horse who just needs a really great friend.
[ BONUS: +85 to all horse stats ]", + "icon_id": 806, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "wombat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1506, + "name": "Air Saddle", + "pural_name": "Air Saddles", + "description": "A magically crafted saddle that is sleek for speed but also gives the wearer an extra boost of strength.
[ BONUS: +650 Strength & +300 Speed ]", + "icon_id": 827, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "air", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 650 + }, + { + "effect_what": "SPEED", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1507, + "name": "Air Saddle Pad", + "pural_name": "Air Saddle Pads", + "description": "A magically crafted saddle pad that is a sleek and perfect fit for the Air Saddle.
[ BONUS: +250 Strength & +125 Speed]", + "icon_id": 828, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "air", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 250 + }, + { + "effect_what": "SPEED", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1508, + "name": "Air Bridle", + "pural_name": "Air Bridles", + "description": "An unnaturally strong bridle magically created from the finest leather and metal made to perfectly complement the Air Saddle.
[ BONUS: +350 Strength & +175 Speed]", + "icon_id": 829, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "air", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 350 + }, + { + "effect_what": "SPEED", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1509, + "name": "Toucan", + "pural_name": "Toucans", + "description": "A loud, colorful bird to help keep your horse company.
[ BONUS: +17 to all horse stats ]", + "icon_id": 815, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "toucan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 2, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1510, + "name": "Barrel of Water ", + "pural_name": "Barrels of Water", + "description": "A barrel filled with cool, clear water from Quinn, for Jebidiah.", + "icon_id": 217, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1511, + "name": "Sack of Sugar", + "pural_name": "Sacks of Sugar", + "description": "A large sack filled with sugar from Ethel Barryjam for Jebidiah.", + "icon_id": 218, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1512, + "name": "Crate of Oranges", + "pural_name": "Crates of Oranges", + "description": "A crate of Carla Mae's sweetest oranges for Jebidiah.", + "icon_id": 315, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1513, + "name": "Illiana's Note", + "pural_name": "Illiana's Notes", + "description": "A folded slip of paper carefully describing the tools Illiana needs.", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1514, + "name": "Tool Bundle", + "pural_name": "Tool Bundles", + "description": "A bundle of a few different tools for Illiana.", + "icon_id": 280, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1515, + "name": "Orangeade", + "pural_name": "Glasses of Orangeade", + "description": "A glass of Jebidiah's freshly made Orangeade.", + "icon_id": 27, + "sort_by": 20, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "CONCEPTUAL", + "misc_flags": [], + "effects": [ + { + "effect_what": "THIRST", + "effect_amount": 250 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1516, + "name": "Starfire Saddle", + "pural_name": "Starfire Saddles", + "description": "A magically crafted, sleek saddle, even utilizing comets, made specifically for aiding any horse in racing competitions.
[ BONUS: +650 Speed & +300 Endurance ]", + "icon_id": 831, + "sort_by": 95, + "sell_price": 50000000, + "embed_swf": "starfire", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 650 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 300 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1517, + "name": "Starfire Saddle Pad", + "pural_name": "Starfire Saddle Pads", + "description": "A saddle pad specifically designed to sit perfectly under the Starfire Saddle and to add that little extra burst of speed.
[ BONUS: +250 Speed & +125 Endurance ]", + "icon_id": 832, + "sort_by": 95, + "sell_price": 20000000, + "embed_swf": "starfire", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 250 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 125 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1518, + "name": "Starfire Bridle", + "pural_name": "Starfire Bridles", + "description": "A sleek bridle magically created using comets to perfectly complement the Starfire Saddle.
[ BONUS: +350 Speed & +175 Endurance ]", + "icon_id": 833, + "sort_by": 95, + "sell_price": 30000000, + "embed_swf": "starfire", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 350 + }, + { + "effect_what": "ENDURANCE", + "effect_amount": 175 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1519, + "name": "Lapis Lazuli", + "pural_name": "Chunks of Lapis Lazuli", + "description": "A beautiful deep blue rock with speckles of gold in it. Isaac should be thrilled with it.", + "icon_id": 16, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1520, + "name": "Plush Unicorn", + "pural_name": "Plush Unicorns", + "description": "A soft, adorable stuffed unicorn to help your horse sleep.
[ BONUS: +1 to all horse stats ]", + "icon_id": 830, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plushyunicorn", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1521, + "name": "Alpaca Throw", + "pural_name": "Alpaca Throws", + "description": "A finely woven multi-colored Alpaca hair throw. Britt will love this!", + "icon_id": 314, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1522, + "name": "Birthday Gift for Britt", + "pural_name": "Birthday Gifts for Britt", + "description": "A cheerfully wrapped gift for Britt's Birthday.", + "icon_id": 268, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1523, + "name": "Handcrafted Guitar", + "pural_name": "Handcrafted Guitars", + "description": "A beautifully handcrafted guitar from Dog Isle. Matti is going to love it!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1524, + "name": "Garden Troll", + "pural_name": "Garden Trolls", + "description": "A Garden Troll that looks like it has been chewed on. Svetlana won't be pleased.", + "icon_id": 743, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1525, + "name": "Ice Chest", + "pural_name": "Ice Chests", + "description": "A study ice chest that will be perfect for a block of ice. Jebidiah should be pleased!", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1526, + "name": "Chainsaw", + "pural_name": "Chainsaws", + "description": "Vladyk's chainsaw. It must be pretty powerful to cut out ice blocks from the frozen lake!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1527, + "name": "Block of Ice", + "pural_name": "Blocks of Ice", + "description": "Brrr! This is a very cold block of frozen lake ice. It should be great for keeping Jebidiah cooled off!", + "icon_id": 173, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1528, + "name": "Kookaburra", + "pural_name": "Kookaburras", + "description": "A loud and boisterous bird to keep your horse entertained.
[ BONUS: +17 to all horse stats ]", + "icon_id": 840, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "kookaburra", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1529, + "name": "Clump of Red Fleece", + "pural_name": "Clumps of Red Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1530, + "name": "Clump of Brown Fleece", + "pural_name": "Clumps of Brown Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1531, + "name": "Clump of Off-white Fleece", + "pural_name": "Clumps of Off-white Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1532, + "name": "Clump of White Fleece", + "pural_name": "Clumps of White Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1533, + "name": "Clump of Black Fleece", + "pural_name": "Clumps of Black Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1534, + "name": "Clump of Silver Fleece", + "pural_name": "Clumps of Silver Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1535, + "name": "Clump of Cream Fleece", + "pural_name": "Clumps of Cream Fleece", + "description": "A clump of very fine Alpaca fleece.", + "icon_id": 392, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1536, + "name": "Alpaca Treat", + "pural_name": "Alpaca Treats", + "description": "A ball made from a mixture of Daisy Hay, apples and 4-leaf clovers.", + "icon_id": 391, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1537, + "name": "Alpaca Yarn", + "pural_name": "Balls of Alpaca Yarn", + "description": "A silky and soft ball of white, cream and silver yarn.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1538, + "name": "Ball of Alpaca Yarn", + "pural_name": "Balls of Alpaca Yarn", + "description": "Shades of white, cream and silver are blended to make a beautiful ball of Alpaca yarn.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1539, + "name": "Purple Gnome Cap", + "pural_name": "Purple Gnome Caps", + "description": "The cap is embroidered with the words 'Cabin Forest Caretaker' in an awful putrid yellow color.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1540, + "name": "Magical Toadstool", + "pural_name": "Magical Toadstools", + "description": "A mushroom covered in polka dots. This must be one of Gnigal's Magical Toadstools.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1541, + "name": "Plush Pegasus", + "pural_name": "Plush Pegasai", + "description": "A soft, adorable stuffed pegasus to help your horse sleep.
[ BONUS: +1 to all horse stats ]", + "icon_id": 839, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plushypeggy", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1542, + "name": "Leprechaun Dust", + "pural_name": "Sneezes of Leprechaun Dust", + "description": "A glass vial of sparkling leprechaun dust. This should please Gnorman.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1543, + "name": "Bell Bracket", + "pural_name": "Bell Brackets", + "description": "A bracket for Oringo's bell.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1544, + "name": "Ship's Bell", + "pural_name": "Ship's Bells", + "description": "Oringo's bell, but it doesn't have a clapper.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1545, + "name": "Bell Clapper", + "pural_name": "Bell Clappers", + "description": "The clapper for Oringo's bell.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1546, + "name": "Shiny Brass Bell", + "pural_name": "Shiny Brass Bells", + "description": "Oringo's bell, all fixed up as good as new.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1547, + "name": "Baby Alpaca", + "pural_name": "Baby Alpacas", + "description": "Called a Cria, this baby Alpaca is adorable and will hopefully be what Colbert needs for Zoetta!", + "icon_id": 628, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1548, + "name": "Origami Dove", + "pural_name": "Origami Doves", + "description": "A letter folded into the shape of a dove. You need to deliver it to Gritty. ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1549, + "name": "Young Palomino Hippogryph", + "pural_name": "Young Palomino Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
[ BONUS: +200 to all horse stats ]", + "icon_id": 841, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphpalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1550, + "name": "Young Black Hippogryph", + "pural_name": "Young Black Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
[ BONUS: +200 to all horse stats ]", + "icon_id": 842, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphblk", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1551, + "name": "Young Bay Hippogryph", + "pural_name": "Young Bay Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
[ BONUS: +200 to all horse stats ]", + "icon_id": 843, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphbay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1552, + "name": "Young Chestnut Hippogryph", + "pural_name": "Young Chestnut Hippogryphs", + "description": "Don't put these little ones with a jealous horse, but they'd be perfect for a horse with a great imagination.
[ BONUS: +200 to all horse stats ]", + "icon_id": 844, + "sort_by": 100, + "sell_price": 10000000, + "embed_swf": "hippogryphchest", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1553, + "name": "No-Navel Nancy's Chest", + "pural_name": "No-Navel Nancy's Chests", + "description": "Nancy's treasure chest.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1554, + "name": "No-Navel Nancy's Treasure Map", + "pural_name": "No-Navel Nancy's Treasure Maps", + "description": "Mapmaker Mike's hand drawn map.", + "icon_id": 211, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1555, + "name": "Jackalope", + "pural_name": "Jackalopes", + "description": "This icon of the Old West is the perfect companion for all your stock horse breeds.
[ BONUS: +85 to all horse stats ]", + "icon_id": 838, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "jackalope", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1556, + "name": "Harlan's Provisions", + "pural_name": null, + "description": "3 Crates filled with everything Harlan needs for his Tavern.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1557, + "name": "Ebony Nesting Form Set", + "pural_name": "Ebony Nesting Form Sets", + "description": "A set of nesting forms carved out of ebony wood. Once Kelda paints these, they will make a perfect set!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1558, + "name": "Colorful Beetle Shells", + "pural_name": null, + "description": "Beetle shells that are a variety of glistening iridescent colors! Kelda will be pleased.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1559, + "name": "Sheet of Gold Leaf", + "pural_name": "Sheets of Gold Leaf", + "description": "A shimmery whisper thin sheet of gold leaf. Just what Kelda ordered!", + "icon_id": 215, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1560, + "name": "Ebony Nesting Doll Set", + "pural_name": "Ebony Nesting Doll Sets", + "description": "A six doll set that is beautifully decorated. Mandy should be pleased!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1561, + "name": "Bean & Rice Burrito", + "pural_name": null, + "description": "A bean and rice burrito, served with salsa and chips.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1562, + "name": "Bag of Groceries", + "pural_name": "Bags of Groceries", + "description": "Assorted groceries for the Awlaboard family.", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1563, + "name": "Ham Sandwich", + "pural_name": "Ham Sandwiches", + "description": "Sliced ham is thickly stacked in this sandwich. Eric will be pleased.", + "icon_id": 311, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1564, + "name": "Love Potion #9", + "pural_name": "Bottles of Love Potion #9", + "description": "A tiny spray bottle filled with bubbly, sparkling Love Potion #9 for Charles the frog and Murigal.", + "icon_id": 296, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1565, + "name": "Gnarly Wooden Key", + "pural_name": "Gnarly Wooden Keys", + "description": "As strange as Murigal's tree cage it should unlock. ", + "icon_id": 318, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1566, + "name": "Magic Bean", + "pural_name": "Magic Beans", + "description": "A small, magic bean that, when fed to a horse, will randomly change the horse's height.", + "icon_id": 855, + "sort_by": 83, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1567, + "name": "Magic Droplet", + "pural_name": "Magic Droplets", + "description": "A small, magic droplet that, when fed to a horse, will randomly change the horse's color.", + "icon_id": 856, + "sort_by": 84, + "sell_price": 250000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1568, + "name": "Demetrius' Clue Riddle #5", + "pural_name": "Demetrius' Clue Riddles #5", + "description": "
Queen of past
Asp caused grief
'Tween shrine of sand
and thirst relief. ", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1569, + "name": "Special Treat", + "pural_name": "Special Treats", + "description": "This treat is specially formulated to incredibly spoil a special horse.", + "icon_id": 857, + "sort_by": 80, + "sell_price": 50000000, + "embed_swf": null, + "wishing_well": false, + "type": "HORSEFOOD", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPOILED", + "effect_amount": 1 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1570, + "name": "Bay Mule Foal", + "pural_name": "Bay Mule Foals", + "description": "Got a stubborn horse? This little mule foal can out-stubborn your horse any day!
[ BONUS: +150 to all horse stats ]", + "icon_id": 861, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulebay", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1571, + "name": "Palomino Mule Foal", + "pural_name": "Palomino Mule Foals", + "description": "What could possibly be cuter than those ears! If you have a horse who would just love someone of its own to spoil, this little mule is the perfect companion!
[ BONUS: +150 to all horse stats ]", + "icon_id": 862, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulepalo", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1572, + "name": "Chestnut Mule Foal", + "pural_name": "Chestnut Mule Foals", + "description": "Got a stubborn horse? This little mule foal can out-stubborn your horse any day!
[ BONUS: +150 to all horse stats ]", + "icon_id": 863, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulechest", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1573, + "name": "Pinto Mule Foal", + "pural_name": "Pinto Mule Foals", + "description": "What could possibly be cuter than those ears! If you have a horse who would just love someone of its own to spoil, this little mule is the perfect companion!
[ BONUS: +150 to all horse stats ]", + "icon_id": 864, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "mulepinto", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1574, + "name": "Black Mule Foal", + "pural_name": "Black Mule Foals", + "description": "Got a stubborn horse? This little mule foal can out-stubborn your horse any day!
[ BONUS: +150 to all horse stats ]", + "icon_id": 865, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "muleblack", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1575, + "name": "Dun Mule Foal", + "pural_name": "Dun Mule Foals", + "description": "What could possibly be cuter than those ears! If you have a horse who would just love someone of its own to spoil, this little mule is the perfect companion!
[ BONUS: +150 to all horse stats ]", + "icon_id": 866, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "muledun", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1576, + "name": "Pika", + "pural_name": "Pikas", + "description": "A small, fluffy pika with quite the alarm call to alert your horse if anything resembling danger is nearby.
[ BONUS: +12 to all horse stats ]", + "icon_id": 867, + "sort_by": 100, + "sell_price": 5000, + "embed_swf": "pika", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1577, + "name": "Fishing Pole", + "pural_name": "Fishing Poles", + "description": "A finely made bamboo fishing pole. Rowdy will be so pleased! ", + "icon_id": 262, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1578, + "name": "Red Panda", + "pural_name": "Red Pandas", + "description": "A gentle and eager red panda is the perfect fluffy companion for a horse that likes to have an affectionate companion.
[ BONUS: +120 to all horse stats ]", + "icon_id": 868, + "sort_by": 100, + "sell_price": 53000, + "embed_swf": "redpanda", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1579, + "name": "Overripe Banana", + "pural_name": "Overripe Bananas", + "description": "This banana is brown and very pungent. Perfect for Giuliana's monkey!", + "icon_id": 34, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1580, + "name": "Tika the Monkey", + "pural_name": null, + "description": "Tika is happily munching on the banana. Giuliana will be pleased.", + "icon_id": 387, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1581, + "name": "Customized Cowboy Boots", + "pural_name": null, + "description": "These boots are covered in beautifully carved designs. Scowlin' Sid should love them. ", + "icon_id": 143, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1582, + "name": "Flask of Jojoba Oil", + "pural_name": null, + "description": "A large flask of glistening amber colored oil. Just what Hershel needs!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1583, + "name": "Large Aquamarine Crystal", + "pural_name": null, + "description": "A shimmering radiant crystal the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1584, + "name": "Aquamarine Crystal", + "pural_name": null, + "description": "A shimmering radiant crystal the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1585, + "name": "Small Aquamarine Crystal", + "pural_name": null, + "description": "A shimmering radiant crystal the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1586, + "name": "Odd Gold Key", + "pural_name": "Odd Gold Keys", + "description": "This shimmering gold key is bent in odd angles.
A wispy bit of colorful scarf is tied to it.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1587, + "name": "Odd Copper Key", + "pural_name": "Odd Copper Keys", + "description": "This rosy copper colored key is bent in odd angles.
A wispy bit of colorful scarf is tied to it.\t", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1588, + "name": "Odd Silver Key", + "pural_name": "Odd Silver Keys", + "description": "This shimmering silver key is bent in odd angles.
A wispy bit of colorful scarf is tied to it.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1589, + "name": "Odd Platinum Key", + "pural_name": null, + "description": "This silvery gray colored key is bent in odd angles.
A wispy bit of colorful scarf is tied to it.\t", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1590, + "name": "Bat", + "pural_name": "Bats", + "description": "This little fellow may look spooky, but he'll keep flies, mosquitoes and no-see-ums well away from your horse, making your horse's life a lot more pleasurable.
[ BONUS: +10 to all horse stats ]", + "icon_id": 870, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "bat", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1591, + "name": "Astrolabe", + "pural_name": "Astrolabes", + "description": "A complex and beautifully made brass instrument. Karta will be thrilled.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1592, + "name": "Mysterious Green Package", + "pural_name": "Mysterious Green Packages", + "description": "Phew! The small package smells like the bottom of the ocean. You hope Hindsight doesn't mind.", + "icon_id": 198, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1593, + "name": "Black Fire Opal Chunk", + "pural_name": null, + "description": "This rare fire opal is filled with flecks of shimmery red. Just what Nizhoni ask for.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1594, + "name": "Black Fire Opal pebble", + "pural_name": null, + "description": "This rare fire opal is filled with flecks of shimmery red. Just what Nizhoni ask for.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1595, + "name": "Large Beaded Periwinkle Shell", + "pural_name": null, + "description": "The large iopalescent shell is spiraled with a beaded texture. Just what Nizoni wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1596, + "name": "Small Beaded Periwinkle Shell", + "pural_name": null, + "description": "The small iopalescent shell is spiraled with a beaded texture. Just what Nizoni wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1597, + "name": "Large Piece of Amber", + "pural_name": null, + "description": "The fossilized piece of Amber glows like honey. Nizhoni should be pleased.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1598, + "name": "Small Piece of Amber", + "pural_name": null, + "description": "The fossilized piece of Amber glows like honey. Nizhoni should be pleased.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1599, + "name": "Coloring Book", + "pural_name": "Coloring Books", + "description": "Filled with horse pictures just waiting to be colored, this is perfect for Talucia.", + "icon_id": 281, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1600, + "name": "Quetzal", + "pural_name": "Quetzals", + "description": "A colorful bird to help keep your horse's attention.
[ BONUS: +17 to all horse stats ]", + "icon_id": 869, + "sort_by": 100, + "sell_price": 7000, + "embed_swf": "quetzal", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1601, + "name": "Small Black Fire Opal Bead", + "pural_name": null, + "description": "This black bead is filled with flecks of shimmery red. Just what Nizhoni ask for.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1602, + "name": "Small Aquamarine Bead", + "pural_name": null, + "description": "A shimmering radiant bead the color of the sea. Perfect for Nizhoni.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1603, + "name": "Small Periwinkle Bead", + "pural_name": null, + "description": "This small bead is made from an opalescent Periwinkle shell. Just what Nizoni wanted.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1604, + "name": "Small Amber Bead", + "pural_name": null, + "description": "This bead is made from Amber and it glows like honey. Nizhoni should be pleased.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1605, + "name": "Fire Opal Calumet", + "pural_name": null, + "description": "A ceremonial peach pipe made from Fire Black Opal, for Night's Black Horse.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1606, + "name": "Aquamarine Calumet", + "pural_name": null, + "description": "A ceremonial peace pipe made with Aquamarine, for Dusk's Blue Horse", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1607, + "name": "Periwinkle Calumet", + "pural_name": null, + "description": "A ceremonial peace pipe made with Beaded Periwinkle Shell, for Dawn’s White Horse.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1608, + "name": "Amber Calumet", + "pural_name": null, + "description": "A ceremonial peace pipe made with Amber, for Sun’s Golden Mare.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1609, + "name": "Wooden Spirt Disc", + "pural_name": null, + "description": "This small disc has strange carvings on it. Hopefully Nizhoni will understand what it means.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1610, + "name": "Colobus Monkey", + "pural_name": "Colobus Monkeys", + "description": "This black and white simian will help keep you and your horse entertained.
[ BONUS: +125 to all horse stats ]", + "icon_id": 880, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "colobus", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1611, + "name": "Turkmenian Saddle", + "pural_name": "Turkmenian Saddles", + "description": "This rawhide saddle sits on leather pads, and is decorated with incised markings, silver and carnelian.
[ BONUS: +10 Strength ]", + "icon_id": 834, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "turkmen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1612, + "name": "Turkmenian Saddle Pad", + "pural_name": "Turkmenian Saddle Pads", + "description": "This woven wool-and-silk saddle blanket is stuffed with felt, giving good padding while still allowing a horse's back to breathe.
[ BONUS: +10 Agility ]", + "icon_id": 835, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "turkmen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1613, + "name": "Turkmenian Bridle", + "pural_name": "Turkmenian Bridles", + "description": "A light, elegant bridle with decorations of silver and carnelian, a combination considered lucky and protective by the Turkmen.
[ BONUS: +10 Speed ]", + "icon_id": 836, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "turkmen", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "SPEED", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1614, + "name": "Book of Petroglyphs", + "pural_name": null, + "description": "This book is a dictionary of petroglyph meanings.
Perfect for deciphering the odd markings you've seen.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1615, + "name": "Mysterious Letter", + "pural_name": "Mysterious Letters", + "description": "Wed Compass Rose to Clouds afar
Then halve again twice more
Open wide and start anew
Wed Pirate’s Hat to Compass Rose
then halve again once more
Against a light- map’s backside to you
Clouds are seen in bottom right
The epicenter vertex is numbered zero
Number vertex from the center out
1 2 3 Left and 1 2 3 Right
1 2 3 Up and 1 2 3 Down
To solve future mysteries that unfold
For now the epicenter holds the prize
", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1616, + "name": "Skeleton Key Painted Purple", + "pural_name": "Skeleton Keys Painted Purple", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1617, + "name": "Skeleton Key Painted Yellow", + "pural_name": "Skeleton Keys Painted Yellow", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1618, + "name": "Skeleton Key Painted Crimson", + "pural_name": "Skeleton Keys Painted Crimson", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1619, + "name": "Skeleton Key Painted Emerald", + "pural_name": "Skeleton Keys Painted Emerald", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1620, + "name": "Skeleton Key Painted Navy", + "pural_name": "Skeleton Keys Painted Navy", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1621, + "name": "Skeleton Key Painted Fuchsia", + "pural_name": "Skeleton Keys Painted Fuchsia", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1622, + "name": "Skeleton Key Painted Turquoise", + "pural_name": "Skeleton Keys Painted Turquoise", + "description": "This must be one of the keys for solving The Great Pirate Buried Treasure Puzzler!", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1623, + "name": "Pinto Cria", + "pural_name": "Pinto Crias", + "description": "A small, fuzzy, multi-colored baby llama.
[ BONUS: +150 to all horse stats ]", + "icon_id": 871, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criapinto", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1624, + "name": "Roan Cria", + "pural_name": "Roan Crias", + "description": "A small, fuzzy, roan baby llama.
[ BONUS: +150 to all horse stats ]", + "icon_id": 872, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criaroan", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1625, + "name": "Brown Cria", + "pural_name": "Brown Crias", + "description": "A small, fuzzy, brown baby llama.
[ BONUS: +150 to all horse stats ]", + "icon_id": 873, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criabrown", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1626, + "name": "Black Cria", + "pural_name": "Black Crias", + "description": "A small, fuzzy, black baby llama.
[ BONUS: +150 to all horse stats ]", + "icon_id": 874, + "sort_by": 100, + "sell_price": 150000, + "embed_swf": "criablack", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1627, + "name": "Ornate Pirate's Chest", + "pural_name": "Ornate Pirate's Chests", + "description": "This small chest is covered with brass designs. Scar-Nose Pete will be pleased.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1628, + "name": "Oddly Shaped Tile", + "pural_name": "Oddly Shaped Tiles", + "description": "The clay tile has a character carved into it. Scar-Nose Pete will hopefully understand what it means.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1629, + "name": "Scrap of Paper", + "pural_name": "Scrap of Papers", + "description": "rested
cleats
base fox

Now to figure out these anagrams!", + "icon_id": 273, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1630, + "name": "Potato", + "pural_name": "Potatos", + "description": "A lumpy, bumpy yellow potato. Perfect for soup.", + "icon_id": 59, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1631, + "name": "Beet", + "pural_name": "Beets", + "description": "Deep ruby red, this beet will be perfect for soup.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1632, + "name": "Bag of Produce", + "pural_name": "Bags of Produce", + "description": "A large head of cabbage and one onion fill the bag. Perfect for making soup.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1633, + "name": "Sour Cream", + "pural_name": "Jars of Sour Cream", + "description": "A small container of freshly made, creamy tangy sour cream. Perfect for topping borscht.", + "icon_id": 35, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1634, + "name": "Baby Octopus", + "pural_name": "Baby Octopuses", + "description": "This poor little creature looks scared. Crazy Eddie will be relieved that you saved it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1642, + "name": "Crated Minorca Chickens", + "pural_name": null, + "description": "These dark feathered chickens do great in a hot & humid climate. Perfect for Dog Isle!", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1635, + "name": "Fan-throated Lizard", + "pural_name": "Fan-throated Lizards", + "description": "This small lizard hides it's bright colors until just the right moment.
[ BONUS: +10 to all horse stats ]", + "icon_id": 879, + "sort_by": 100, + "sell_price": 4000, + "embed_swf": "fanlizard", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1636, + "name": "Lumpy Package", + "pural_name": "Lumpy Packages", + "description": "This awkwardly wrapped package is really lumpy. You hope Hank likes it.", + "icon_id": 300, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1637, + "name": "Dog Isle Shopping List", + "pural_name": "Dog Isle Shopping Lists", + "description": "Isaac - 2 dozen oyster shells
Vega - 6 dozen corn husks
Twyla - oil of orange
Ociel - book on clouds - Shellton Library
Ociel - 2 bags of popcorn for his wife
Jocosa - 3 Minorca Chickens", + "icon_id": 276, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1638, + "name": "Dozen Corn Husks", + "pural_name": null, + "description": "These tan crinkled and dried up husks are perfect for tamales. Vega will be pleased.", + "icon_id": 18, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1639, + "name": "Oil of Orange", + "pural_name": "Jars of Oil of Orange", + "description": "Made from orange peels, this sweet smelling oil is just what Twyla wanted.", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1640, + "name": "Clouds Book", + "pural_name": "Clouds Books", + "description": "This nonfiction book is filled with pictures and information about different types of clouds. Ociel should be pleased.", + "icon_id": 284, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1641, + "name": "Oyster Shell", + "pural_name": "Oyster Shells", + "description": "Iridescent Mother of Pearl lines this oyster shell in a rainbow of colors. Isaac will be pleased.", + "icon_id": 13, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1643, + "name": "Crate of Minorca Fowl", + "pural_name": "Crates of Minorca Fowl", + "description": "These dark feathered chickens do great in a hot & humid climate. Perfect for Dog Isle!", + "icon_id": 191, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1644, + "name": "Bit of Dried Seaweed", + "pural_name": "Bits of Dried Seaweed", + "description": "Dark ocean green with a distinct brine smell. The strange scratches must be a secret message for Dursley.", + "icon_id": 235, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1645, + "name": "Coati", + "pural_name": "Coatis", + "description": "This curious, long-tailed coati has amazing balance.
[ BONUS: +85 to all horse stats ]", + "icon_id": 850, + "sort_by": 100, + "sell_price": 37000, + "embed_swf": "coati", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1646, + "name": "Small Strange Chest", + "pural_name": "Small Strange Chests", + "description": "A mysterious small carved wooden chest with no visible
way to open it. It is darkened from being buried in the lava
fields and marked with strange runes. Maybe someone
on this island can tell you about it.", + "icon_id": 170, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1647, + "name": "Strange Black Package", + "pural_name": "Strange Black Packages", + "description": "A black so dark that it seems to absorb all light, this package is both heavy and ice cold. Best get it to Hyrokkin before it does something strange! ", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1648, + "name": "Bit of Marked Up Seaweed", + "pural_name": null, + "description": "Dark ocean green with a distinct brine smell. Dursley has added to the strange scratches. Must be a secret message for Ebenezer.", + "icon_id": 235, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1649, + "name": "Crock of Utensils", + "pural_name": "Crocks of Utensils", + "description": "Made of the finest quality stainless steel, this set of cooking utensils would make any chef happy. Jeremy should be pleased.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1650, + "name": "RCMP Saddle", + "pural_name": "RCMP Saddles", + "description": "A basic saddle designed after that which is used by the Royal Canadian Mounted Police.
[ BONUS: +10 Agility ]", + "icon_id": 881, + "sort_by": 95, + "sell_price": 10000, + "embed_swf": "rcmp", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "AGILITY", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1651, + "name": "RCMP Saddle Pad", + "pural_name": "RCMP Saddle Pads", + "description": "A simple saddle pad designed to fit under the saddle fashioned after that which is used by the Royal Canadian Mounted Police.
[ BONUS: +10 Endurance ]", + "icon_id": 882, + "sort_by": 95, + "sell_price": 4000, + "embed_swf": "rcmp", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "ENDURANCE", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1652, + "name": "RCMP Bridle", + "pural_name": "RCMP Bridles", + "description": "A simple bridle designed after that which is used by the Royal Canadian Mounted Police.
[ BONUS: +10 Strength ]", + "icon_id": 883, + "sort_by": 95, + "sell_price": 6000, + "embed_swf": "rcmp", + "wishing_well": false, + "type": "TACK", + "misc_flags": [], + "effects": [ + { + "effect_what": "STRENGTH", + "effect_amount": 10 + } + ], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1653, + "name": "Brown Paper Package", + "pural_name": "Brown Paper Packages", + "description": "Svetlana's embroidery packaged for shipping.", + "icon_id": 615, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1654, + "name": "Packet of Notes", + "pural_name": "Packets of Notes", + "description": "Olena's outgoing mail.", + "icon_id": 277, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1655, + "name": "Pysanky in a Case", + "pural_name": "Pysankies in a Case", + "description": "Lesia's beautiful Pysanky egg in a hand carved case made by Vasyl.", + "icon_id": 303, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1656, + "name": "Plush Triceratops", + "pural_name": "Plush Triceratops", + "description": "A soft, adorable stuffed triceratops to help your horse sleep.
[ BONUS: +1 to all horse stats ]", + "icon_id": 878, + "sort_by": 100, + "sell_price": 0, + "embed_swf": "plushtrike", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1657, + "name": "Ostrich", + "pural_name": "Ostriches", + "description": "If you have a horse who could use a little exercise, this ostrich hen is perfect! She can match any horse for speed!
[ BONUS: +125 to all horse stats ]", + "icon_id": 849, + "sort_by": 100, + "sell_price": 60000, + "embed_swf": "ostrich", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1658, + "name": "Crate of Baby Chicks", + "pural_name": null, + "description": "1/2 dozen baby Partridge Penedesenca chickens. Perfect for a hot climate like Hat Isle.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1659, + "name": "Bag of Chicken Feed", + "pural_name": null, + "description": "Filled with corn kernels, field peas, oats and barley, this feed should be perfect for chickens on a Pirate island.", + "icon_id": 1, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1660, + "name": "Bag of Charcoal Powder", + "pural_name": "Bags of Charcoal Powder", + "description": "This black dust looks very messy! Hopefully it'll take care of the swamp stench for the Tropicton residents. Cerise especially.", + "icon_id": 320, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1661, + "name": "Skein of Spider's Silk", + "pural_name": "Skeins of Spider's Silk", + "description": "Loops of shimmering white spider's silk. You wonder what the witch wants with this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1662, + "name": "Gryphon Egg Shard", + "pural_name": "Gryphon Egg Shards", + "description": "A rather large and broken bit of a Gryphon's eggshell.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1663, + "name": "Tuft of Fur", + "pural_name": "Tufts of Fur", + "description": "Wiry, coarse (and stinky) brown hair from Grendel's hide. You hope this makes the witch happy.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1664, + "name": "Repaired Gryphon's Egg", + "pural_name": "Repaired Gryphon's Eggs", + "description": "The pieces have been transformed into a whole Gryphon's Egg. You hope the witch will accept this.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1665, + "name": "Curse Reversal Potion", + "pural_name": "Curse Reversal Potions", + "description": "A small vial of glowing magenta slime. You hope this works on poor Beltran!", + "icon_id": 309, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1666, + "name": "Aye-aye", + "pural_name": "Aye-ayes", + "description": "This lemur is inquisitive and entertaining for any horse.
[ BONUS: +90 to all horse stats ]", + "icon_id": 848, + "sort_by": 100, + "sell_price": 38000, + "embed_swf": "ayeaye", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1667, + "name": "Snowy Owl", + "pural_name": "Snowy Owls", + "description": "A very white, bright eyed snowy owl.
[ BONUS: +19 to all horse stats ]", + "icon_id": 837, + "sort_by": 100, + "sell_price": 8000, + "embed_swf": "snowy", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "JUNGLE", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1668, + "name": "Odd Purple Key", + "pural_name": "Odd Purple Keys", + "description": "This shimmering purple key is bent in odd angles.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1669, + "name": "Odd Iron Key", + "pural_name": "Odd Iron Keys", + "description": "This Iron Key is much larger than the other keys, and bent in crazy shapes. Hopefully, Madame Babushka will know what to do with it.", + "icon_id": 274, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1670, + "name": "Fiddle Bow", + "pural_name": "Fiddle Bows", + "description": "Curtis' bow has broken strings hanging from it.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1671, + "name": "Repaired Fiddle Bow", + "pural_name": "Repaired Fiddle Bows", + "description": "The bow has new white horse hairs and has been rosined. Curtis will be pleased!", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1672, + "name": "Chipmunk", + "pural_name": "Chipmunks", + "description": "This friendly, busy rodent has fancy stripes and is on a constant lookout.
[ BONUS: +6 to all horse stats ]", + "icon_id": 877, + "sort_by": 100, + "sell_price": 2500, + "embed_swf": "chipmunk", + "wishing_well": false, + "type": "COMPANION", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + }, + { + "id": 1673, + "name": "Single Sock", + "pural_name": "Single Socks", + "description": "A bit dirty from being buried, the sock is in otherwise fine shape. Mandy should be pleased.", + "icon_id": 190, + "sort_by": 1, + "sell_price": 0, + "embed_swf": null, + "wishing_well": false, + "type": "QUEST", + "misc_flags": [], + "effects": [], + "spawn_parameters": { + "spawn_cap": 0, + "spawn_in_area": null, + "spawn_on_tile_type": "GRASS", + "spawn_on_special_tile": null, + "spawn_near_special_tile": null + } + } + ] + }, + "transport":{ "wagon_cutscene":"wagoncutscene", "boat_cutscene":"boatcutscene", "ballon_cutscene":"ballooncutscene", diff --git a/Horse Isle Server/Horse Isle Server/Client.cs b/Horse Isle Server/Horse Isle Server/Client.cs index 665442a..ef629f7 100644 --- a/Horse Isle Server/Horse Isle Server/Client.cs +++ b/Horse Isle Server/Horse Isle Server/Client.cs @@ -200,9 +200,9 @@ namespace Horse_Isle_Server { ClientSocket.Send(PacketData); } - catch (SocketException e) + catch (Exception e) { - Logger.ErrorPrint("Socket exception occured: " + e.Message); + Logger.ErrorPrint("Exception occured: " + e.Message); Disconnect(); } } diff --git a/Horse Isle Server/Horse Isle Server/Gamedata.cs b/Horse Isle Server/Horse Isle Server/Gamedata.cs index 809c3f6..6ae92fc 100644 --- a/Horse Isle Server/Horse Isle Server/Gamedata.cs +++ b/Horse Isle Server/Horse Isle Server/Gamedata.cs @@ -1,7 +1,6 @@ using System.Collections.Generic; using System.IO; using Newtonsoft.Json; -using Newtonsoft.Json.Linq; namespace Horse_Isle_Server { @@ -35,7 +34,7 @@ namespace Horse_Isle_Server Logger.DebugPrint("Registered Town: " + town.Name + " X " + town.StartX + "-" + town.EndX + " Y " + town.StartY + "-" + town.EndY); World.Towns.Add(town); - } + } // Register Areas int totalAreas = gameData.places.towns.Count; @@ -159,6 +158,43 @@ namespace Horse_Isle_Server } + int totalItems = gameData.item.item_list.Count; + for (int i = 0; i < totalItems; i++) + { + Item.ItemInformation item = new Item.ItemInformation(); + item.Id = gameData.item.item_list[i].id; + item.Name = gameData.item.item_list[i].name; + item.PluralName = gameData.item.item_list[i].plural_name; + item.Description = gameData.item.item_list[i].description; + item.IconId = gameData.item.item_list[i].icon_id; + item.SortBy = gameData.item.item_list[i].sort_by; + item.SellPrice = gameData.item.item_list[i].sell_price; + item.EmbedSwf = gameData.item.item_list[i].embed_swf; + item.WishingWell = gameData.item.item_list[i].wishing_well; + item.Type = gameData.item.item_list[i].type; + item.MiscFlags = gameData.item.item_list[i].misc_flags.ToObject(); + int effectsCount = gameData.item.item_list[i].effects.Count; + + Item.Effects[] effectsList = new Item.Effects[effectsCount]; + for(int ii = 0; ii < effectsCount; ii++) + { + effectsList[ii] = new Item.Effects(); + effectsList[ii].EffectsWhat = gameData.item.item_list[i].effects[ii].effect_what; + effectsList[ii].EffectsWhat = gameData.item.item_list[i].effects[ii].effect_amount; + } + + item.Effects = effectsList; + item.SpawnParamaters = new Item.SpawnRules(); + item.SpawnParamaters.SpawnCap = gameData.item.item_list[i].spawn_parameters.spawn_cap; + item.SpawnParamaters.SpawnInArea = gameData.item.item_list[i].spawn_in_area; + item.SpawnParamaters.SpawnOnTileType = gameData.item.item_list[i].spawn_on_tile_type; + item.SpawnParamaters.SpawnOnSpecialTile = gameData.item.item_list[i].spawn_on_special_tile; + item.SpawnParamaters.SpawnNearSpecialTile = gameData.item.item_list[i].spawn_near_special_tile; + + Logger.DebugPrint("Registered Item ID: " + item.Id + " Name: " + item.Name); + Item.Items.Add(item); + } + // New Users Messages.NewUserMessage = gameData.new_user.starting_message; diff --git a/Horse Isle Server/Horse Isle Server/Horse Isle Server.csproj b/Horse Isle Server/Horse Isle Server/Horse Isle Server.csproj index d64c138..88025c2 100644 --- a/Horse Isle Server/Horse Isle Server/Horse Isle Server.csproj +++ b/Horse Isle Server/Horse Isle Server/Horse Isle Server.csproj @@ -66,6 +66,7 @@ ..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll + @@ -84,7 +85,7 @@ - + diff --git a/Horse Isle Server/Horse Isle Server/Item.cs b/Horse Isle Server/Horse Isle Server/Item.cs new file mode 100644 index 0000000..b93a1c9 --- /dev/null +++ b/Horse Isle Server/Horse Isle Server/Item.cs @@ -0,0 +1,48 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Horse_Isle_Server +{ + class Item + { + public struct Effects + { + public string EffectsWhat; + public int EffectAmount; + } + + public struct SpawnRules + { + public int SpawnCap; + public string SpawnInArea; + public string SpawnOnTileType; + public string SpawnOnSpecialTile; + public string SpawnNearSpecialTile; + } + public struct ItemInformation + { + public int Id; + public string Name; + public string PluralName; + public string Description; + + public int IconId; + public int SortBy; + public int SellPrice; + + public string EmbedSwf; + public bool WishingWell; + public string Type; + public int[] MiscFlags; + public Effects[] Effects; + + public SpawnRules SpawnParamaters; + + } + + public static List Items = new List(); + } +} diff --git a/Horse Isle Server/Horse Isle Server/ItemObject.cs b/Horse Isle Server/Horse Isle Server/ItemObject.cs deleted file mode 100644 index 74f4795..0000000 --- a/Horse Isle Server/Horse Isle Server/ItemObject.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Horse_Isle_Server -{ - class ItemObject - { - public int IconId; - public int Price; - public string ItemName; - public string ItemDescription; - public string ItemCategory; - } -} diff --git a/Horse Isle Server/Horse Isle Server/Messages.cs b/Horse Isle Server/Horse Isle Server/Messages.cs index 1ec3f0e..9d3eb3f 100644 --- a/Horse Isle Server/Horse Isle Server/Messages.cs +++ b/Horse Isle Server/Horse Isle Server/Messages.cs @@ -82,17 +82,17 @@ namespace Horse_Isle_Server // Meta public static string FormatTransportMessage(string method, string place, int cost, int id, int x, int y) { - byte[] xy = new byte[4]; - xy[0] = (byte)(((x - 4) / 64) + 20); - xy[1] = (byte)(((x - 4) % 64) + 20); + string xy = ""; + xy += (char)(((x - 4) / 64) + 20); + xy += (char)(((x - 4) % 64) + 20); - xy[2] = (byte)(((y - 1) / 64) + 20); - xy[3] = (byte)(((y - 1) % 64) + 20); + xy += (char)(((y - 1) / 64) + 20); + xy += (char)(((y - 1) % 64) + 20); int iconId = 253; if(method == "WAGON") iconId = 254; - return TransportFormat.Replace("%METHOD%", method).Replace("%PLACE%", place).Replace("%COST%", cost.ToString()).Replace("%ID%", id.ToString()).Replace("%ICON%",iconId.ToString()).Replace(" % XY%",Encoding.UTF8.GetString(xy)); + return TransportFormat.Replace("%METHOD%", method).Replace("%PLACE%", place).Replace("%COST%", cost.ToString()).Replace("%ID%", id.ToString()).Replace("%ICON%",iconId.ToString()).Replace("%XY%", xy); } // For all public static string FormatGlobalChatMessage(string username, string message) diff --git a/Horse Isle Server/Horse Isle Server/Server.cs b/Horse Isle Server/Horse Isle Server/Server.cs index 2355d1e..cdb3135 100644 --- a/Horse Isle Server/Horse Isle Server/Server.cs +++ b/Horse Isle Server/Horse Isle Server/Server.cs @@ -488,6 +488,8 @@ namespace Horse_Isle_Server public static void OnDisconnect(Client sender) { + connectedClients.Remove(sender); + if (sender.LoggedIn) { // Send disconnect message @@ -505,7 +507,6 @@ namespace Horse_Isle_Server client.SendPacket(playerRemovePacket); } - connectedClients.Remove(sender); } diff --git a/WebInterface/game-site/mod/basketshoot.swf b/WebInterface/game-site/mod/basketshoot.swf new file mode 100644 index 0000000000000000000000000000000000000000..3dc5c0788ef5b323f0ba8fe879319966f8a2ebda GIT binary patch literal 28717 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 Je*uY{sG5>1@G$@Y literal 0 HcmV?d00001 diff --git a/WebInterface/game-site/mod/chess.swf b/WebInterface/game-site/mod/chess.swf new file mode 100644 index 0000000000000000000000000000000000000000..45c403a616029bb80254c84d2a0d66ac95556a27 GIT binary patch literal 15016 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≧M7`KTqS>ANa>0lvVlC$*5gt2`SC$^(Km76F)2 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%0D=Dll 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

=n0U;TW7fiFd%ZfA(UH!f6u~J+ye2MxY-0D!G4$ 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%0Dhe_FtNRWNrQjyMJEL9DmjP8|A;j!ugM} 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 JW^dxw{4W7O<2?WX literal 0 HcmV?d00001 diff --git a/WebInterface/game-site/mod/snowballslingshot.swf b/WebInterface/game-site/mod/snowballslingshot.swf new file mode 100644 index 0000000000000000000000000000000000000000..ea69c711b06433f10d410fe35b3bee7b751715a8 GIT binary patch literal 22571 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 literal 0 HcmV?d00001 diff --git a/WebInterface/game-site/mod/teamcave.swf b/WebInterface/game-site/mod/teamcave.swf new file mode 100644 index 0000000000000000000000000000000000000000..aba60219fb460b10bcf04b477ce331953465b564 GIT binary patch literal 152771 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


HEXzR-dG(J9H1kAl!1_cQ$o(Eu9>Pn? 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 literal 0 HcmV?d00001 diff --git a/WebInterface/game-site/mod/teamjunglecave.swf b/WebInterface/game-site/mod/teamjunglecave.swf new file mode 100644 index 0000000000000000000000000000000000000000..38925987c0feff59df7fc7cddb8af7e913c29a94 GIT binary patch literal 67122 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

1p^SD7}@T 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

;dpJO;<)rFwk8$GH0vI@U!z z3~tetBW8X*G$~Y*GnXoNME!eV^x}sXZxwCmPO@uVvR=hy&9L$gntwV2UUhofR6>l( z?`wfFTL5`+m@d}6`o+g0)XiNCaqr8YUy{uVCExy5ie~o4y!HKVekJ~!Ilmrr zaY8(52JS=$azk|NI7&z-CJhCFvw@hg9NONOTkFV$rT|}B6K(N^kSkI9CowaRz}-d& z3Ze|xIf7qp?==_o>v~iU`Re8^kX%22N|!TXgtY5~C-}Ly5Kwg!1$S)TO_b>tyxfy} z5uN3|-*EKtyO$)nl-}a#j0bLb*YM=t?`(w=sb%Afo8D_Wo*Sz%Zn!-gy0=|F{#5y5 zj=e(Ivw%#thWLNz7nzhn{Q2d6c_Dzjobq8hBmhGp1!=FTSR& ziJGAK)$7H#@6UdV3xB|SFTaCU zjlmr&(uG?l_H#Zch7-an{I;5$Y_WgiY@cCY3j&9G3@Si!(ZsPvu#3aXoEUcP$kC-^ z%#SY94zWsoNniD&CmL4vO9E~wYE)$f`@|&#$VCT+Cd|82fXs40Aj7Iy@>wWWsOJ2j}%K`8zAeE8lUb9s8$2CLUfb?32VKRH{!9pFILcKFEZ0z z>CGd6qA`HY9>-;mpt<;NJ`#T*DJm|+!wlRliW_$~)Z_D0x$UcVo_z|;Ng6BOR+_-8 z-#L5XLru}-q2fyRzQZr_@Csh-_{jbeYbt1R=*RbV;()*|rCPC0FSO`!b~PD^LELZ;sz=ikm;=$4B_^m7C(g0x+EKsTz86 zQXmI70@bE8nKN(vYJtKZ0N)|Ht=2l?4S*K=YQ$2~rPRivpk{tvB*-nGj}UX}jEmy3 z%PM}V(EKxLelqyW2|v?>#H1+CJ5fAgOj6gaYUJ!i0f{yrgE23C03#U!ik--~7ZwZh z6P=XSHaxKOBgRh2e2M$+&}>OZSuLxSA+k67jg@*Pp^+6bGNVvZ41YXPnhfGyDfTB- zLk3J>rxAjF`SoL;upsBA<)z{aNPC%gxzJL3+6=7&(gbsZ`XHOl|e#-Z;ioy_fVP5EvU7!1|^@Z?;Fe z$)}T=Y6)bplXvgpj(2^DrI5`mQ5#M(vAP4Y9AZQ#I@rDw&9% z%rWS4zsmZ?u4gCv@w@pz+e}xrX)mtBZ_(9Lw4XySC8B!mt*) z(%-{W_POJ|1AZPOk241jk1qVbj{PhI)_C15(Ml&QWdYRWPX#-K^&9x^+0o{&OwLwD zamlA09dtcHiV1>VO9?Bb!SY^-9mbJorv{=^(mXR;{yO{*G?pwea`j(aPp%$@ruBfPp;F^*e(-IszEWo8L-C zRiI<5jXL4)Ba@)jsv4KlCYaehq%Bv6@7ERG3JJ1<6_Jm%b!GHAp>J3GkpaBC`y(;6 z;Q>`M{`EsgL0y{Z&A*q8`2P2@5%1qC9-RDN@-^U~(~_r5cH@a08+NBD9D z$$(*mj`0Wk#1O%k#e(b<`rNhJZ|Z{Z_H2}*<#wmI&r-xALUI&n`#$HiLcGTQ+i*%D7FDP=$O$q5jS9{T?dUWtFlaiWKkOBzB3) z&V?5^W~T#RWb=bTfjW7a{0*!fQkK7`l!5D_N3@_uO((|BV3xdxvW=SUC1D_V7m74R zOhTlFP5r6u$MuIfsS!5*hzTf;#dUPU+e&U&Iux><#~$Tsj(loyQOr(0gGTBNP&yXp z#5|tT8kZh`^D|%`{dLC0vd&`s=RR-Tei+&W`e*+tL<>Hs3r) z$b%3p0M;b{@pu24W!Go^3g*VBXe5E31iD|deq+@5P$C(g9jaq(4f-!@F8NUW z+8O?n+mZTsT$J~{f`*#y9#&TWH$bxZ$UpH0k4;GyIF~#|{+Su%tBJ{yQUf43aChJ6 z=So)cyhTkQGy{=x=~4U;g)2dwx80<>u8*gWdZf3z=~z{)9u`DInGR}vKis&)8z3f<5hv?_2-{j`D7Fm+MQm5;&~HY1sTtxD2<2e&`nHe^RS1B8poc zz%i%N2PqB70%b_}(rkKrA#+U#=0arRq~%2t!X%UnlQN6^SC zv8etwxw@E5Ef35FsH;H;AY!=;>C{&l@o@QXSk+26oD87{MLER1OqsL<)dSJ|eKH`e z7EgA5KH;oeQ3Y#1_Y7_l?o;>cBME9$g&UjDcNpWnD*&|% zH?}~~RiQj#-{2#+yAm#fa z-#S0`$Ks_?-$1Uiawb5kb1;ryTTtxfQ871s)XD?d2Ysr`-gpYo)>b4f$(dcsx+H{-d^X`z!-csk&3_F7BT4hc#Yi7HTCTZkL@LrB~s} z@v^Wqg^6>B!a8-LM^>U`nAqMJ|dnCs$CJ?Yqvkv)X$yzapC%bv=#V0jo)7tvVi!;Gm12 zo<)1j?Z?LkX{EZmHx*;M$zN$4d`ZtAy~6^QKfd;BdCz-$=U`H z^^mI46?`TtD}*ycQFrH_NhtZf?1{8}Hsn?Ni(@{D3S6WZ%*vu8Y)T7c#=cltIJi4Y z&aDj}(EGdxaWsZ)tgjIUIld~F` z=mc5p)#F3f{R8d=nSkgG)h3}~l3aCS{6GQ~W#L7UH5fiH*5YR)tvfkVqe;Edl46sN*8&l!s1qoYpI&>r<6+xZrpT z5|v%;hpkp=F&0ZrZn=_gWzyrW9p68PpXAWVQJ@J1$kg{h!BJBHQ{LHbvhNu$r``IQ z)A{+i$aJ@BDOoGmSuS_L7xjyW#-f72Bgjd^#>_YW=*-~PD6bI(#h8>dX*OZLAMqs? zI+4~;PNjd;hwhH#-NiE&9Sb0-Q!d{LmuyKqZ41iZDGJC?J=2&xHxy(R=_dx^g zAprVKx3uf(=WlbNifP6WFzHIZ)pd6)CG%@6xCaZBqm18_(Qo8MJAyaS2A4LGaQS|| z-F`f`2`Jbb?-cKAN8tMml1lA9(1uS5SZ%mD(h77Udqwp?^?HAFJ0LP`C>KKiQWVeC z_6CuaIdXQ}V+&R9w?oT?jnZBT?9K<7Yj2(AO$D9AaB(J$Pu5uS<)hHuqa?u-W+fOL{G^~&0QyQ0UV}7#^R2g zCfc_>H4H?(o79xIb0i+Of<=f5C@-JhBhH@t^tkY%`|iqzb6|xe$*;cn?7UvfKeFTA zZplZT=29a6Xk2;NK3Hm(ZEp{mF<*1c(OWDa1-~KlLnM9YC1*Bhkj=VdwaL>^Ga%Vttz z2d#2B3ebfx;qh$$zueFxi&C1{>%PczSl3a^DMt@C1_=$zHJ(4lUI?xGn$)L8Sk_cW zc+(rdL!$6F{e|o1`i|Dm@NB0QMFEWaA(*{!5nIC}{Qh09@G{~HKGJE4<38Nm>bJE8 zO+q~Jt|+6kQ3BX$vHeOOfzUl||5zsbp^|2cKPSHQ>@5&r2pO~TaG;F{%HJJaB2(uOf~eFJcN2CL;o20TbK z_|ib=j4PmW>}|Yo#cDa!qySG*z!4D(-HR0t;f(xn!|-1M8JRrgT9{Dl9Bf{&N^{;_ zG{Y;)R|zHWfpRJck=a#TsmF>F>CK)rYlmuwY^ux3utOWvN?jOQb6%0^rs~Gi>}tqK za8+$>L1OX>QKuE+q`PN)8$zUgeb+C8YO=CGz(B62#hwMQ9eS?B!1xn28 z5w7Wg5UC@aN@Aq}SZRl=n5s6x8rJZH^+#B=An6DG@U-4rK zumQqrD0(0m26^H|eks45@(FrS-vjR(4J)5j8}W8Su7XFd_wCegLl+EM`&}S*Ur^df z{0`p&xEmt(NQfo)@2iYr7SOMpM6!`UTFM^ZKzCO8(lCW{k6en)Nv*@vBD&@79Y_>D z^H@{fLL3Q~qzgwi+3v**thL^-iN(oEb*|e4>lJ9h6BuYZQTiv{p(~w4m#_AhP*ZTd*P63KLnSjpZS8423SP z=eAX|%z%&rsA+l7NM~A83anUQ1`z|^Np2X*1?{4Mas&hpKUm;p*JGYCc!nFjDST(p z>;3J|4ao;mt55SdDt-^k7(I;)i7L*M^9Ag1Bb~(NliT?Z^gG;;i574fVrKwPK(N2u z4a%g}JWYkBNkrD;5>y`GLiLhu#PQ-n6GXW{d#}$;va>mJD}* zlYV=gt=iyB>MDdq-(nQbegxh_3J;@lj$asNDPQabw|<1l4Iz(8Y`lkIPyc5U?!n8N zLFP-ynocoL%^5Bs!>|C%6QjO5_=LvSGQB*0uPF9-K0|8gXP-b+QDeA_3qj`1yLq`q zUz;=UcJEiaa)wS=hoz^iJ}Tk588jiI5U>^+-4aNB`uI`rP6|Z?n^v?+HQwED`5PhA z)=+*fPT&|(JwTZZ5FiAnjgM6t(~?d-3h!-_h-feJS--_Fn87k=OckzE)xRi+_2RZ3 z++n>GvJxc`kkoS%@L8RnlvDIXN%6E&Gm}E_fN8S-%&)hQr=eIRGM`^1>CDi#SwptX zC9B6qG4?$nBY1idk~5BryEv)m058cwkzsDsH(;FOsP|Pfv#4k(l-tW zCCZzHa@CH+ghRkaxg}pEW!vX`<7TlvMTi$1V#p9=?n9Mf17J?30R6Uv%E z+9_{y?)-`Mm+x64C33WQ4!yGQ3n$8;DLm-61vWy>WPhHw3Hn8eTrGISIsJtKT0BLs z^gf-jS~jI(^y+_R&l01>1F&4zQ5}hWg2!M>?-~}E$(!z#|8>HYd7GqL_D^?ugv2WM>Sc-yL({UD(b$bKEmPhk@RSJmZA9{N;diS8j2Jef7^S0PN=(jFUlAaaz z2*J_;gI%?V8SUFK4Wvy?VeJ_V)No&N3*~&0xLf=5Yb1Xdj|h`+$TRWQ3Wh`X>i}mK+tW| zP=iJh;YKNnL_N@z@=trcbK@J9g)Qtp`QS>CHM?TG&XU6<;%6gsir^i|eX&JS5uq|OIpRPn2XM5wdiq)gQ z8@_n49=h1K>UBlF~7M44e@ZLPEa*kAN(?QGCv&-i?C0V9< zbS*n|qpMlLCv0#qw(yM4dw519fapPx3r~+DOz~WY;FuCb3`JothLF*uDmpS_)i9-H zHps2rekfTLS(=L++oCOQ?iAY?r1Y^iEQesh*otCmX->oua{D>#)cdf~xgI}`nV%YN zEYcmI;~1BXH)y$ku6(McIhyDm*5_9oV*RDSr`0G_eP)>dSaXs^!l-hTy8~62RzUsD zPIYmex1~`dzbWQkqppwr!g7&^_Yzvh)6%LC5@)K@WOGl)d!d4En7<81z>* zuas*3V9HAGwA57w&&TNpb)^uO%Jf}wkq~w_lLb|B9AhB*T%Bsn0=k_7<5~?&INSA5z3)( z{TSjrN_Zfln!*e1Pyn~l0?VCQ8L4cgFdMm4fYPi`vxSj0UK>eprK`#VOK9lqdf1Ix zyRLVv)O1~rK0=6fqV6R@`$c0=CvgCyp42L z4o<9}h@`*5!AnR%&6257E-A5<#jw**R^VaPJSphM!Zf1+VkH1YUm5hg(`%rzRYSOG zW@8GTTi{3(+;Qu&m`m{X-$mVp!Euj?uv%>p1FVI z&R`och>X4hczC6NW*|qU!Ms1Nzx{bDy+h6Zm$ldGO?LrdmLq(x^t)*rbj5u@@}{~! zC3DdwugNX4vij297@1=_&Dy~Zr6`vcCaXJ%J9B*S>w7?@FZyB^ig0;&?CmGKSgq@A z%e*!>MX%hkBTQF=1%+fJ0;u_vom2!ZVTDf1oqT}y43n=NlN?-s6Jn;?rNr*tiJI9f`H1@>d0 zd~Gj^qZqTJiak+gLzT8KdHb(q4u~~3n+;QTchjokI86wQ$m-Q2i|4_&Jt!-@zSi_{ zQ7*nqWC_gc%Xe-T3gzNSsm*r88nm}{TL@193M}E5mEn`KRPAIvDVAUxr4Yg-3pN#~F*KPn>R2uKjbvrEo^f@T$Px79jE3jZ}g zwU`S+ZvHH*WksTzKn&7+f#Hm6(T5H6-Gt1FrutxMtbyof1Qzu^-)K)CwoLTThg<-- zM8}rBr1Jq{CZvfTd?*eElq;t%w#LFp?4up$JUnU!5VRhR;xIgx!P?iF>Wa%m&lO`FVHiL@I~GRVgh2=EBfJZ zW_Cd?GMh)g5I81!bDaR9?~ zj2tpNemC`Hl4QeRH%%IWN`U5`fde@_Z!0vH+YHzr1W!BT-ny-2V;)(m=!_aXt2tZI9bB6N6+ zuVQr5p#_Dwks0E>!>< z*il17-d;Rf+qPG;Fna}xrZ3o7`t*xkqMMgeBkJA;8P0ia4-RH46^u^VyB6V*q{_!z zXqY7SOG&AkMtl^1CxuoFMPZ&B7u4(yu*~1Hgca(#z+d6w6|TX&px@z?+TzR{L2nxSNb+_3E;(E|R5pz(>8ADQHVRjxZ*E1{^K01&T$RIL;pigwRqm;0~q7b6h6>P9wh64K03>cY>Q)_A1 zF(FKQ_>IFe47r52m9p(#EnK9}^1cI(DS*Q6w@5#68GnkfM(t#i#c=fgh*Pz}NUupf zbfwn1-IYyLv$JS7dN?g1>}3kl3-pB6;^_LJo=BJQHV}O{@oodT%Dl=_G)equ9>~?ujyMH z8J@7{pYvGIa|IC1?7k|kwcy`#MM=30ad24Dv*>Of4@wCxFY^#7O2-~S*S&a>L5qvq&^=GQ&C=@qrlst-zQMh*;sRnH}|0$0n`^TsYF1 zV*N7c15r_3_ro$$r6o{CRqO-OB2E;YAZE2K8WA0G5uF^1chTuEOB!aH zxXLfy3U7?fR(r;~9)yIIY-`?`xc@?3a6fD;pI6&KIiYZez}85Q!42N4OQ)*n>}v|| z%9>;Iqg3Ckw@3Ry66Kn8kQwjy$eJ-2v~2KK4y!uN0}!WdPDc+*d9 zrB3N*#H%G)o!;)qmU8aCubIs}y3<86DKSoXdszvJD@TrqH`OabAY1OY57kwGu*&N- zPiv+(ivZ7Mpm0l*uQ#zHF57loh}LxP9R+6pNq}|mY5JLa{%PPcRs?aH&$0n?0bMZL zCSmH>9w4Iwu*#1?_LN-n!ybq7mg?1}r1c@%bLxtcV7?E6;1(^QOL$g?2;HQ@uu^<7 zoJyaB>sXo)OuIL<#x;Bt;#XlQ)kLHNg~tJq z#wi?I6`%Hvz5!4dL7mbWtpi^3S}waVdy|&cUXH2EJ-bjJ%xK;zirFh^L3eGzGOgtZ zb?usmzy8%)5P7Z{O&Zq)V2-9Hf*0C^7@B-FBGw)Xn(=*V*TI9%Cy%#jzdP2)|qH4CyX|K7KzUfVANgJ3ubWVfpaV@`|G^B!dim4)^Ix^ z@0Uc&;A5tDuD@Z|Q{$CWSLt9s*iqUs0zFmT8JN+4(BZc! zAvCjVws(}mx*b(EDQrS}eP6zH0)mSWLNt<+OK)BmLV}5?C|@Yz`&7vBfUf0$E+FJ< z!ISjQbK|b9Vn~C#&57CStpo#~svhTT(HXV38Z-!faD4UR`FFK4M;MP(&-}6k0VzP& z3PrP!O;>&JZNzd>Q+HjM2K7JTZJi3EAR0KL37zj6^uP}p*dtC;)odWEF#DNZ_-){&*|Mhl*f zs6ip79h~5ioH5KdUYMNMt4b;BoU$&JFY_x3Snej~i+F3_sw7%|6A)m|Af1!8^G<-Z z%2js2Sq6%8CWe;>Be^G--u0qCCBGu@Zh_a11mW;$N)E|4%Wo@hP|u-O80t1{`=$Bp_$Vfr3m*Dr zt5fQdDbJTDzj?B{@hv&v?2ae|<&%INp%I=bN{s5J;+|d0PWEA$@XScMoy*a{OunAw z=?I_?B}WadtP`jJ@JeMNJ8)P;0HNlo(r&N=ZHdzb{e#T(9&}{N5vujVp|aHFHA=C| z;M?-{sGSL=uAoFR;zP|cXh<+9QIu1QGJ+K0)wdBdEEPUbmn)o@$J4wFh1yriqZ&G%VK(Ga0#rC47jGJXDDKar&r|0#C8h|Bk@@CKQR zHH^->NGYTJI?=8)*VIUYeNPmfIAa)Fh(Y?r#}P~H5Osiu9|=n* zoG|aol4R=OG?cMKmi~!>70FZW8(U%TSnOMY{<9tZd88SaTfzaRi1Vh+Vbmj=WT~x( z!IL8qBEwd_DQYX`w6Vg-_l)JN2f4XY%n-2F$W!JG8m#ah) z?CKd4DpxJ!^vj+8b8&`Y?%m}W-1E_o5P0d!JMdN#U$s`?3|LVyro!vDjwaq?cieLD zJ$q$8G8wqtsY=tH@qMs!|2$blH-#l+s%)@qaQ9x!KJ%>Z7ABAH_7yr{$>39&dT+Rd zz8L=fQJrZ1lGk}sDf})J(FEg>P?mG@{d6q?vL(luQ_qqBns35o4rgNnFr(2~Er5d7)2x;T4|8(wg6U73w0t*h{2| z)bbEX{Hxk+RUjcdhKR`uqoM|IN^qoNzvl!647>TFP-xb6FK&G-E zc|rAP=XY|qdDW3Hw&*IbHDr{YqGqw8Mo7J_&eF+wfsFRX^-0xX2g(~tVnY>_I#Va> z`llnw;U+xDL9Hu$PtIH4W>Y&lPlgwzYt18Gf8=03yn_&`Xa*Acn;DZXYp+)Cz8r|c zHc(vwX&+!6K9&+rrW_DRJH+(8CXSD2Tg2oZ%jA+x4c+&o@@{KA6@qw+qL4U(==XF4o}w`Q8Mg|J36GfV zYcx4GnTQ+rF7|MMBI@Xf8>bq}r*Tq@v`MjQ#AJprDD1?4P4vhWW z0%;P+8A*KgKpiN*uzBbuw_yGrb%ebMRUF_}I0BVDHv|k$pvwuFof!1k?jNBh%rx6z zX^h~>G|#&dm~ey_q4(*~xVTJ9hdl0Awk`1pT3%QN1jrye+4aKTMM~ZMv05x1Ly>QX2z=Xu8MLJq!Jk=4673CGeJ%@9o9eH+E~=4v8FwrVSMH_9CF=${ zlBS8A+k4-8r9E8CV_Cp|Dl3Q|-uGoOVa>;c0GPxFSh(U0u+;r972u`H~k^leD^|$TNkQ4dNuGl z?hv!n({gpOdk8|P8?f6Xh=O2#w6y#vYZR3Uj&QTpH``0PMf}VYoidd^m9&C9XO&Po zmlvSOeMc1MA9+5#BXRyxpUA}48)=9Ci{Q3mUtor7W#AB5IFggK*oGP%+&E)HJB9Lz zOfq1=>EF1!#F4^!xKBIRW{k3QFO$Ba_J{{|qLfIZBv6o)A-8{3j9{rjpkgWOsVR-r zS2>h*tDxc)a>n%KvJ4PT-OH5e;2gFdGJr2<#f z*zeH`6(>AHWB7eJLQOSC6F+h=`bK1-d^&cliR?AMVO^|ck4Ys@_lIP1gR*CrgJ(_* zK*kD(uBu}!u~6~jm6XvKyY8f+7NXQnfkVZ`okq&bZ=+9GQQjUPaH4 zy-fv$3t7mSXHQ?uj~<2U2ksxD$~+b7HkPuL!%0p%BUZxjg+uG-8n-KJdIgMi7uiO?r3S31h#S`ne7(6;bKy7-$|_h%X?+~yG2@FCR8@2)53Vui_f zk`g?ar;H%X>OZ{Y*l?CL1c?**tgUBavf9l+iCv93B0Yrl4rwHv_yr=5`IRM2c4*L= zV)9)rW0+W>t3LeV)UYF(MZQPQ;M6%zPOQbM4w>pgWzSfbVZQH5 z2~S6kNtvd3|D7{07B?opMc%W#p)3n3n(1e&#Db#2TB)Q?=;TZ)8L|W7DZ$XJc?i9J z>bFbvR8bvnM?Bb_uE7-oDhG6Yd`H`LYve4-;O`HsO_C2IeCl7B&x-3YX7~5N(~qhi2Ak z3oZ)w9PU&;K#B3X#5evv@j--V@gi3Wf`}Y+J}J0UQe;_dWhFB(K*kozZzy8)bl)9y zdo4^kmS_y&;`%k4>Z5I1Wfy;h>5Jtd*@yQ*6drd4l4GTJQR&+pbG(+mEjWLNFz*~S zd6y(4*s$P>PP}$UUoLqhY$!p*@iUXg`CQ)?Og;Hyp*uY+Xi!|6X07xG^X2Pree0?) zMU)mVKMlZr#$>^XVW3$*UzTs(ZiEg%cQZofYg2R8tcv)_KEh|kU1mQ+@cl#-8{Kj= zt57y|HxsRP=v{`rNk?~ix&4NlMS>eR*RekvBDP^?&q8qKtvJXvfsbL%X~`HGB_2_2w-UkTP-LrMc&3p z4!|nT@2H6sKDbhj);R7QO}wu%GK!e0{$53XMJqety+HYBmy zf@2W24EW^f2|My|*-9Wuc2vGuCNbX;kefeIIe{yS&tg2Jiv5MWW$PpRjZb~I=Y;~KHk+~4AK&vV;J(l#HAZc*x5ntca3qZIo@p>QUuEi6 z)5qji`PehrQOxC$yt+?-?{Ma>0`v7$C?vwpn^8WwQgM1yz^mB3^x)uiBmLQ9s~wj4 z9;yBhSHfG4`FV5HZRG~?etLbV`XxntN5Q#R#vB~Tg}3D@rbRe}eVav;B4qE(#l-7C z?~9Nv&m{lBHppj@VImr5fzVKwycmp zr8*bRB*%~NCZ|2AorD1;9v}UE5Nm%J9zhL zaS;Bo)I!V~#18d_o=w5H;YIJ^XinS1tx)d2~f#;kD4j6G< zuauk6u6o5r9fB;m91SjP@W`+X4xLKGnc4#$GZU~a?l8QNu{S-=b!mf&f&zsJ%S$d+N@{h1i6>!I24sf>>7tza%cFl|=?Uif4 zY+ENXo_SpziLk;W4M<_qd-uOKHS)p##E--7^}+2C=Eg+&4E=+*DXNe8Q{#;VpjXIB z2mlEG|6Js{&0#+Na*-olr#rdnzj2Wx)g^K5`eh?Wnvrd%^2_cgGT}2myH}L#RQcx ze?H@1O8>nZEx#g{UHiYaeB7UIakl{Jh01H~KiPp_E^*f@Zbh1Z+J=9yioOk0C87VA zZ~aKje!b%MbN5Suq6`JZ%8EPlzsx8ZMo5=sM-TEmvMV z0(X5y;3i>g>kc#+W=A};Wquot{kUMlH(|LjYN>V@NC5EO97xOfZBj<`)9vj#P8fyO z)iyIs!M4qhaSwVE=lPvp;%510yB8-_%Q784y5tAY-?nH(KkePF!~H``D{VR_dB_{4 zez5--nf+M4+~3PzTA(BU$3N`OPdB&g0fZ8vS?vW8_iBB__SZ%Kaaj8?K;^Ft-fKdV zKQF+|3UPkAw&4QeyQtF{|IJ2dUI*&F*SGBil(x`*HebVq{=r84nEK#)1j%SHrsyBs z1a06r9+vp~D(Va%)KX8yAcgn+?TQEPw>R*P3KllsN8~!5bE^o_!aUAA1W`cglZS()( zHGV9_^3SuM8XAlGy%6r-Gp(;@-f4Bkg#H%+VtbQu$Y+-PKcvTxe!J^_Vr$s;U;SLa z`yFoj-vuLqpZ)*jce?H;nnV@&)z9<0-{s~^*fZs2e)jYJ#zfozGa$Bf`;CeGFOtOX zdI%}k>XZ5ZZ6)^%2mugKiKK1>m?osrO5wF*mMqe^43DMF!{4*c*Gf zKe3DzVf7a1FN3*1yyTn_>wXx_{mEtIE?jvhAz(!RlYj(U4OBN04Sx}*K{jLCF^gWIivuRH&Y4nl^QBJ4B};X zxGOvh3j61shA{#gvk51H;Va<)RUtqjQ)@!;3RLOYO0ggDBYi_ql@t3tW>jOiNN9|| zTRcMPJKD&3jA|RaGm4)y{*?9LqR@Qn2DgXOqQ0Tvo6(-w@I8@=wK$xY5&eXP??lsF zXWPQ$Uch@I;oHFhh!QctlOGt>Yecu$;2ig_e|D{B0rSLN3;09}UfU*@Pfox=uB}UeM6{$-PgaHU12F ztuhTq1sspnLXWWtwkaF;2k+as^%pIt$N6=f(8+UqXo$`}L0L4(OvH(UC9_4|Um31F z?-yG!N$Gn=QIQ&!V=!hKDGptTkxCM_8jo<|P`hBclDPt~^t63e724CHm+3IU6)mX# zJ=5Z`%Ygoh3i;yEh4=GUSl%mL;EibutSoJb-`X1?e*^t++vYMacZ%N0c*T{emk%vc83|<&s>g&uHy2VSKZP)#DsH#Q0>Tv@&H`53^1D0 z7#UvY_-u-<+(=A}r>$O{I7z4@c-nS5J5jx!()|^07SH4N*%bP_N=py0I7 zk+*>G*(n@)iiD!)`w_veN0GiD?dXDjlZI^!q@+T`yE`pEeRNI;J3s9wQEVM^R$q3E zl5rp$G0n%DD}_|807fqSGg1_W<_@%l4~3Pt#Ja-BU=-HvzLwDQv#7l*8%SxucTvaO zN}W`Cwi?W+D_5*m@w9v5HGciczHKVRalxE!kLgiKVK(84Wt(>h+~Z1&&1y@5rJPgV zSV6#S3D921uEGj~hVqO6?5Zb-M7uSUo_6eJZ(U5p26l^2nYnrFL@Zl)D#M6) zhEbapR`xJUHe=GyhvE3G0lWqcm5q3^JF2P0W5EW@NP9}uI2m85?3(N$vG}LEl48-d zh^Fw=Vi*)| zvFggEyb38fl!XSgfXQ%-tq}bMqkULst-xZ}uo)sw; zIwwvfgf21HG2Z3pB{#YoxU?=JGeEQ&VaLpXnjW>Ur!?L>Nsg)x^eC6*Nyl!xOa8E&r$0}Pi8kZ@`%7lFe)xkx$x2mWW_5@l|$xqjC zrM^N}S(!HH|EkrZMCN#|!u7B=Y#C8Vs-9{<)&0B2_L<=O3qo4e=_lOun1YV)t&CUFH_;fwyH@VGd!qHU1iukW2`vXqE1B9mA{CXVm-=L^&Fb7ocKkt@XPm!SPmvwDG39jnBKh zcVGF-9b*Wd8bATf_cg*Q`gE}RY2JxvvhT>b@$|ByIkRort|)yt%5rnbbrnT3n@444 zF&FlEYz%B05bZ7(aiO($p}1x(aNAL;+@`Vc(h~WC^D#{L`wBol7K*BSo68M0btG{n zCT%yEcx$MB(`3CTtF&em)(NO9KvcuHxHdG3%?^b0-!2DrdSgWs7SXT>={Z#s@pcs&zP%_iqgReo8Q^IPj<1k8*6eIK}?R(Sa|i z9`OC6LQmM}tx=SADWr9laWf^J*T_Cyi)Qb#tK_qHgXsd^i4cpI-2SD(HO7NfgW>}k zESy$nX?8_BFWI^m_0QA2tqc;q(++$-9E8j=uL=i|6qJwV(i3#e?k!oodQ(aItfWNR z)k;O=;j{fu?yz+F#r6s=b&tQ%qsw|Ibmb^cS4BXDp+*o>@~tPB*90%bXU(up(a@w4pmYcgLm~kg{VMo@j^sj3lCV+ zIO6y+==&|B;<&YZ9Xs$;LiP1hAz4R7A(!Zk5#}pBMz0C=f6@W$ZzNZ-` z!&}w%d~a0&DJO-_BEPTw2wx*hROo6SPnLZUi$(?)TiiYEmrv|zmPH_Fs7c-3 zj*t|is$?BRHVrqK1Xk$y2U&rnMIkK$LJ|S!hnn4)Ptx>XKE4`g;_}#{9d*_|)NwFS z5c45F;2@m+{53wM6#;n@^6-;$**o(E_)X*Ii`JLjEqL!coXyZGm8_%62>h1rof$JE ziM~*gl2j)tjK%`D-)W6XpCU*QGm2QD4jV&!a{!T1Ak@8!$L^K+H_c1k1>|&oF!|tc zt=qP_4QgKs=xs#dYYqwR1GwgD{U*GPf642jf6MD4zvcDR>%U^a>GeuyCR#K3Z`iog zngTDC21BfAg<_~wP$NQnlrrez&eWK)t?(VoazzG+#$O2F+h{j2(r zu4sl45f1K>$Gx{LUa8R!X@rl%ufzxA!%hVXerq+(C#FNDl;Ne_{*?Biqgg?EQQ(wbG zxVH<*(Fpje^0Z+LjY@-5)=9=s3Gxo2LB3jt`=M4QL6X+``G`nAg{d7*+@K}i7V3vK zRi`+yKggjC8L4^R9Vn;){}73GcTOBhD=NE8%^PLxi?7S31;t5uQ9D;kRtS zk7fy#*0fq;+6rP*^|mG+TZtSpF>lg(+g9Njvs9wG zI$-^nuI(+y^HXgK^SjS8P;kg^A-1qK^u`8_CJK*)_%Q~E$-q*4xWo)A91V*drS&=x zQw=I_H44CE5(T&Pg81AcZ@>In*m|cFo=5q}?zlOTrT`{^d*4qZeoyP+NyP&D%IY__ zaufglgOxmy+RxpclH1}ZcdE$pJx7&cOXwGP?i4&C7DkXI}{FY7hyr--US-PTk#m;wK<}D0v=9M=uLXa*dnG8>Lh_u`HYO}o+pd4}mt;7{& zEtd3j1FH%MPYESu;L+b)#k}KQ4>emAqS&qF5C3Y|^U$wgzr3L8{mUj7HMP->t_hQc z0!xn&mgJM2!Q(pTT@JV2Ev+G&ch6Gv#I*X+-e6#g=0!s#m_$za))9l0*<`)!294`I z)TsK?^|C+edBh68qH?tjCTUsShP*b6c~xz~=81l1NE7=t`#dPo5 zC!<9xh%{xD_EZyB2cv4hwbZ{<}0tao42;US7MSJ$lWUFDF~)jYw`TwZ`M>6Fomw4~7}iHNW`h zYM)U<-_`_g-%rp@T+prc;(y<;&Ayd2YtCJP3Y(7GKgpUu5P7tgRQ-VOm7}g;EY6v= zqs~>o=>4)tpw;HAoWX8%-?Yk!zf{dAHMWeT$DY|hI<;19qoDi5br9S>)Tu*<@`?3!P!ld<~Z3gHcjBG z#anM!7!9p(5G>fP*bH*dhM0@T&M$z+w!@7=YGdCR=p4eBX=(2^i#4*drahNp$6MyQ z4UmzWC*Acdh6o#p(gEw|m!9OCys(NvNHwwMs{FABfgDmfG84A&1c3tiST$>%ngn7F zakwd43k;wXd?@4!DlkPzEn*OANVvO<*-J?!j@HU6k)n6I+7MeN#&K{_?}XF+nj8;(dl} zF#fd=cy_uc2`L%+qNMG^7ifcO6~KCV|6Nr-4}AQHJM8heQTXR|5}tsNT!@}#x9fCu zHPZpetpM8lP*m0RGXG286vC1ClC5~f{wt}VsKCCM&`&!YJZ(Bkc<_TW5qFAt34Po{ zLLjfYOC}#zzi*x1NN2F$KA9-!u*oK_JUPv=cWDYh;VBSlwP+U!1?lG7n==;Q+fV8T zhUEtdf_*M0>7f*2)l29l-0ks0{fM-zW3iPR2+_+q!_rEb{Zr!^+qwbMBbi>Y5?aX? z8YX}%7N$R!svQ|6<)QzoC;@ki=SBybBK1eKC5Vd#b=9(4#b2O9+DXlKr3#fV>lk{z?u?*}a2L%SW&6?@ z`JdfmySF#+a{5mDF2kJpSazw>T{s_Z5wGR0TdH8&zO zHTH3;8oi<4zxA7$(WeJUzP$oTc@%E_^h^{wak5!L`MKl=4X6wm)>SwScD4q# z{3S+`*n1jmTI>td2Z`yvAEuaB`v(IXXlC}@;&9ibSqX3_vJ^Q*o9aFlES{YuOwM&z z+OB#S>75P5e_sOKw2jNMnHqb*{uO)-3eWA^1ma?9Zd zn&no@x<@Rv4H%(Uj|wXVeTIcsiCAPML*A{WobSES`dS^h`gPMhe}3;pCB>cRBqP+* zlSZ|%x)VB(K&HrB@fVMleddShq4p}754NoXi;6sU^XDTj{3hNoFRsdG>MtZjw;QzXR)#QeK^^S`B{>jx*A z>u06khoHSV#D#-@b%#v!bhQf+!ZP%?i26h1V)#pPb6Lx!2Y;)uOg9OtH1!xde45(s zdK2CyZ~3hX{tyjW0VZe@>JaL@Jv$nij9lk0^;b18c5n-j2cE4s{#jw_hXlq6umSP% z7wdmje)=(w`$mQRGO6$RXT>PopDO8f!_-~FCWcR)0PsR5~MDQjO*?mRz zul?Y{H`(@MEW7@!S@mOmqCeKBY6|{aCH@f=zo}RjowVxzKPyv7{Fp2I_uPMuDRr}& zklv&He^tg$S5Uc-P2}|k6+)S(gT_H^6$6Cd# z$p5=e){px`?Jv!HaF+p0Ntz;#jR`Sf3ai(O;_f!<#VUU3{!I$KeRJl?oxWAF?#x z@3`4byrxKBtHTGb&ELCKg7Qrse9)W#{t?Z8c1{v(0c-wB$0zC!;N z)qVe#lFdYc>6~UY*w#JYEIa{l6k+P|S2WLl9n3RU__ zHUR|hy{j^AD0Vt>sW(hYi+j>4Y6@1M;uP{RJzfbt*D-a}cU?u=r}BooIr7I8pD@E; zZxG{AeAmY^=5@R8_t#^#JY>zfpkaJ5K4h2};GMKUoOGW%MSpgFn^E8=Wefw| z047J?L_!U2XAM}lb8(;V$qp<_ZufbI74Q;GxO@$AOP$O=O&!p7!CSFMdECdH>CG5B zCanJKqtNI>FO57qdf+&CFvw3Zi&J4kV+=C-fP~;G>sg_m;G|`I2A=N_up)`;=gGYn z(c}}Am3fd04N`nBKThiAGVQPRMR2DrkB&!jmh@Bh?DUs`N}kJ zMSYofeCbq!^8xljchWoEoxc1#Je{%(Qqjnq04ClSU~O}xNw;ZP(P~&dO&6BlX&e#E zC4BkN3eYKu!Y*sf)>QRP%DL3@hX`J_+C3!9guzjW99JoQSF zbho!P)6G>j;`8#vQ7kJwLv?BLv=eI9ZJw%eVSk1@^Cjt9wlEd>FqO>+UYBy0{6uM0 zMO)niZ@5vSL*Wy$^z(AwhqdR`9L@umWx$9|AB_AhP8E)?NClOhjj#r;mmIMs5tCbq z|FzT?6$m-Vr~o(y2v2yP7}>oh()}L3VkPa0O$9Ph0P>O&bRz*P(w;J=QYJw@Ya>kM zS(!aKM7$KBd&GXwgpTS3tkVH@bgBOA>`A-stdO>+-*#=dh#Els(dAq9s}eE614w&; z7ZfL26#1zeY|Fe$#`%CVb|$;l-~xVJYE8^)WG>fj&cNHbO8qvUr06K(1MSqk016g4 z=vlSW6@r;WNS!lB9bMHBIPaL9dCgWq=xv>?GbFaSM1m>iBNH?O595IGX3~|OTQsRw zMb=P0k1*{xllb#ci(F8rHh(_kdmiF&@I4afp z6@zB%a`7?!_y&=mPs*g|$(m8(UrqTpkQekJ)>q&q*A=f57@UuLYJNF42C5ICc-_{V z;&{586E6TP2NX+s$qz>R*qmw~f8~3f_mBvE228mqsG4UOCuCO@OD~t9ZqFFxd#Zdo zI_rxag|-t#)zvD=s^MfM$wgT^A?PQG3jNF-M{w|EY{~Vo-=O6Ui2%C|z&PWDtz)bm z;LF2#TR}3c>kO0@09h0#>U-X=mX zq5wd(jiC+DC2&O^dXRno6iUt%FY^Z?U3wE(#!CwC7gkrgR?|r}D z$Mcx%*`1x4otd4TIde{I>TKv(akk#nprU>taq+$q`{si2jgsN*#m4(O{f`b>Zyt+bQ91F9v>L}3qwGU%uP zGVo$|@5=dwCL*`oODH_sJ3a<)qk206%|BjsYPi~I z`IGdy5sej(Ko0TuR@do|W(y~gxXYyHU8Z`h&Dx;Bf`AOmw|-+|8=i4nH?JAP9eJO) zvf!@;?K?@fF0z3jpwGmny%gzOAT*zebtl6sZuMta3r!cHeHHxzT}hl^bqq*IXvc5Z z*B^hCg-f%8n};r8-Oo46i5}69GraA;^@4G+<-W@&-U!KOX)oHY_4wU#@7u>WNbb1M z^uqFEqW@9G!|}^jD`p2sB}Uq8YIx-Sd2KUTw=uay=h7Lz`EN-oFw#9hT$@g4ryQKINmiBC{ICZhr}pxmc^+gJJI@y$u8C;7t8&vUmdsjiBDPH6RsZM{)myVpUV zshSCJq5x;DGhW)Hls}Kv9mr$z#oq08bi1YcGLDyaQ4g;wUfAHc`aRDpW?g1t_Q}rG zl3Lpd)zG7RMCe?0J7!LU${f)xOZ=&~InNbUT zZ^_0#A+(O1Yd3e{s+PZh=$(K@RP5y}`x5nSI(=Y8eeE20v+V+nsJ!j?sKbK`v)eg@ zobLoxZ=Q9~NO&==E|4UkXg|-@^2EHM4+Oy34+|GA2am#(+& zG8WRw7g`*7z)G0AMRe1~zMa?g1RuNJ3M)7p-vDcLuq%U1Za(lF772oAuf=ymZMWJw zcb#$noGaop2H_F>n^n_;y~W7E1)Ra#UNsV0Ud&qP{milTJx@HwXgn)v=-{mD!x|1) zR_8~jHv2vE85byc=b)IZs^TJi1XJVO_?z0&jTEZ;#i2Xo{P`ifXIzTvaNpyA$$Gtb z?qJ|<(W<=*o+}TzBp!d)W18mmvaz^J=;5|X8-rH`r$}Zec6^y$_MBb>S1G_3ZhXi& zspZW2q`%5#4ZqD|NeT6al+KsuDXDofqh4MACnjN#5+Dc=q9tDbOO`#f;Dve zQ1*?W4?7PrDk@)_1{hyA%TI8MwHJQLYkZ}7r#9_`5NvK1?WflccT_2Qb2~?5uN_}! zug>vaJffwA|G=?DmfS+~WFwUO#b<|>iu7UR%XP(eDQ4@J^42kD4I5v+W?<{HrsFbA zHe$cbDedu2{KK6%YP%ogJ+X_pZ#u`-V94Xj$&S4l3z>NdPQ7PXah&@=Y4g^NM^??P z7&`uRBg~@`jreW2lJ4-{v&#v(Y~9a$GUv#+C#UI&gy;zO^ssHMT1k(kf=|X%NDp%k z7K;llR$8V|EGwIityS3VAnd>Z{Ku71Nmm@5WsVFm-F2|`?aga6h88XnJBUpXGk(VD zWjW){y!bh%mF@R-)TYmRz~O90c)jD}DUA!upR_!P6y$ATUGZ+)aEWgVvsZlUj>EEv z2jl0dbh>XipvSycIg`UL|$lQ^d|*FBmrnG}tR>{4hv7l6GAJ3UxRtE&Vz)7r7m{IC`>u@xlA$5qOQ2 zx~)0Ux{HCgcVmr0x4Zws1P>J{_jBT>4gMPZeE+T; zo_8d#z9pM~@fIHkm&eVM{?GPj|7SDd|GsgXAfI;AW0U`OPdMRJB)f6|CQtf_-69bVV;In% zH;etW>yb-RKJT0T>~l#jRW)0Xh@ft;@Jx6~C? zgl#+HBdSyj$=5|kYU6Y@?5#exN;*hh@#0uk17f>VA64`&G{jXmS?cam7LaumcEK;Q zcT3YSEk2~QIIxW#Nh@7zuPHTOHD<#&rp^SE5`mafuwwYgN9@I}@b|bItby_zdo#h^ z95=MaH`cz%*!6)}bXKn>4)$m;c`_bH?D;x>+e)o{U&POqjO>=+-kAITbcKq6pJi_# z=H$qigS|(uZfmSv$q-eW6MOZ@lBIP^a~)^bu^!(p+WP)!dPFAuI!oGgjZ+12=LY#V z-nS^d10ALrZT@f8%@TLJ;R(3h6QqqstKKRzFYc#3tLHdb!SJsNzkSRMNwvCwa~YCq z&F3n`)nWY%ndRfMsvj*L^vEZy^d}Li{zx()Ek#)oRJ1+3%e|gJ6l~|?_%C)fo zH`+APwQ68}P>eZwWRP!7Hyulj96Bgxcq={5xNwag?~Ri7qaT;^H+5^K8wF%6HA%6_ zzHFgpZj-WuQckMu*`R-Eey#sK=7kLTfGnI|z&kpQ3E zJ{67Ti&!i>q^q`{=h{F|jz~F24rRr=I9CyuR)S#G0MRlJcAp17`ssFA8Hpg5HE-yp z54vZ>TYgZ&ChDDYzp*;GRb{T_t%%a~2Ts`fcM7{M3rsq?@_G5!5AvPYOSqrc{-sfU zA#wS|=Z`iWlI>SJm8(w)jud`v-Bb)(THl7R_Qb9}uj{w5@Xdy`)fy`eut2!{Y+%mP z_9x@-<@p?J_-$TnJHP#=bfUyU--r&k7aVt1CCdzne<~WL#gNpaa@nmOM+8HZmf2vbM+cs18$1j{%J(tO*JXQ8@dw=rAzqrlW!3Q4H~Yzu^C4=q_~V87#sX2Z#$TB(f7W$QL&ACe z-Y*udpy)G0Kv#ABy|%MSnTOveCsr5sZWgv|y{Ca~*(V;%;Z_x}pbj5f@P&^63x-m)dPGWJ&eJ>iwUsHr z)4y2Lcvj@q?KPd@=WR7B0$LY56;VZ!$;&G(vMvwnW#6xpJJHh>{Y;eq_>vQ=66T$D zSbNc*EST=m@q}{Hr=UM@i(uqX@A-?Bn$}Blt(n-hWH9)sDRDvOR7aSh&sus8?da<{ zSN26F7IUuH5INW;xFaIhoZ@#G^TImgk?{K-)!s6n#uLx>;7hZ*2BTKaH?ZJf&0wx* zyZtCUMNd+0vzVWrZ{DYi0qGJYW7W^qT@LQP!Bfc_WB=i-#$nkeh17;O-|#IeWFM!k zA~|~0{rY!u3=Kc-|C;gYM3_d3}sKH*T+9zK`!zk=W|Slm+e` zwm~X$>@G_sZd(h1#LDXR6?lg&xRAr4=U26W!W$;>MtwY=#H@wdU@5FU( z%h^RANf+UP#g`14FKaqiM4dNi5?250q&{O+`m1jTudz%@8nG*Gt^am;JEy5wil)bS zTT^0m)OyeBj%sZsw-cfkelseC`Y%N#E80@#XjIf*)|bu~c-`wER#Mhk{}8u_ma@M7 zdU#vbx9M7+hoN-oEWNApdeQR9jbKg93 zM_qU$x5CX*5t>?MZ|v7gZ$K$3ce^a1@n{^qKvHbm;|JJ*r?*OWD@^%jaI& zeMc3r`js%R7&d=f8$WgkJn zM7>&_s7~fMSA+?DJvQdut{&19cH>R8)OnpnVa$sIpS-v#tS{WZ^_Q2nXZ}K|S-80? z)YLjOmW6A4!I$=x#ND|G36&tSJEth(eZ(6O?gOrVC;J*v_uv!7-EAWGwirnT>PwVK zivq0-V7|{a^Ov3=c#h0{qv-N-{ntetJ=$NS&*kUc(`Tgle>ih-Mf|&AwKW&hv1xPE zN^0=u4R^k_Ny?)cyKs4=B&a-N;>GhYU1O;-H$J5&?+bB#Ha7Cni0^irhQ_sSkF8~z zO3E*M>FOf_WK2xOw=gR1YuRDBL_r|>0xa64y83myN3zCkZ^egA1>{{oo^XOK?0aoBn5Pw4qzq=mhxNnyk0$7u$0ePH*#mHU|C?fn=)0fEJ)PGe3LEcf8>{gVYt`TV&rv?mLeGfp@~1+oj42+k)prc8Fh z5`BeK)MJcYuta#s;?!KkE?9DbOyp8?Cj0$O1b*wAuJGyiH?99(yp)`He^U+)tQHkK ziN${Xwlr(w$aG;*XreHw1T$EhUfE5T6D6nWksZ6P$1Y*MIhJvIWZP4iswPTIlp_V; z!0yCPCpq}Prmfz2bzS>pF_B$n&_Y7aLvxf*w5%*9&nbCa$VvF29LlbkY9kQcZx_7{ z6K~g2dQRwH_>}p>`+mX`1xqoQu{({o^!rP6)0Il8t-=`ieWjAA>dE?JrBde6Rfha; zE0r>*7mC4eE0t24X4%1SE0t1R;u(Mc23%{>aZV-0)bER^|uKLeLf2>r_ z*ie6H?2na7nZUwM_-&<9rd#qR`S+E|##4KT|5&M%y1lWU`R7VyqrCU>`Vc4ve=bOcparRhejfSX z7o-*=`33sJ&rv@Vq()1K57BKJ19~u{XbDGNJ|}0~PZgOphQo)JB{_`SKi(c)4n7(h=*X3O!O#TgD}tFg9;SEpYY zOh*e(g6jyDooCmEaqXY`#dxA7g$yl2hq&f&Z0`_GIS_DwWB>5qOHz&y5At53LT)bgn8id3qKm^-K zz`~HE_;^N4;-dH1s}1YcZK1hO`WO$=wmPcAVQ!eSF+ z&0|6-$Thf9tX&{vs>?kwHV)!}0j@MVYbwRb+}oOM*N}pUU}17ZLPT&B17c&WV-gwh zHtdxzNkYX(1PNWRM;Y}ncY=^8Mo_#x3X_a1jxB9S439{FFh-&aBQ?=3A}k!4WyOd? zq#NyyE@}>h#4~~t8P?HpiD}NU$q@|8sE9aVk3mXoY^-)lP%;E1CI*FsPjoJf3qs|O zSjS{HdlsU%1VpmPciP0admO^LBO?tW60BlVV%Qo61e7tEq639$?e30PN&IA`8Df_~ z$g=5e4Z*Ro(U6cB6rcFhRtKy2pcL>#jLeD=6y+I_7(OBR1k@I%*KQskkB|#yPl%17 z#4`{jdm$Df1{+1eJTx*XVajd+uyr5>TXBHH5WrD#w&cIXVT-_Edgod#xq z<6P{8e}u-d`%q{+dh5k?qriknk-#Dnu%RG{N9Gamc#P~;9w2aX!sH)%iN|o|q3#Py z;F96B-O7u^R>&n62fA1Sd$HUu=qHi=$wNiy;$bU-+U(caTe*RA$BxGfcJA1*13|?# zfeINxX5z3v5A&eI|45_`l@NjR`#5sNOW>2SWyA2ZKLun^qw$oY?WX}7vT07KZo&Yj6!AX_ zis%0~LH&y9p9RGu`@4l8>q!4^y8b_L{YOT*fIwmovAHA3p!{MQ}#6PBNM9Wq2hhA6U#8*%#fTlR_5>?iz%d`uTV|U2A@YuS3hZC8E6Jf*UeTP%{0q$2O z_>g5z@4`s{oC^;dTs#K z7{G|LAyrXIDg+g_YsA>fZWRC93631Gk+7Qs1ym)dB1VR?sLEyyjl389&7G98O#v^1 zwl}aXLG6#aV%vwh?H`217V5u(;9P$3E*jK-FgrXR*{Xs+NQFI-EdYWh>XryI*{cvl zH|BQ@X_<=uC`-aDHrmN~+Ei2;NEGpHVpA`{A`~Y5!mp6*AYe8@ePR%C7=piOXcAJH z&5I6Ic0xlFo&}xr{dAlHWNT#hPkx;(m^ti)Ed84g;w9)#JA~QOcwHQRW2?H;u3-WY z`)`1_NkES8fWP5PkIk7kpuPn=t%RT5?~j~KC|ZAdcm5d+=`+A%{zTXC2fCR5On2^o zr3-(eYs99j_nXt;?`SywF6!T4oX5sUU~eyD#FK91VTa!U91&p6rZb=IMNCj(;8FWG z#jE#!&af<<@BM&TcGDt4qT&7NTX-ECSR+hQ6!GGAbtOB3{H zQQs_5=+-j0PggqWWaagfgV%s?1uVZ|ZV+dv4A1F_N z{&@6Hfb0H*YEs5OjZdHCQ_=(1pWJ{oTUItyL>~m(iS0VkWjEnnFa+E0!m%ftpl}X9 z<}QvCw&cXVfFA;Z8Sqp8-!dMAjfoy^f-@qdU*lGnX&Xh>;mWlY8FBsIL7D8}M2@C^ zI643M$ea=wqQ^gOpGikBxoQ46I6CvM!O_k?L9iXo?<1q%oCbe$SKqO4{1MAPOfn_7 z$+-R$bjh)Ut_e#p-H6_*K@ZK9cvMho(}JS1$K9!u$>R?p`s4E*3kIJoeT{_Z$PAVL zVFo+<`8AOERd+N*7YJU}KjB5jJ|lIQa<@NOZpDs>GFqE!(&?Go|8w)|7JuJw-9__@)iQY3my4= zH1p%6KLjs`h{^xFifJ$Mr$xZeR?GbQFWFb@-&FBy_GR|(s__0r70LfSVYB(i0AXs9 z{)FrGnUd~rMOXMAsiI^f{sGot!dPtnF@zxfVC+bT@1HsQNgqppuaECr|GQWw~gG|L;(c{;gOBcNiW}nOK6FbDz1kJx@e}@f4PHIFm zsz1jN3^sdx$`ZifD(imR(D z2$CMj^N^R%W~E-nJX+1s6F&LWmJ|BC6+be=dAeLl2K1RL^p#6hEYgkM!(Tu!KrUT= zKq}m2Vs1jdC&)v_8lp@LA^*PpfeH?p3CHl+XmkKE1KdGwSTBScau|RhU+L+6$2N>O zJ#~q%TAt}56|!EwElM~3dU5u7Qt=oQiy%c1CnbSAsT2-d59rE~ZFfDA#QF`hP76Ie zFGt>HwuBRx*0nKC<=mTuRWr&qb7K5!w%KN=Ov}DiELa? zkx_n829z&cBfEzM& z8hDvlwo1;PJqz-(4ls88sn?CbvIE`6{WGL#qJ~%17gH)CGcpJ9e34qw&CS=#0*&(n z%TtuMoCnO-C-D^C9dI+o;WTjHXtgK16hYEV7B-Zmx)2op}QxC>l*^zFu0^Xq|gNOq!-;aJ5;pa2SU7 zs}uo;wrDF#d)QGW6mZX_sT7etAZy?3Hh+tK7{HmNLn!T-x#;M#Ys#f+s6rtfq2@kG zn}bbTPfrhaAm8ZPU;c-+7Y<{LX0a(`Xccg%l8uCWy#X^nbD#kCn8ihn5_P$^#hV4X zw_+SH`SQ}a?9pWV$+e^OY18yk+Q7C#V6VUI@V~Afp^yD%`iB2NpP-0PqN5}+ZiuxY z2@RF~g>z?r5oqi$#C8Nx+aVyJGUM1%=0s`Y7_32hJ*G8>S`4r`w{NE0_@mVSjbj}X z!}@beL?dekTIxl7&qx_Yw4QU6igLGhc9c3`P}9;})@ZS6z(-xAro!W7RW2P><7$Mg z=Wk5tAJzZQs>3^WNru-pDdu|a%rS^soEGAtdRWX55xHAkg_}+8PTD>L1Rctb9XwDOJo!NOi%O3bDCEIdC^i}KL`KhY z)(&%@7>4;4Nm|=SwuOO<8VGQ2S1SVG-FT(O1wwT}CfCv@Fn~wGh4}hn=z!O724jysi@l9q&cTI?!0klbo*>_7@&2@>4Of>8 zj<;w@aVi(4eO9(^1&qHcU~)Fddgg490IX{v6Kl9Gm~}ran3azOj87>OA~>XJ%elPF za=UJC?mkj~Oj}RSptYfU=u9XOtFu67o^t)Lf-(~-`dHA|^+q_p;*tGHG7z`K0iUB) zoxv<&ag76A2m`&ofEh2nHj*kHU0^EKm0W$id+Y-JRdGQaGT8VExc*YHyHdP<=&fS5 z@xc~XG0nr$tDaJ*Oo3qC21wS<|4U(=dU5`dcb9@|*BvczXq&J46q$JPgN^r#z`as5 zgUj#N_{{U>>@Zpt2(%{v2^<-Y+vnn6degM6DZuai*Jr2x8XyfT5z{y0s(7}%e_E?z z=9rkwv)^o#@6J_sC(^yMGY8IgcZxId?m8e*n>QHjVF`FIDkzOK)fDU;O+2ojWP|Tt zA90Ihy3JPnRAAgKQ6_g|kpaVRWWbXKq8H^c+qfC?;x@Pl}3T{_Ti zR`AX~Bct`ck)F0oDTe+UIQzr~eMOOod7uzDT0}9KG?$YS87z#WJaB!Iqb;}@F6BwT z<&7DtFDP!kAfVYa87{RShhT8jpk;_%A zOw=2B6ZsT1mh*QQJD%@_C-fs5xMMl#^n;SPLck|!1LwY$TLB;18h~f72N184@~sC8 z^R2SX03Tri7>^Cs-X0s~e712-wZ~8d)P$@__cb-VO-eBi1xVEFM2%}>Jt&fp*G}8A z)Ztjp1;dKq+WlgP=OKoWVLvgwu|{KC>9Ix$1?0 z`>@ng&TYT#kcYhs>)y6JaQA28-_IQQYjtO@XjOnd74f10nxe@x>7h1xguSkvbnhC_ zly9idDQ|63emgLlzt4SpAk1{6052g}^DH5V2`WC#pi*yUW4PCpQ|ka3G%Jx^lN(jH zZ~s2`2F*s7W`NuVL2;SKJ|r^qWZaA(i7%;CM3$7z1pjMG+~OH5aKV!?rc(2^k;1q7 z`IiDcnTaX4+3b-mMTR+x2nZ(+<{*M{TXj)zhPodOi0WLc4jJ`Up0=SZ6v|>@>@$HU zKP`o8wSs1MS7j>`s@DRKX;RkJ| z%n5}AFYdkE{oLQU1&I|z;K|^TfhW{=9Jb`inbbHovZnV8{m~uJ! z-24`?TMezRUmQQacrLEeka>xbmOKDB^<4fg4=F$7?P7rO0AxNp%0SrE6Xiki$V)G6L$FPOeI>lj_= z(tF?-paCD>1qYI+sk+AnsY1iFN_UPyXH^qH!R7Ro=HuQh%!p6(tQbz$!xBlA~lQ* za@(2s;2veN5Qs-+`aS6kr89(upHk~q(G8TU2*N5fd0TfTkZzMfQvR+rb=LZ;A5`cs zU#pPeNJb!Z%8$&+b?dagYZr2VQQqA>?BZFTJNJ^dlnvK6 zHm%7xfGwI8sI+x$z09G}Q6{$TJn$My)&;fX9dMxTqEs2|6RS@|wzI_bQb=E2L(R!a za}ZT8)ufa&eM+HrK47$rR#!HU1V`O!x?Z0eKttEx&-Q)-8h4JUt!XdOH%m0xQ(xec z74@=!r(5ZQ*s%_UW>mjVC&5PViFUbB6wqmQTSxXae=H|^;0xZ86q>$};hZ?9=1wh%GudYK+RE=i;RX)hbHy&n z3q;$zgTHuqb-!2G4y1A;z;C#4pRxMFFlZnrpqKCO!#h<#B;O*Ob9fWq{`sSq6NlhhJTb%lcn60i33GMz>kO8$_t-`m$_dD zu27nZryXJeela++TN}^UA}LoYn(9srKknE{$6 zD5U~6CEixrIKav^3XY$3db8iqoNW7nJBb21C%F`omhmejjjgtJ#A@4++h~zC5(~Li zZkb)!`gGr^Wrh@=hNi~c>jMrkgI0aM<=KjlHXYJTI@nQ8=4gFzTkBw=WuW%lbeN43 zu5*_M?dPwmQexKdMQZ2_rGk4M6Z=`;(W|aMH+ZK!j2&FlGaEfx`j9ALeCL;u2yv&~ z>9ax+1Lv{q^fpIOp^?IvQb76)_d&w`K(H2HL)7r(RIf^wtV+KlNq>$6cwYe1q+Lw+ z^GWI;WiL!LNCcjQ^xLD4(p+f@NDOh9$NUu4vq))?DP3xKTul%>GFZSrKXY*7d}ROB zo@#tSMjgHw;_#0f8$7hUyHqG@t7chvKoHJf^F&azyl#5P)uzRo#o5ZQ%qw;mZt(WT z1UQac%%NIl$jvyh!dL%M+KXi(GUbWZ+m0?D6t8<&m-VTMwI_Fhc3ey6>+7D@7YXQ2 zek5kPBw`JpgFb1rCDn6p9B6JSg&wD-dXjD)%rwr!nDSUNEBAVaW|!33dOr?N$jNfN zC3yI+dMmYK1ir^PP-g@WHG!vXSlg`L{XlvHVC#v%S0kf&AT?%wnp8(GR~BuCxR%xR zVmFaUMM7edokD+38;~@aAeC229mv7tnbLM}u++s>$ZhkOuvNA;umQNwbFlW*^7T>b zRJF5e_9XfX1X(qc{l1bIgF%6(Em#}qN#^D!S8cWm4-GtPAffvnj0c$b((FxmDy8!sc_#xCW)pr9|c|d1KK%$XtPVS&mmBCyJP{)BIPFM6m z2=B(N8R}gjqFnbWrE+H9LwF>vfuQZZNU+p}<>7j%>~Q2AKOgWVYCi!qN{? z66iP1J1@3Vpx4Oj?*x3xGT=O*|2SY@+W-*H(?B@Smj295*0a?<3U4pe)Q5=8P!JS@ z+G*LDXI0M@4mqqf-pkoJE9bUD6#m{O#0NG5ZorSZD+b~oO1ODcsTK|*eC+d5pZW&8|8thZE>crkzUhjk)AH!D!`YQYu zC~slsBD|jjHT9effne1D;>+%z!f2k^fZHbzbpya*BtSj7SbzcqGc-?mw0Ishy+b~M z-pkv$*p{2#D5D$#_~Zw`*`PldP}{}=;!7mR{f4D#vgC*LH}r7vF8$OGy-CiciN66wKb-ocZB%=X%di$}yY>+j4INi@i5 zs60ljMpj-5y2BUh`tF*2WW=DnYf)O7C!cqfHkb`>0F?S`iuOGLjB8U2D3{XhOU8f4yW*Z=IQ#hnPY=bI&X7|hk|>2t4Bpag2Hs{_D)$K>sj@)IMuiq3fj9#p3RsF! zgGk;6Ydund4(R{;oMRwGNu*}y)|_=WCNGVHI}Zvr48f{@mELcO*zXxXAd zp3OUfgEzIU@S@xd-5WF@B^}&l>TxZq>M`K;m_W0%cQ)4Zbqk?i&)5LmJ$LqRvs#7* zM>MsFrLlwkBeFGOk2W#A>Hzb^N2ILVly)@H7TvOl8BWk0U0u;9x-BnRdGQhM8NK(# z7iG@Zu6?Ln*V=KF8k|~s|Dqfk#N?Pvfg@+F*(BdS{l&b6mpW*>?H^req1!A!L9kqlz+Kjl>O6!2p!}Xi|h4FW_$H|zq8I3)(h|Rc&Sod7R z@d6nG>?o15KY&!Db}Rdhc1xz`(h>ZhT%flH7d4;ZMBu z$e_T2u1>l8Hg8rqYygr5qU<58$J{0?U_TB5PA$}si@s?)Hxhc%{eja`uF#uz1sT3c zp!Qy6vvTf`{yR(k#CjDC;l;BWM%B=3_0ym5cQWj^lQSr2nE{e{MO)>k$nPEDQ=c6^}b!X`I0#Hlp{ zhaYS7WEG1H0Uf2VN~@bS+Ip9xaTqk)<)Ig6v^VdBHeiA6@GjhxJNL4wyQn?CW^-os zT8Rih(99l&dZN@`+I1eExK&9yRmLT%|Jb6M3mpzQ*1MEr>ti;Qicg4X!+0eWIe z7FFDqPAHNrlbz%A_2RWrmV436W+*9O5)-M7)+*QwO1vZXmDd~>Z=<%&Q!)b*5{<|< zw^5()n0GrD@(azuQ#q2hz}TJ>PG@p+HE*2PKN<*ieZa9aGji9>MNF(}DR}0d2wt;9 zF=_qiS|dr(QXkEfps%x6IaH;Ha`^4iFz9WDc{yZ`wa0i@@4DGjCe&U}$m}@9#2!Y@ z-87lXx)-ha`&D+~(3p#o5IritA=;TBDpm^aJb=GV9z3B3`+Ec5O0s6j4Tt< z!^%4gWE96)P^}5vjnx`Ec7~V+I3#3Te=1V9cgyWzXrC>aZ!DwK6Q{|<1g>gNuO&H3 zib&SE&BBZ{cZRfMm^q}E6aQ&q}+F#6{eJ`Tw^Wp4kvLuXc zy}%p(G^xm?F6)e6&Dn>QwX^?pI6LRtZCjaAk+S`ruL;x-7sUe778OKf%HASJ0}UgJG!x_C1^9|0N?RD0!5j)bCGTiJ zA!h5qT;JR86+GgQI9AzBhmUeaIj>HgZV}Dk@Q*67yS>{Hk;a%2Ey&}r;Xxc`&c0_63?UE-3|ItV z5DpQrn0*H$24W!&mOwltKq4eTGNiEI)L1FJ2ZP=S`0<{`(dqja_orKrrtd~1Bdr$; z(7yEP(bDPG^6C2_tC2ny8;&@4s?T>CE(&S&u}5u@86FmBD`k2#ce=%IHq}C@9bND< z7R?1yTyahFw{!abiuUwq_;laNX*l!gQ4OT8mVNg{czRTIy7fhGs>O@+rLf`DkyaJE zWrSc>Vc)Oeo}Qt$;Kv!iV%a|3CpwMg`{+Nm7KovkeJ1Yz{C~dngZ1G6@P#;x)-Di? zkOxlgP2MO00@qC#12Mjnx}xzCHB@S-fsF;zQoYo{2`iCBAp|L(w8+X(sKfA*!n3IT z6$<3_=#vn39Ahxw+*fiWR2?^u5LM=Z%!wLn70d4q_w27#2v*n3fXppoifgU8`uEk7 z6%M3&^Vr|fV`i?+HyG&!*3z2 zPR}b9957MN*gn=Oij`Ockccz$<}n{BYgnt3g+gw~5089BqN(HNa@H#>GSNcu3}a>1 z&h0N1{L6xs;Z1xcij^kN@>&IlEKa5(ERpVM)=&r$WekhcmU)>UN%yqEn1px)m}$A; zC6-iHkFc~vR1O)n=TYE$qh(FFfDvRNq=z~6%zYx6x)Qi~gS85NQU?%hhfo0S!Kw9P zc(D>V9RkW2)AE-~A)nx9;*yd5$O0dFRA$6QUK_?rh12rtW=Na3G}`kBnbXt}D!c@v zc|P{MN!N&%F9qeHq9{a$?y2Jp1o-(DTGXUQy)@om))1C~NahDBx_RX_oc1O8yqSpH zWNN%}1Qf^$HL1&aG?4|aHOOlb1>`a=@*~Oecv$veBVPz2D}-DsalQgVZhypM9k%34 z@)^YbAw*3E0^DqQ!a5=IP%U+DN+Vyex>m-9F$BNVXkS8Hz0nv}njkBVzdCr5}0a zfZ#oah75b+6NMoQJ8!~bWEGXjXq_llYTdg2rdHWd2jsGU(6SpDjYb4=1mO@7Nc|d5 z&QihK2r6$Bc)|cKBbShg5WL5$SIC3d*LPm*iFINj$1S}s@E{c04EzwW;j|D_ZC3EG zI6;BTonkbtwWz5EOjwPW;_B0=)p%I68Ke=r5efva93F)b6Pr|&prQmE6GkiAzKBnr z`a1@h$fw^=)!Rjj7EM-fXXCjRXI0Q2l;`?N-S!&HZtBTh&zFpr72PTp6>1H*RaxuP z{x1bWF1PT~WEA^W1KK1n{y*{ZZIU097yOg|#LMCT11|y7yb$ye$^j?~7>|jnuIEHm z*K6X-7YRUR=V~jGaX3HVK_1zBA|R!MZG(103}q}KswW=Aod5UFzAp1!oL zmjaqyUZ9kh=A`A3+AwD>1xWRFz-g$2U!J9#PO1o4E_FY- zJ-_=eS9<6Sakcb;;jx3456nlSpAVpVf4i#6h zrmp4}(h3{caxxsmQ*s<=O#Dqrz9fb4OQLvprG8VoQc;g z1?6Ya4pu|QpOB~~a{$U@_FqNSY*c}$ng6A0a6wO?#3EMJswgfm&`cwPD8wJe` zsVnnE#6YyM6qe7jwjA8Y!Z_0bpRTgTCLWs zQj8-n5EL)a%%x3$G!MOx@$}%_oy+9qE9aV8+NEmP_x0WYB9#S}yQmp6Efy;Bzo_FW z^y)uNy6Rc@q}jt`HQ-aaf%D>F2E8KMCdqTZcb7jCqe5q5PoE@TxWCBo!kwc`jE^w@ zb(J@*3Lom>VCvP7V*)s-xI@fNQf6A@QN?RUJj~i-5=1{B1~tRM4a8!ZRFk_0o-U`b z?|sd*SSs5yT68!|^a&N@Z2XoC+*jjv6Uy*Ov=Psfqx+97r;)+a2q1cK7Re`59&k4( zNL*ayed}3Qccr6ZaFl+nk<~RC5Pg|2SE8=0=}svec)sI6^?=r53PrQW{0$P}HzA47 z6|vbf@4P(#nAAuXhJp23+*;Y(bgBS|`GLS&6QL2xxjDe3X~%7RuP@!20!m}!LK$kc zA^}qctopiuad?l&@h)w_jZ_eONde!JuMpX9>2oDxoZf)MMOk`}RUi;eQ3;ReRRk=R zJ9nq1N9!Y1&so-OXJWh#;GNzB7jp%DpF!x;Vcq@hy-wDvD zU~)()5!?GW04DN?`_re)D~QRV7`>HHjMp2rPxB=Yw2NniHgaG68cUyDoF_Hjh!!hG zJW!e=qxVHxu`^osPF1dDTP}4C?6Zryq-S8W{A{lilHN9hxcmt95Wmn+EPV$4y~IIV zTJSBxX27^p0W&OjKZGTh2ZAGa`cp!2CgA~<;LdlkruOWW$O}M>=!af{Vw0Ub6Kr3Q zeCEq5+_g85$CfYU=d<}@uAvqL)iCoAL_%mRXQtTY%=)WU}Q%wR%La9$~5Y z(p9=t;dAM^aTc3kLIUT#qMzo=8$9treRx;2M^^)gt=6+isn@efBAo@|)u+HQTV}L%leira);0k5 zmUBT__2+~#H4rsFMMARC#jQsS7hMI?`7TVnH@%()JQ8*pZVtwDzU@H030UI>x=>~d z;ALpYmTAA<<9xDSco^IjnD`?e^ym>9V2=c%UUtM3T~5!XYlT7vXM|Im?1wx&$rA7W@2dVz^M}0vy40(2eTXRYMl!Cdc>o@63kZL zi_p-v+3X5LkA5(|Vo`SX7LuFAN@EYpog1w}E6u}P^%lznGhdPS*$3EBx8CT27fZJn z98I>}b^A$QKa-uDqmK=Evr}+10iQ^}r;_jQiT6t3K|sS0<_{^i!gNXt(+Tvq=?4nP z(@C)FbZU8SIz5~}-4`;Q=8~uT9w2Z%>?BiRI`Nd7Zk#GiUo=t)9Z3hf+ zSYZiRL7{>)-zC2Gq0BK2YTm;gzJZPCw^t+Dn{7sDTw{Va!SgGGr}^&ig~mC)X})<6 z-H?`>uLiYjjycj=lZv+^@GU{F&Ab}zebM>mzVna~6w=&xO(iFdhbZZ7?yKP&Nq|P7 zf{B@g#>p5z=!Y2p8}|$3Gk7{8UBGb&`OKOF1aO`Bb%?2-ZZQA(7bd2EgJbF^9ni;% zr(Y9tVL!&q@$+NM6Jxl^$Cxz`0uwJSa7?}(erW17dQS8SW-I~N@EqUYW5TmLIN2{b zqCXYHYwJ4k%LiO2yo;+V91}u+1&9-aK^7^kbxsE`*oi~|eN>qntg%WHVK(|SvnnsL UZkY_pXnFK^G|>M42R*Gpg1ElQmjD0& literal 0 HcmV?d00001 diff --git a/WebInterface/game-site/mod/treasurehunter.swf b/WebInterface/game-site/mod/treasurehunter.swf new file mode 100644 index 0000000000000000000000000000000000000000..9391dec18395bb7872d6f7baa27923ce20e8f7d7 GIT binary patch literal 32368 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 literal 0 HcmV?d00001