varios balance changes
This commit is contained in:
parent
805451cb0d
commit
421d048c18
8 changed files with 111 additions and 41 deletions
73
scripts/umr/data.lua
Normal file
73
scripts/umr/data.lua
Normal file
|
@ -0,0 +1,73 @@
|
|||
data:extend({
|
||||
{
|
||||
name = 'fu_fusor_tech',
|
||||
type = 'technology',
|
||||
icon = sprite('fu_fusor_tech.png'),
|
||||
icon_size = 128,
|
||||
prerequisites = {
|
||||
'fu_magnet_tech','fu_basic_elements_tech'
|
||||
},
|
||||
effects = {
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusor_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_1_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_2_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_3_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_4_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_5_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_6_recipe',
|
||||
},
|
||||
{
|
||||
type = 'unlock-recipe',
|
||||
recipe = 'fu_fusion_card_7_recipe',
|
||||
},
|
||||
{
|
||||
type = 'nothing',
|
||||
effect_description = {'description.fu_fusor_eff'},
|
||||
},
|
||||
},
|
||||
unit = {
|
||||
count = '400',
|
||||
ingredients = {
|
||||
{'chemical-science-pack',1},
|
||||
{'automation-science-pack',1},
|
||||
{'logistic-science-pack',1},
|
||||
{'utility-science-pack',1}
|
||||
},
|
||||
time = 45,
|
||||
},
|
||||
},
|
||||
{
|
||||
name = 'fu_fusion_card_3_recipe',
|
||||
type = 'recipe',
|
||||
category = 'fu_fusor_crafting_category',
|
||||
enabled = 'false',
|
||||
ingredients = {
|
||||
{type="fluid", name="fu_lithium_6", amount=100},
|
||||
{type="fluid", name="fu_helium_3", amount=100},
|
||||
},
|
||||
result = 'fu_materials_fusion_card',
|
||||
result_count = 100,
|
||||
energy_required = 100,
|
||||
always_show_made_in = true,
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue