File tree 4 files changed +14
-3
lines changed
4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
---------------------------------------------------------------------------------------------------
2
+ Version: 1.1.19
3
+ Date: 25.08.2020
4
+ Fixes:
5
+ - Fixed Plutonium Atomic Artillery shell icon
6
+ Balancing:
7
+ - Plutonium Atomic Artillery Shell recipe:
8
+ Explosive plutonium cannon shell 3 -> 4
9
+ Rocket control unit 2 -> 3
10
+ ---------------------------------------------------------------------------------------------------
2
11
Version: 1.1.18
3
12
Date: 21.08.2020
4
13
Integration:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " PlutoniumEnergy" ,
3
- "version" : " 1.1.18 " ,
3
+ "version" : " 1.1.19 " ,
4
4
"title" : " Plutonium Energy" ,
5
5
"author" : " JohnTheCoolingFan" ,
6
6
"contact" : " https://discord.gg/grHVhE2" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ if mods["AtomicArtillery"] then
3
3
4
4
plutonium_atomic_artillery_shell .name = " plutonium-atomic-artillery-shell"
5
5
plutonium_atomic_artillery_shell .icon = " __PlutoniumEnergy__/graphics/icons/plutonium-atomic-artillery-shell.png"
6
+ plutonium_atomic_artillery_shell .icon_size = 64
7
+ plutonium_atomic_artillery_shell .icon_mipmaps = 4
6
8
7
9
plutonium_atomic_artillery_shell .projectile = " plutonium-atomic-artillery-projectile"
8
10
plutonium_atomic_artillery_shell .ammo_type .action .action_delivery .starting_speed = 1.1
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ if mods["AtomicArtillery"] then
7
7
8
8
plutonium_atomic_artillery_shell .ingredients = {
9
9
{" plutonium-atomic-bomb" , 1 },
10
- {" explosive-plutonium-cannon-shell" , 3 },
11
- {" rocket-control-unit" , 2 },
10
+ {" explosive-plutonium-cannon-shell" , 4 },
11
+ {" rocket-control-unit" , 3 },
12
12
{" radar" , 1 }
13
13
}
14
14
plutonium_atomic_artillery_shell .result = " plutonium-atomic-artillery-shell"
You can’t perform that action at this time.
0 commit comments