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

bump!

git-svn-id: http://svn.net-core.org/repos/t-engine4@6448 51575b47-30f0-44d4-a5cc-537603b46e54
parent adb1d955
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
-- darkgod@te4.org
-- Engine Version
engine.version = {1,0,0,"te4",17}
engine.version = {1,0,1,"te4",17}
engine.require_c_core = engine.version[5]
engine.version_id = ("%s-%d_%d.%d.%d"):format(engine.version[4], engine.require_c_core, engine.version[1], engine.version[2], engine.version[3])
......
......@@ -24,7 +24,7 @@ author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/"
is_boot = true
version = {1,0,0}
engine = {1,0,0,"te4"}
engine = {1,0,1,"te4"}
description = [[
Bootmenu!
]]
......
......@@ -22,8 +22,8 @@ long_name = "Example Module for T-Engine4"
short_name = "example"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {1,0,0,"te4"}
version = {1,0,1}
engine = {1,0,1,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -22,8 +22,8 @@ long_name = "Realtime Example Module for T-Engine4"
short_name = "example_realtime"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example"
version = {1,0,0}
engine = {1,0,0,"te4"}
version = {1,0,1}
engine = {1,0,1,"te4"}
description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]]
......
......@@ -1959,8 +1959,8 @@ newEffect{
subtype = { status=true },
status = "beneficial",
parameters = { },
on_gain = function(self, err) return "#Target# become imprevious to physical effects.", "+Spine of the World" end,
on_lose = function(self, err) return "#Target# is less imprevious to physical effects.", "-Spine of the World" end,
on_gain = function(self, err) return "#Target# become impervious to physical effects.", "+Spine of the World" end,
on_lose = function(self, err) return "#Target# is less impervious to physical effects.", "-Spine of the World" end,
activate = function(self, eff)
self:effectTemporaryValue(eff, "physical_negative_status_effect_immune", 1)
end,
......
......@@ -22,8 +22,8 @@ long_name = "Tales of Maj'Eyal: Age of Ascendancy"
short_name = "tome"
author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/"
version = {1,0,0}
engine = {1,0,0,"te4"}
version = {1,0,1}
engine = {1,0,1,"te4"}
description = [[
Welcome to Maj'Eyal.
......
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