diff options
| author | Mittendrein Markus <maxmitti@gmx.net> | 2016-03-04 21:27:02 +0100 |
|---|---|---|
| committer | Mittendrein Markus <maxmitti@gmx.net> | 2016-03-04 21:27:12 +0100 |
| commit | 1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2 (patch) | |
| tree | b46e2f61f6a223e8c2c54536da324f502a99b948 /TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d | |
| parent | 2fa1ef2fe4dcd5c47d1ccca68d1dba79399ea2c6 (diff) | |
| download | tempelschubsen-1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2.tar.gz tempelschubsen-1642ec65eaf83b8c1a6b1ea44d65331475fd3bf2.zip | |
Move some mode-specific stuff into the modes' scripts
Diffstat (limited to 'TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d')
3 files changed, 10 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c index 3b6d66b..a174e28 100644 --- a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c +++ b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/Script.c @@ -2,4 +2,12 @@ #strict 2 +static const MODE_Magic = MLPG; + protected func Activate(int player) { MessageWindow(GetDesc(), player); } + +func ModeName() { return "$ModeName$"; } +func SpawnpointDefinitions() { return IIf(suddendeathEnabled, [[SCRL, 19]], [[TSWB, 7], [SCRL, 5], [ICE1, 3]]); } +func SpawnpointInterval() { return 750; } + +func Gamma() { return [RGB(5, 5, 10), RGB(80, 80, 150), RGB(200, 200, 255)]; } diff --git a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/StringTblDE.txt b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/StringTblDE.txt new file mode 100644 index 0000000..0cabcb1 --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/StringTblDE.txt @@ -0,0 +1 @@ +ModeName=<c 4700b2>Magisch</c> diff --git a/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/StringTblUS.txt b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/StringTblUS.txt new file mode 100644 index 0000000..d3509b1 --- /dev/null +++ b/TemplePushing.c4s/Modes.c4d/MagicalPushing.c4d/StringTblUS.txt @@ -0,0 +1 @@ +ModeName=<c 4700b2>Magical</c> |
