In the spirit of sharing I'd like to offer the following artifact to Vanilla Angband. (Original from Angband/64 by Jurriaan Kalkman)
This needs one object flag (BIGLITE) and one effect (SUN_HERO) to be added to Vanilla Angband. I've done both in Angband/65 and will submit a patch if anybody is interested.
BIGLITE is the same as LITE but for a radius bonus of 3. Essentially that means a normal lantern + BIGLITE artifact = Maximum light radius.
SUN_HERO is a combination of a standard BERSERK effect and a light_area effect that does 20d10 damage to light vulnerable critters in 8 radius area. That's offset, though, by the long recharge time.
Basically, though, I think it's got a cool description.
[EDIT] Forgot that SOMELITE is just LITE in Vanilla Angband code.
This needs one object flag (BIGLITE) and one effect (SUN_HERO) to be added to Vanilla Angband. I've done both in Angband/65 and will submit a patch if anybody is interested.
BIGLITE is the same as LITE but for a radius bonus of 3. Essentially that means a normal lantern + BIGLITE artifact = Maximum light radius.
SUN_HERO is a combination of a standard BERSERK effect and a light_area effect that does 20d10 damage to light vulnerable critters in 8 radius area. That's offset, though, by the long recharge time.
Basically, though, I think it's got a cool description.
Code:
# The Large Metal Shield of the Sun N:42:of the Sun I:shield:Large Metal Shield~:3:0 W:40:9:120:160000 P:5:1d3:0:0:20 F:RES_FIRE | RES_FEAR | FREE_ACT | ACTIVATE | SPEED | BIGLITE A:SUN_HERO:300+4d50 M:The {kind} shine{s} bright... D:The large shield of Theoden, King of Rohan, who could not be overtaken D: riding into battle. Fey he seemed, or the battle-fury of his fathers D: ran like new fire in his veins. His golden shield was uncovered, and D: lo! it shone like an image of the sun.
Comment