From ed39815775c9250262ae56732f094bc660b7edbf Mon Sep 17 00:00:00 2001 From: silvernexus Date: Fri, 7 Aug 2020 04:18:18 +0000 Subject: [PATCH] Add artifact (weapon) of Souls. Depends on r21251 through r21254 to function. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21255 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 4 ++++ artifacts | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 085d717f7..2ed5051de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Add a new artifact: (weapon) of Souls. Requires server and maps (python scripts) updates to function. +artifacts +Daniel Hawkins 2020-08-07 + Remove duplicate attributes. skills/Skill_Tools/mining_pick.arc Andreas Kirschbaum 2020-06-18 diff --git a/artifacts b/artifacts index 4ca8f0060..28077fc8f 100644 --- a/artifacts +++ b/artifacts @@ -689,6 +689,29 @@ title Python slaying /python/items/weapon_occidental_mages.py end end +# It looks like a normal weapon, but then is anything but if you use it. +Allowed all +chance 1 +difficulty 10 +Object Souls +type 15 +value 1000 +msg + This weapon pulses with a malevolent glow. It whispers into your mind of its hunger, and promises infinite power if you satiate it. +endmsg +arch event_apply +title Python +slaying /python/items/curse_on_apply.py +end +arch event_drop +title Python +slaying /python/items/lose_buffs_on_drop.py +end +arch event_throw +title Python +slaying /python/items/lose_buffs_on_drop.py +end +end # # # Swords (subtype of weapons)