Skip to content
Snippets Groups Projects
Commit 4701b6a6 authored by DarkGod's avatar DarkGod
Browse files

plopmore

parent 45b6ffc7
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,6 @@ newBirthDescriptor{
{
__ALL__ = "disallow",
Mindslayer = "allow",
Psion = "allow",
Solipsist = "allow",
},
},
......@@ -127,41 +126,6 @@ newBirthDescriptor{
},
}
newBirthDescriptor{
type = "subclass",
name = "Psion",
locked = function() return profile.mod.allow_build.psionic_psion and true or "hide" end,
locked_desc = "TODO",
desc = {
"blahblah",
"Their most important stats are: Willpower and Cunning",
"#GOLD#Stat modifiers:",
"#LIGHT_BLUE# * +1 Strength, +0 Dexterity, +0 Constitution",
"#LIGHT_BLUE# * +0 Magic, +4 Willpower, +4 Cunning",
"#GOLD#Life per level:#LIGHT_BLUE# -4",
},
not_on_random_boss = true,
power_source = {psionic=true},
stats = { str=0, wil=5, cun=4, },
talents_types = {
["psionic/possession"]={true, 0.3},
},
talents = {
[ActorTalents.T_POSSESS] = 1,
},
copy = {
max_life = 90,
resolvers.equipbirth{ id=true,
{type="armor", subtype="cloth", name="linen robe", autoreq=true, ego_chance=-1000},
{type="weapon", subtype="mindstar", name="mossy mindstar", autoreq=true, ego_chance=-1000},
{type="weapon", subtype="mindstar", name="mossy mindstar", autoreq=true, ego_chance=-1000},
},
},
copy_add = {
life_rating = -4,
},
}
newBirthDescriptor{
type = "subclass",
name = "Solipsist",
......
......@@ -1610,23 +1610,6 @@ newEffect{
end,
}
newEffect{
name = "POSSESSION", image = "talents/possess.png",
desc = "Psionic Consume",
long_desc = function(self, eff) return "This creature's mind has been destroyed and a possessor is now controlling the husk. However, the intense psionic energies are burning the body away, and it will soon disappear." end,
type = "other",
subtype = { psionic=true, possess=true },
status = "detrimental",
no_stop_resting = true,
parameters = { },
activate = function(self, eff)
end,
deactivate = function(self, eff)
self.summoner = nil
self:die(self)
end,
}
-- Borrowed Time and the Borrowed Time stun effect
newEffect{
name = "HIGHBORN_S_BLOOM", image = "talents/highborn_s_bloom.png",
......
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