From 7ee1d69b7370b2a494fa588b786313e95c89281b Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 9 Sep 2001 21:33:55 +0000 Subject: Remains of medistation, beginnings of bank --- src/game/bg_misc.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'src/game/bg_misc.c') diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index af7328c7..0d5c5c7e 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -994,6 +994,22 @@ TA: human defense item "" //sounds }, +/*QUAKED team_human_bank (0 0 1) (-16 -16 -16) (16 16 16) +TA: human defense item +*/ + { + "team_human_bank", + "sound/items/holdable.wav", + { "models/buildables/bank/bank.md3", 0, 0, 0 }, + "icons/teleporter", //icon + "Human Bank", //pickup + 0, + IT_BUILDABLE, + BA_H_BANK, + "", //precache + "" //sounds + }, + /*QUAKED team_human_reactor (0 0 1) (-16 -16 -16) (16 16 16) TA: human power item */ @@ -1436,6 +1452,32 @@ buildableAttributes_t bg_buildableList[ ] = qfalse, //qboolean creepTest; qfalse //qboolean reactorTest; }, + { + BA_H_BANK, //int buildNum; + "bank", //char *buildName; + "team_human_bank", //char *entityName; + { -15, -15, -15 }, //vec3_t mins; + { 15, 15, 15 }, //vec3_t maxs; + TR_GRAVITY, //trType_t traj; + 0.0, //float bounce; + 200, //int buildPoints; + 1000, //int health; + 50, //int damage; + 50, //int splashDamage; + 150, //int splashRadius; + MOD_HSPAWN, //int meansOfDeath; + BIT_HUMANS, //int team; + ( 1 << WP_HBUILD )|( 1 << WP_HBUILD2 ), //weapon_t buildWeapon; + BANIM_IDLE1, //int idleAnim; + 100, //int nextthink; + 0, //int turretFireSpeed; + 0, //int turretRange; + WP_NONE, //weapon_t turretProjType; + 0.707f, //float minNormal; + qfalse, //qboolean invertNormal; + qfalse, //qboolean creepTest; + qfalse //qboolean reactorTest; + }, { BA_H_MCU, //int buildNum; "mcu", //char *buildName; -- cgit