Monkey weapon #712

This commit is contained in:
congusbongus
2025-07-16 22:01:16 +10:00
parent fe8eccc98f
commit b741745b5c
3 changed files with 17 additions and 16 deletions

View File

@@ -229,23 +229,20 @@
}
},
{
"Name": "rocket",
"Name": "coconut",
"Pic": {
"Type": "Directional",
"Sprites": "rocket"
"Type": "Animated",
"Sprites": "grenade",
"TicksPerFrame": 2,
"Mask": "593519"
},
"Trail": {
"Particle": "smoke_trail_small",
"Width": 0,
"TicksPerEmit": 4
},
"ShadowSize": [2, 2],
"ShadowSize": [6, 4],
"Hit": {
"Flesh": {
"Sound": "hurt"
},
"Wall": {
"Sound": "hits/rocket"
"Sound": "hits/splat0"
}
},
"Speed": 800,
@@ -253,7 +250,10 @@
"Power": 45,
"Mass": 15.0,
"Size": [4, 4],
"Spark": "boom"
"Spark": "",
"Falling": {
"GravityFactor": 1
}
},
{
"Name": "goat_kick",

View File

@@ -235,10 +235,11 @@
"Hat": "ffededff",
"Glasses": "ffededff",
"speed": 256,
"Gun": "Rocket Launcher",
"Gun": "Coconuts",
"maxHealth": 1000,
"excessHealth": 2000,
"flags": 25728,
"Drop": "keys/plain/yellow",
"probabilityToMove": 40,
"probabilityToTrack": 20,
"probabilityToShoot": 42,

View File

@@ -146,20 +146,20 @@
"CanDrop": false
},
{
"Name": "Rocket Launcher",
"Name": "Coconuts",
"Pic": "",
"Icon": "launcher",
"Bullet": "rocket",
"Bullet": "coconut",
"Cost": 9,
"Lock": 40,
"Sound": "rocket",
"Sound": "launch",
"SwitchSound": "launcher_switch",
"CanDrop": false
},
{
"Name": "Chaingun and Rocket Launcher",
"Icon": "akimbo_pistols",
"Guns": ["Rocket Launcher", "boss_chaingun1"],
"Guns": ["Coconuts", "boss_chaingun1"],
"CanDrop": false
}
],