summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/Rules.c4d/Apocalypse.c4d')
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt8
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt1
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt1
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.pngbin0 -> 10354 bytes
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt2
-rw-r--r--TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c5
6 files changed, 17 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt
new file mode 100644
index 0000000..dc029af
--- /dev/null
+++ b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DefCore.txt
@@ -0,0 +1,8 @@
+[DefCore]
+id=APCE
+Name=Apocalypse
+Version=4,9,5
+Category=C4D_StaticBack|C4D_Rule
+Width=1
+Height=1
+Picture=0,0,64,64 \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt
new file mode 100644
index 0000000..907f5df
--- /dev/null
+++ b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescDE.txt
@@ -0,0 +1 @@
+Feuerregen und keine Spawnpoints. Dafür unendlich Teraflints. \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt
new file mode 100644
index 0000000..e803d8b
--- /dev/null
+++ b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/DescUS.txt
@@ -0,0 +1 @@
+Fire rain and unlimited teraflints instead of spawnpoints. \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.png b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.png
new file mode 100644
index 0000000..c40dbad
--- /dev/null
+++ b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Graphics.png
Binary files differ
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt
new file mode 100644
index 0000000..d5f8556
--- /dev/null
+++ b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Names.txt
@@ -0,0 +1,2 @@
+DE:Apokalypse
+US:Apocalypse \ No newline at end of file
diff --git a/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c
new file mode 100644
index 0000000..2eee807
--- /dev/null
+++ b/TemplePushing.c4s/Rules.c4d/Apocalypse.c4d/Script.c
@@ -0,0 +1,5 @@
+/*-- Apocalypse --*/
+
+#strict 2
+
+protected func Activate(int player) { MessageWindow(GetDesc(), player); }