Skip to content

Commit a5289e0

Browse files
authored
Wrecked Ship Farms (#2231)
1 parent 4560566 commit a5289e0

9 files changed

Lines changed: 1046 additions & 82 deletions

enemies/main.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3041,6 +3041,81 @@
30413041
"wreckedship"
30423042
]
30433043
},
3044+
{
3045+
"id": 116,
3046+
"name": "Custom Covern (Bull)",
3047+
"attacks": [
3048+
{
3049+
"name": "contact",
3050+
"baseDamage": 50
3051+
}
3052+
],
3053+
"hp": 300,
3054+
"note": [
3055+
"This represents a Covern that has a reduced drop chance so as to have an applicable farm in the powered off and powered on states of Wrecked ship.",
3056+
"This enemy is the intersection of a Covern and a Bull.",
3057+
"Respawns after being destroyed. 300 frames is an estimate, time seems variable."
3058+
],
3059+
"amountOfDrops": 1,
3060+
"drops": {
3061+
"noDrop": 56,
3062+
"smallEnergy": 0,
3063+
"bigEnergy": 38,
3064+
"missile": 0,
3065+
"super": 0,
3066+
"powerBomb": 8
3067+
},
3068+
"dims": {
3069+
"w": 16,
3070+
"h": 16
3071+
},
3072+
"freezable": true,
3073+
"grapplable": false,
3074+
"invul": [
3075+
"Grapple",
3076+
"UnchargedBeamNoPlasma"
3077+
],
3078+
"damageMultipliers": [],
3079+
"areas": [
3080+
"wreckedship"
3081+
]
3082+
},
3083+
{
3084+
"id": 117,
3085+
"name": "Custom Covern (Atomic)",
3086+
"attacks": [
3087+
{
3088+
"name": "contact",
3089+
"baseDamage": 50
3090+
}
3091+
],
3092+
"hp": 300,
3093+
"note": [
3094+
"This represents a Covern that has a reduced drop chance so as to have an applicable farm in the powered off and powered on states of Wrecked ship.",
3095+
"This enemy is the intersection of a Covern and an Atomic.",
3096+
"Respawns after being destroyed. 300 frames is an estimate, time seems variable."
3097+
],
3098+
"amountOfDrops": 1,
3099+
"drops": {
3100+
"noDrop": 0,
3101+
"smallEnergy": 32,
3102+
"bigEnergy": 38,
3103+
"missile": 28,
3104+
"super": 2,
3105+
"powerBomb": 2
3106+
},
3107+
"dims": {
3108+
"w": 16,
3109+
"h": 16
3110+
},
3111+
"freezable": true,
3112+
"grapplable": false,
3113+
"invul": ["Grapple"],
3114+
"damageMultipliers": [],
3115+
"areas": [
3116+
"wreckedship"
3117+
]
3118+
},
30443119
{
30453120
"id": 120,
30463121
"name": "Kzan",

0 commit comments

Comments
 (0)