Skip to content

Commit

Permalink
feat(panorama_shop): update item list
Browse files Browse the repository at this point in the history
Refs #398.
  • Loading branch information
ark120202 committed Nov 21, 2018
1 parent ee55803 commit a7f9d31
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions game/scripts/vscripts/modules/panorama_shop/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ PANORAMA_SHOP_ITEMS = {
"item_belt_of_strength",
"item_boots_of_elves",
"item_robe",
"item_crown",
"item_ogre_axe",
"item_blade_of_alacrity",
"item_staff_of_wizardry",
"__indent__",
"__indent__",
"__indent__",
"item_blink", -- moved from 4th column, because of a lack of space
"item_shard_str_medium",
"item_shard_agi_medium",
"item_shard_int_medium",
Expand Down Expand Up @@ -68,13 +68,14 @@ PANORAMA_SHOP_ITEMS = {
"item_boots",
"item_gloves",
"item_cloak",
"item_ring_of_tarrasque",
"item_ring_of_health",
"item_void_stone",
"item_gem",
"item_lifesteal",
"item_shadow_amulet",
"item_ghost",
"item_blink",
-- "item_blink",
"item_shard_str_extreme",
"item_shard_agi_extreme",
"item_shard_int_extreme",
Expand Down Expand Up @@ -106,10 +107,12 @@ PANORAMA_SHOP_ITEMS = {
"item_wraith_band",
"item_bracer",
"item_soul_ring",
"item_phase_boots",
"item_power_treads",
"item_phase_boots",
"item_oblivion_staff",
"item_pers",
"item_mask_of_madness",
"item_helm_of_the_dominator",
"item_travel_boots",
"item_hand_of_midas_3_arena",
},
Expand All @@ -119,25 +122,25 @@ PANORAMA_SHOP_ITEMS = {
"item_buckler",
"item_urn_of_shadows",
"item_tranquil_boots",
"item_ring_of_aquila",
"item_medallion_of_courage",
"item_arcane_boots",
"item_ancient_janggo",
"item_vladmir",
"item_holy_locket",
"item_spirit_vessel",
"item_pipe",
"item_mekansm_2",
"item_guardian_greaves_arena",
},
{
"item_glimmer_cape",
"item_force_staff",
"item_veil_of_discord",
"item_force_staff",
"item_aether_lens",
"item_necronomicon",
"item_cyclone",
"item_solar_crest",
"item_rod_of_atos",
"item_solar_crest",
"item_orchid",
"item_nullifier",
"item_refresher_arena",
Expand All @@ -152,12 +155,12 @@ PANORAMA_SHOP_ITEMS = {
"item_soul_booster",
"item_aeon_disk",
"item_crimson_guard",
"item_black_king_bar",
"item_lotus_orb",
"item_black_king_bar",
"item_hurricane_pike",
"item_shivas_guard",
"item_bloodstone",
"item_manta_arena",
"item_bloodstone",
"item_sphere",
"item_heart",
"item_assault",
Expand All @@ -171,8 +174,8 @@ PANORAMA_SHOP_ITEMS = {
"item_basher",
"item_ethereal_blade",
"item_silver_edge",
"item_battlefury_arena",
"item_monkey_king_bar",
"item_battlefury_arena",
"item_greater_crit",
"item_butterfly_arena",
"item_rapier_arena",
Expand All @@ -181,8 +184,6 @@ PANORAMA_SHOP_ITEMS = {
"item_radiance_3",
},
{
"item_mask_of_madness",
"item_helm_of_the_dominator",
"item_dragon_lance",
"item_kaya",
"item_maelstrom",
Expand Down

0 comments on commit a7f9d31

Please sign in to comment.