compatibilty, thumbnail

This commit is contained in:
Brevven 2021-05-30 12:44:19 -07:00
parent a927a3471c
commit 633d317b12
7 changed files with 24 additions and 1 deletions

View file

@ -1,4 +1,11 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.13
Date: 2021-05-24
Changes:
- Minor tweak to thumbnail
Features:
- King Jo's compatibility
---------------------------------------------------------------------------------------------------
Version: 0.0.12
Date: 2021-05-24
Features:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

Binary file not shown.

View file

@ -1,6 +1,6 @@
{
"name": "bztungsten",
"version": "0.0.12",
"version": "0.0.13",
"factorio_version": "1.1",
"title": "Tungsten",
"author": "Brevven",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Before After
Before After

Binary file not shown.

View file

@ -184,6 +184,22 @@ util.add_ingredient("suppression-cannon-item-rampant-arsenal", "tungsten-plate",
util.add_ingredient("orbital-ion-cannon", "rocket-engine-nozzle", 12)
-- King Jo
util.replace_ingredient("kj_pak_penetration", "steel-plate", "tungsten-plate")
util.replace_ingredient("kj_bolt", "steel-plate", "tungsten-plate")
util.replace_ingredient("kj_40kdreadnought_normal", "steel-plate", "tungsten-plate")
util.replace_some_ingredient("kj_predator_normal", "steel-plate", 1, "tungsten-plate", 1)
util.replace_some_ingredient("kj_lemanruss_normal", "steel-plate", 3, "tungsten-plate", 3)
util.replace_some_ingredient("kj_baneblade_normal", "steel-plate", 3, "tungsten-plate", 3)
util.replace_ingredient("kj_75kwk40_penetration", "steel-plate", "tungsten-plate")
util.replace_ingredient("kj_120kwk_penetration", "steel-plate", "tungsten-plate")
util.replace_ingredient("kj_120kwk_penetration_highexplosive", "steel-plate", "tungsten-plate")
util.replace_ingredient("kj_280SK34_penetration", "steel-plate", "tungsten-plate")
util.add_ingredient("bolt75mk2","tungsten-plate", 1)
util.add_ingredient("bolt100mk2","tungsten-plate", 1)
util.replace_ingredient("bolt75kraken", "steel-plate", "tungsten-plate")
util.replace_ingredient("bolt100kraken", "steel-plate", "tungsten-plate")
-- additional turrets
util.add_ingredient("at-acidthrower-turret", "tungsten-plate", 5)
util.replace_some_ingredient("small-cannon-shell", "steel-plate", 2, "tungsten-plate", 2)