Skip to content
Snippets Groups Projects
Commit 9cb16720 authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1790 51575b47-30f0-44d4-a5cc-537603b46e54
parent 250a12d4
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ newEntity{ define_as = "SLASUL",
{type="weapon", subtype="mace", ego_chance=100, autoreq=true},
{type="armor", subtype="shield", ego_chance=100, autoreq=true},
{type="armor", subtype="heavy", ego_chance=100, autoreq=true},
{type="jewelry", subtype="lite", defined="WATER_SILMARIL", autoreq=true},
{type="jewelry", subtype="lite", defined="ELDRITCH_PEARL", autoreq=true},
},
drops = resolvers.drops{chance=100, nb=5, {ego_chance=100} },
......
......@@ -24,16 +24,13 @@ local Talents = require "engine.interface.ActorTalents"
local Stats = require "engine.interface.ActorStats"
local DamageType = require "engine.DamageType"
-- Artifact, droped (and used!) by Bill the Stone Troll
newEntity{ base = "BASE_LITE",
define_as = "WATER_SILMARIL",
name = "The Water Silmaril", unique=true,
define_as = "ELDRITCH_PEARL",
name = "", unique=true,
display ='*', color = colors.AQUAMARINE,
desc = [[Thousands of years deep into the sea have infused the powerful Silmaril with the fury of rushing water. It pulses light.]],
desc = [[Thousands of years spent inside the temple of creation have infused this pearl with the fury of rushing water. It pulses light.]],
-- No cost, it's invaluable
wielder = {
lite = 6,
can_breath = {water=1},
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment