Skip to content

Instantly share code, notes, and snippets.

@nulleqcodes
nulleqcodes / gamedata.tengo
Last active October 11, 2024 16:50
Wyld Land Colossus
---mobdefinition_Destructor---
Prefab :: colossus
Range Behavior :: [[Medium Ranged]]
Abilities :: [[Colossus Spin]] [[Colossus Slam]] [[Colossus Shoot]] [[Colossus Explosion]]
Bounding Box :: 0 2.73 2.5 3.0
Type :: Boss
Loot :: [[Colossus]]
---ability_Colossus Spin---
Bullet Definition :: [[colossusspin]]
@nulleqcodes
nulleqcodes / assassin.tengo
Created October 11, 2024 16:26
Wyld Land Assassint
---mobdefinition_Assassin---
Prefab :: assassin
Range Behavior :: [[Short Ranged]]
Abilities :: [[Abilities/Assassin]]
Bounding Box :: 0.0 0.6 1.0 1.2
---ability_Assassin---
Bullet Definition :: [[basic]]
Cooldown :: 0.75
VFX Charging :: trigger:Attack*
@nulleqcodes
nulleqcodes / blaster.tengo
Created October 11, 2024 16:27
Wyld Land Blaster
---mobdefinition_Blaster---
Prefab :: blaster
Range Behavior :: [[Long Ranged]]
Abilities :: [[Blaster Slash]] [[Blaster Heal]]
Bounding Box :: 0.0 0.75 0.75 1.5
Speed :: 500
Type :: Elite
---ability_Blaster Slash---
Bullet Definition :: [[blasterslash]]
@nulleqcodes
nulleqcodes / bombbot.tengo
Created October 11, 2024 16:28
Wyld Land Bomb Bot
---mobdefinition_Bomb Bot---
Prefab :: bombbot
Range Behavior :: [[Melee Ranged]]
Abilities ::
Bounding Box :: 0 0.3 1.0 1.0
Speed :: 1000
Options :: nodeathsmoke
---script_bombbot_Monster---
if is_undefined(scriptVars["didDie"]) {
@nulleqcodes
nulleqcodes / dualslicer.tengo
Created October 11, 2024 16:29
Wyld Land Dual Slicer
---mobdefinition_Dual Slicer---
Prefab :: dualslicer
Range Behavior :: [[Medium Ranged]]
Abilities :: [[Dual Slicer Gun]] [[Dual Slicer Slash]]
Bounding Box :: 0.0 0.7 1.0 1.4
Speed :: 400
Type :: Normal
---ability_Dual Slicer Gun---
Bullet Definition :: [[dualslicergun]]
@nulleqcodes
nulleqcodes / hearthoarder.tengo
Last active October 11, 2024 17:26
Wyld Land Heart Hoarder
---mobdefinition_Heart Hoarder---
Prefab :: hearthoarder
Range Behavior :: [[Medium Ranged]]
Bounding Box :: 0.0 1.5 2.0 3.0
Type :: Boss
Abilities :: [[Hoarder Slash]] [[Hoarder Focus]] [[Hoarder Room Beam]] [[Hoarder Explosion]]
Loot :: [[HeartHoarder]]
---ability_Hoarder Slash---
Bullet Definition :: [[hoarderslash]]
@nulleqcodes
nulleqcodes / assassincustom.tengo
Created October 11, 2024 17:55
Assassin Custom Abilities
---mobdefinition_Assassin---
Prefab :: assassin
Range Behavior :: [[Short Ranged]]
Abilities :: [[Abilities/AssassinCustom]]
Bounding Box :: 0.0 0.6 1.0 1.2
---ability_AssassinCustom---
Bullet Definition :: [[basiccustom]]
Cooldown :: 0.1
VFX Charging :: trigger:Attack*
@nulleqcodes
nulleqcodes / testing.tengo
Last active October 13, 2024 14:14
Testing
---mobdefinition_Destructor---
Prefab :: colossus
Range Behavior :: [[Melee Ranged]]
Abilities :: [[Teleport Explosion]]
Bounding Box :: 0 2.73 2.5 3.0
Speed :: 5000
Type :: Boss
Loot :: [[Colossus]]
---ability_Teleport Explosion---
---mobdefinition_Destructor---
Prefab :: colossus
Range Behavior :: [[Medium Ranged]]
Abilities :: [[Colossus Spin]] [[Colossus Slam]] [[Colossus Shoot]] [[Colossus Explosion]]
Bounding Box :: 0 2.73 2.5 3.0
Type :: Boss
Loot :: [[Colossus]]
---ability_Colossus Spin---
Bullet Definition :: [[colossusspin]]
---mobdefinition_Destructor---
Prefab :: colossus
Range Behavior :: [[Medium Ranged]]
Abilities :: [[Colossus Spin]] [[Colossus Slam]] [[Colossus Shoot]] [[Colossus Explosion]]
Bounding Box :: 0 2.73 2.5 3.0
Type :: Boss
Loot :: [[Colossus]]
---ability_Colossus Spin---
Bullet Definition :: [[colossusspin]]