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-b93c2d0d6712master
parent
8f840868cf
commit
ed39815775
|
@ -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.
|
Remove duplicate attributes.
|
||||||
skills/Skill_Tools/mining_pick.arc
|
skills/Skill_Tools/mining_pick.arc
|
||||||
Andreas Kirschbaum 2020-06-18
|
Andreas Kirschbaum 2020-06-18
|
||||||
|
|
23
artifacts
23
artifacts
|
@ -689,6 +689,29 @@ title Python
|
||||||
slaying /python/items/weapon_occidental_mages.py
|
slaying /python/items/weapon_occidental_mages.py
|
||||||
end
|
end
|
||||||
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)
|
# Swords (subtype of weapons)
|
||||||
|
|
Loading…
Reference in New Issue