Tiberian Technologies Scripts Reference Revision: 9000
Loading...
Searching...
No Matches
DB_General.h
1/* Renegade Scripts.dll
2 Copyright 2016 Tiberian Technologies
3
4 This file is part of the Renegade scripts.dll
5 The Renegade scripts.dll is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free
7 Software Foundation; either version 2, or (at your option) any later
8 version. See the file COPYING for more details.
9 In addition, an exemption is given to allow Run Time Dynamic Linking of this code with any closed source module that does not contain code covered by this licence.
10 Only the source code to the module(s) containing the licenced code has to be released.
11*/
12
13#pragma once
14
15static HashTemplateClass<uint,uint> UpgradeComplete;
16
17enum Research_Technology
18{
19 UPGRADE_INFANTRY_ARMOR_TIMER_NUMBER = 600,
20 UPGRADE_INFANTRY_ARMOR_TIME = 10,
21 UPGRADE_INFANTRY_ARMOR_COST = 5000,
22 UPGRADE_INFANTRY_ARMOR_AMOUNT = 10,
23 UPGRADE_INFANTRY_ARMOR_CUSTOM = 70008001,
24};
25
26#define REATTACH_BONES_CUSTOM 9320943
27#define DEPLOY_BEGIN_CUSTOM 9320944
28#define DEPLOY_COMPLETE_CUSTOM 9320945
29#define UNDEPLOY_BEGIN_CUSTOM 9320946
30#define UNDEPLOY_COMPLETE_CUSTOM 9320947
31#define BOMBARD_TOGGLE 9320948