From 1dc50baf702bd29a8c0052e59687b654a10a2793 Mon Sep 17 00:00:00 2001 From: peterm Date: Tue, 14 Nov 2000 08:47:53 +0000 Subject: [PATCH] PeterM: Immolation object and immunity archetype. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@489 282e977c-c81d-0410-88c4-b93c2d0d6712 --- disease/ebola.arc | 2 +- disease/immolation.arc | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 disease/immolation.arc diff --git a/disease/ebola.arc b/disease/ebola.arc index 670bc0ef7..312a6b895 100644 --- a/disease/ebola.arc +++ b/disease/ebola.arc @@ -1,5 +1,5 @@ Object ebola -name Ebola +name Red Death type 158 invisible 1 attacktype 1048576 diff --git a/disease/immolation.arc b/disease/immolation.arc new file mode 100644 index 000000000..a32f47253 --- /dev/null +++ b/disease/immolation.arc @@ -0,0 +1,39 @@ +Object immolation +name immolation +other_arch burnout +title You set fire to +type 158 +face fireball.111 +no_pick 1 +no_drop 1 +attacktype 4 +wc 3 +magic 0 +maxhp 0 +dam -10 +maxgrace 11 +food -1 +speed 0.1 +last_sp 50 +maxsp 0 +ac 0 +last_eat 0 +last_heal 1 +exp 10000 +hp 1 +sp 1 +msg +You burn! +endmsg +race *,undead +level 10 +armour 10 +end +Object immolation_immunity +name immolation +type 98 +level 127 +invisible 1 +no_pick 1 +no_drop 1 +end