init
This commit is contained in:
308
cp/bonuszm/_bonuszm.gsh
Normal file
308
cp/bonuszm/_bonuszm.gsh
Normal file
@ -0,0 +1,308 @@
|
||||
|
||||
// ----------------------
|
||||
// AI RELATED
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// 100 Deg
|
||||
|
||||
// 180 Deg
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// SPAWNERS
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// AITYPES
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// DROPS
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// FFOTD ( 11/03/2015 ) Fix for DT#141451
|
||||
// Following list comes from the # texture/material index column of the weaponOptions.csv. Any indexes beyond these ones are post ship versions,
|
||||
// which we do not want to use. The following indexes will not change at all in post ship environment so they are safe to use.
|
||||
|
||||
|
||||
// ----------------------
|
||||
// POST FX
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// GDT DATA
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// WEAPONS
|
||||
//-----------------------
|
||||
|
||||
// Weapons Table path
|
||||
|
||||
|
||||
// weapon
|
||||
|
||||
|
||||
// min_attachments
|
||||
|
||||
|
||||
// max_attachments
|
||||
|
||||
|
||||
// attachments
|
||||
|
||||
|
||||
// magicbox_only
|
||||
|
||||
|
||||
// ----------------------
|
||||
// PATHABILITY - FOR AI
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// REACHABILITY - FOR PLAYER
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// MATURE
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// Zombie Suicide Explosion
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// Zombie Sparky
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// Deimos Zombie
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// ETHEREAL OVERLAY
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// ----------------------
|
||||
// SPAWNING
|
||||
//-----------------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user