Skip to content

Commit

Permalink
Change crashsite spawn market items base on Tigress' suggestion. (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
grilledham committed Sep 26, 2021
1 parent 77c3663 commit 35fc469
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions map_gen/maps/crash_site/scenario.lua
Expand Up @@ -775,7 +775,7 @@ local function init(config)
type= 'airstrike',
name = 'airstrike_damage',
name_label = {'command_description.crash_site_airstrike_count_name_label', 1},
sprite = 'item-group/production',
sprite = 'virtual-signal/signal-A',
description = {'command_description.crash_site_airstrike_count', 1, 0, "n/a", "n/a"}
},
{
Expand All @@ -784,7 +784,7 @@ local function init(config)
type = 'airstrike',
name = 'airstrike_radius',
name_label = {'command_description.crash_site_airstrike_radius_name_label', 1},
sprite = 'item-group/production',
sprite = 'virtual-signal/signal-A',
description = {'command_description.crash_site_airstrike_radius', 1, 0, 5}
},
{
Expand All @@ -793,15 +793,16 @@ local function init(config)
type = 'rocket_tanks',
name = 'rocket_tanks_fire_rate',
name_label = {'command_description.crash_site_rocket_tanks_name_label', 1},
sprite = 'entity/tank',
sprite = 'virtual-signal/signal-T',
description = {'command_description.crash_site_rocket_tanks_description'}
},
{name = 'wood', price = 1},
{name = 'iron-plate', price = 2},
{name = 'stone', price = 2},
{name = 'coal', price = 1.25},
{name = 'stone', price = 2},
{name = 'iron-plate', price = 2},
{name = 'copper-plate', price = 2},
{name = 'steel-plate', price = 10},
{name = 'raw-fish', price = 4},
{name = 'firearm-magazine', price = 5},
{name = 'automation-science-pack', price = 10},
{name = 'logistic-science-pack', price = 25},
{name = 'military-science-pack', price = 50},
Expand Down

0 comments on commit 35fc469

Please sign in to comment.