Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #132 from notMEEPoffaith/patch-1
Browse files Browse the repository at this point in the history
Create doom.hjson
  • Loading branch information
antsif-a committed Jul 9, 2021
2 parents f52e5a0 + 36f452b commit 8ed3822
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/main/resources/content/units/doom.hjson
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
localizedName: "Doom"
description: "Shoots many gigantic bullets of doom. Also flies."
health: 24000
speed: 0.7
armor: 14
hitSize: 28
type: flying
rotateSpeed: 1
weapons: [
{
name:oneshotgun
mirror: false
reload: 120
shootsound: bigshot
rotate: true
x:0
y:0
shots: 1
inaccuracy: 0
spacing: 1
recoil: 10
shake: 10
rotateSpeed: 2.5
bullet: {
type: BasicBulletType
damage: 99999999999999999
pierce: true,
pierceBuilding: true
pierceCap: 999999999999999999999,
speed: 1
lifetime: 3000
backColor: c85c51ff
frontColor: ff795eff
width: 64
height: 64
recoil: 8
}
}
]

0 comments on commit 8ed3822

Please sign in to comment.