add new character

This commit is contained in:
2025-11-14 11:31:29 -03:00
parent 7cc215ebd8
commit ad1b7446e1
3 changed files with 11 additions and 2 deletions

View File

@@ -13,8 +13,8 @@
/*11*/(key:"nanny", ability:None, ammo:5, range:60, projectile:"handbag"),
/*12*/(key:"panic attack", ability:Turbo),
/*13*/(key:"salty sea dog", ability:Boat),
/*14*/(key:"snow plough operator", ability:Spray),
/*15*/(key:"soldier ant", ability:Spray),
/*14*/(key:"snow plough operator", ability:None),
/*15*/(key:"soldier ant", ability:None),
/*16*/(key:"super market shopper", ability:Thrown, ammo:10, range:80, damage:17, projectile:"handbag"),
/*17*/(key:"troll", ability:Thrown, ammo:10, range:80, damage:17),
])

View File

@@ -1709,3 +1709,12 @@
"key" ""
"disable_ai" "true"
}
// entity 57
{
"classname" "enemy_spawn"
"origin" "-184 344 -232"
"angles" "0 0 0"
"head" "snow plough operator"
"key" ""
"disable_ai" "true"
}

Binary file not shown.