dark star

community map crimsonTowers by Richard0820

new MACHO animation

tech: dark star - MACHO is bigger and damages mobs
This commit is contained in:
landgreen
2023-08-21 21:21:43 -07:00
parent bffaeedcfb
commit 99bd1c876e
7 changed files with 1207 additions and 34 deletions

View File

@@ -2487,6 +2487,24 @@ const tech = {
tech.isAxion = false
}
},
{
name: "dark star",
description: "mobs inside the <strong>MACHO</strong> are <strong class='color-d'>damaged</strong><br>increase <strong>MACHO</strong> radius by <strong>15%</strong>",
maxCount: 1,
count: 0,
frequency: 2,
frequencyDefault: 2,
allowed() {
return tech.isMACHO
},
requires: "MACHO",
effect() {
tech.isDarkStar = true
},
remove() {
tech.isDarkStar = false
}
},
{
name: "ablative drones",
description: "after losing <strong class='color-h'>health</strong> there is a chance<br>to rebuild your broken parts as <strong>drones</strong>",
@@ -11677,6 +11695,7 @@ const tech = {
isRewindField: null,
isCrouchRegen: null,
isAxion: null,
isDarkStar: null,
isWormholeMapIgnore: null,
isLessDamageReduction: null,
needleTunnel: null,