Skip to content

Commit

Permalink
(0.2.4) Boost instant damage
Browse files Browse the repository at this point in the history
  • Loading branch information
warbaque committed Oct 25, 2022
1 parent 532fee9 commit 951ca86
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions AtomicArtillery/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.2.4
Date: 25/10/2022
Changes:
- Boost instant damage from 1500 to 3000 (behemoth worms have 750 hp and 70% fire resistance)
- Refactor and simplify projectile prototype
---------------------------------------------------------------------------------------------------
Version: 0.2.3
Date: 27/11/2020
Changes:
Expand Down
2 changes: 1 addition & 1 deletion AtomicArtillery/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AtomicArtillery",
"version": "0.2.3",
"version": "0.2.4",
"title": "Atomic Artillery",
"author": "Doombox",
"contact": "https://github.com/sirdoombox/AtomicArtillery",
Expand Down
2 changes: 1 addition & 1 deletion AtomicArtillery/prototypes/entity/projectiles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local instant_damage = {
target_effects = {
{
type = "damage",
damage = { amount = 1500, type = "fire" },
damage = { amount = 3000, type = "fire" },
},
},
},
Expand Down

0 comments on commit 951ca86

Please sign in to comment.