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

View File

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

View File

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