Skip to content
Snippets Groups Projects
Commit 2fcd972b authored by dg's avatar dg
Browse files

Invisibility screen effect made a bit less annoying

git-svn-id: http://svn.net-core.org/repos/t-engine4@3963 51575b47-30f0-44d4-a5cc-537603b46e54
parent 19402b1f
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ function _M:updateMainShader()
-- Colorize shader
if self:attr("stealth") then game.fbo_shader:setUniform("colorize", {0.9,0.9,0.9,0.6})
elseif self:attr("invisible") then game.fbo_shader:setUniform("colorize", {0.2,0.3,0.6,1})
elseif self:attr("invisible") then game.fbo_shader:setUniform("colorize", {0.3,0.4,0.9,0.8})
elseif self:attr("unstoppable") then game.fbo_shader:setUniform("colorize", {1,0.2,0,1})
elseif self:attr("lightning_speed") then game.fbo_shader:setUniform("colorize", {0.2,0.3,1,1})
elseif game.level and game.level.data.is_eidolon_plane then game.fbo_shader:setUniform("colorize", {1,1,1,1})
......
......@@ -128,7 +128,7 @@ newBirthDescriptor
"- bleeding immunity",
"- fear immunity",
"- no need to breathe",
"- special skeleton talents: sharp bones, bone armour, re-assemble",
"- special skeleton talents: bone armour, resilient bones, re-assemble",
"#GOLD#Stat modifiers:",
"#LIGHT_BLUE# * +3 Strength, +4 Dexterity, +0 Constitution",
"#LIGHT_BLUE# * +0 Magic, +0 Willpower, +0 Cunning",
......
......@@ -27,5 +27,5 @@ Race features:#YELLOW#
- Bleeding immunity
- Fear immunity
- No need to breathe
- Special skeleton talents: sharp bones, bone amour, re-assemble#WHITE#
- Special skeleton talents: bone amour, resilient bones, re-assemble#WHITE#
]]
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