added stone quarry lvl system
This commit is contained in:
parent
58404f1490
commit
00f0be363a
19 changed files with 342 additions and 1 deletions
|
@ -184,6 +184,11 @@ el_grenade=Charged grenade
|
|||
fi_grenade=Overcharged grenade
|
||||
fu_grenade=Hypercharged grenade
|
||||
|
||||
fi_materials_upgrade=Basic upgrade
|
||||
fu_materials_upgrade=Advanced upgrade
|
||||
gr_materials_upgrade=Ultimate upgrade
|
||||
|
||||
|
||||
#overhaul
|
||||
uranium-fuel-cell-updated=Uranium fuel cell (old)
|
||||
|
||||
|
@ -294,6 +299,9 @@ fu_materials_energy_charged_crystal=A charged energy crystal. Can be used in the
|
|||
el_charger_item=Can be used to charge items like [color=purple]energy crystals[/color] with energy or seperate water[fluid=water] using various catalysts.
|
||||
|
||||
fu_miner_item=Can mine stone[item=stone] from anywhere on the map. Needs a constant supply of drills[item=fu_miner_fuel_item] to work.
|
||||
fu_miner_item_2=Can mine stone[item=stone] from anywhere on the map. Needs a constant supply of drills[item=fu_miner_fuel_item] to work. Upgraded version of [item=fu_miner_item].
|
||||
fu_miner_item_3=Can mine stone[item=stone] from anywhere on the map. Needs a constant supply of drills[item=fu_miner_fuel_item] to work. Upgraded version of [item=fu_miner_item_2].
|
||||
fu_miner_item_4=Can mine stone[item=stone] from anywhere on the map. Needs a constant supply of drills[item=fu_miner_fuel_item] to work. Upgraded version of [item=fu_miner_item_3].
|
||||
el_burner_kerosene_item=A compact burner generator, that uses desulfurized kerosene[fluid=el_desulfurized_kerosene].
|
||||
el_arc_furnace_item=A furnace that can heat metals into thier molten form.
|
||||
el_caster_item=Casts molten metals into plates or ingots.
|
||||
|
@ -351,6 +359,10 @@ fu_ingot_tech=Build a ingot factory to smelt your ore and make ingots from 248ks
|
|||
|
||||
gr_stage_tech=Using exotic matter you will be able to exceed limits of known technology. Even Fusion will be nothing compared to those infinite possibilities.
|
||||
|
||||
fi_upgrade_tech=Upgrade machines using this technology.
|
||||
fu_upgrade_tech=Upgrade machines using this technology.
|
||||
gr_upgrade_tech=Upgrade machines using this technology.
|
||||
|
||||
#buildable entities
|
||||
[entity-name]
|
||||
el_solar_entity=Solar panel 2.0
|
||||
|
@ -418,6 +430,9 @@ fu_laser_entity=Laser facility
|
|||
fu_plasma_entity=Plasma facility
|
||||
fu_magnet_entity=Magnetising facility
|
||||
fu_miner_entity=Stone quarry
|
||||
fu_miner_entity_2=Stone quarry 2
|
||||
fu_miner_entity_3=Stone quarry 3
|
||||
fu_miner_entity_4=Stone quarry 4
|
||||
|
||||
gr_crafter_entity=Fusion assembling machine
|
||||
gr_magnet_train_pre_entity=EM suspension train 1
|
||||
|
@ -597,6 +612,10 @@ fu_titan_ingot_tech=Titan ingot refining
|
|||
fu_gold_ingot_tech=Gold ingot refining
|
||||
fu_neodym_ingot_tech=Neodymium ingot refining
|
||||
|
||||
fi_upgrade_tech=Advanced upgrade
|
||||
fu_upgrade_tech=Very advanced upgrade
|
||||
gr_upgrade_tech=Extremely advanced upgrade
|
||||
|
||||
#effects
|
||||
[description]
|
||||
x2_ki_tech_eff=Double the module effects of all your KI cores! (Only works on KI3 beacon)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue