Skip to content
Snippets Groups Projects
Commit 254fa966 authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1673 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0cdf8c1f
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ load("/data/general/npcs/all.lua", rarity(4, 35))
local Talents = require("engine.interface.ActorTalents")
newEntity{ define_as = "SHADE_OF_SARUMAN",
newEntity{ define_as = "SHADE_OF_TELOS",
type = "undead", subtype = "ghost", unique = true,
name = "The Shade of Saruman",
name = "The Shade of Telos",
display = "G", color=colors.VIOLET,
desc = [[Everybody though Saruman dead and his spirit destroyed, but it seems he still lingers in his old place of power.]],
desc = [[Everybody though Telos dead and his spirit destroyed, but it seems he still lingers in his old place of power.]],
level_range = {38, nil}, exp_worth = 3,
max_life = 250, life_rating = 22, fixed_rating = true,
rank = 4,
......@@ -58,8 +58,8 @@ newEntity{ define_as = "SHADE_OF_SARUMAN",
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, },
resolvers.equip{
{type="weapon", subtype="staff", defined="SARUMAN_TOP_HALF", autoreq=true},
{type="weapon", subtype="staff", defined="SARUMAN_BOTTOM_HALF", autoreq=true},
{type="weapon", subtype="staff", defined="TELOS_TOP_HALF", autoreq=true},
{type="weapon", subtype="staff", defined="TELOS_BOTTOM_HALF", autoreq=true},
},
resolvers.drops{chance=100, nb=2, {type="wand"} },
......
......@@ -22,11 +22,11 @@ load("/data/general/objects/objects.lua")
local Stats = require "engine.interface.ActorStats"
newEntity{ base = "BASE_STAFF",
define_as = "SARUMAN_TOP_HALF", rarity=false,
define_as = "TELOS_TOP_HALF", rarity=false,
slot_forbid = false,
twohanded = false,
name = "Saruman's Staff Top Half", unique=true,
desc = [[The top part of Saruman's broken staff.]],
name = "Telos's Staff Top Half", unique=true,
desc = [[The top part of Telos's broken staff.]],
require = { stat = { mag=35 }, },
cost = 500,
combat = {
......@@ -46,9 +46,9 @@ newEntity{ base = "BASE_STAFF",
newEntity{ base = "BASE_STAFF",
slot = "OFFHAND", slot_forbid = false,
twohanded = false, add_name=false,
define_as = "SARUMAN_BOTTOM_HALF", rarity=false,
name = "Saruman's Staff Bottom Half", unique=true,
desc = [[The bottom part of Saruman's broken staff.]],
define_as = "TELOS_BOTTOM_HALF", rarity=false,
name = "Telos's Staff Bottom Half", unique=true,
desc = [[The bottom part of Telos's broken staff.]],
require = { stat = { mag=35 }, },
cost = 500,
wielder = {
......
......@@ -44,7 +44,7 @@ return {
actor = {
class = "engine.generator.actor.Random",
nb_npc = {14, 14},
guardian = "SHADE_OF_SARUMAN",
guardian = "SHADE_OF_TELOS",
},
object = {
class = "engine.generator.object.Random",
......
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