From 1bc07e440dff666505e54b67b94aea496cb360ee Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Thu, 28 Jan 2021 16:24:09 +0000 Subject: [PATCH] Add spell effects to some balms and foods. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21853 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 4 ++++ artifacts | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07d0e962a..a8cdf9823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Add spell effects to some balms and foods. +artifacts +Nicolas Weeger 2021-01-28 + Add blue and green dragon caves, to generate electric and cold dragons. monster/dragon/dragoncave.arc monster/dragon/dragoncave_blue.base.111.png diff --git a/artifacts b/artifacts index 8e02335e0..9aaa8e16f 100644 --- a/artifacts +++ b/artifacts @@ -3902,6 +3902,7 @@ Object Heat Resistance type 6 value 30 resist_fire 30 +other_arch protection_fire_effect end # Allowed mushroom_2 @@ -3910,6 +3911,7 @@ Object Frost Resistance type 6 value 30 resist_cold 30 +other_arch protection_cold_effect end # Allowed mushroom_1, mushroom_2, mushroom_3 @@ -4131,6 +4133,7 @@ face balm_asbestos.111 type 5 resist_fire 50 value 5 +other_arch protection_fire_effect end # Allowed balm_generic @@ -4140,6 +4143,7 @@ face balm_insulation.111 type 5 resist_electricity 50 value 5 +other_arch protection_electricity_effect end # Allowed balm_generic @@ -4149,6 +4153,7 @@ face balm_warmth.111 type 5 resist_cold 50 value 5 +other_arch protection_cold_effect end # Allowed potion_generic