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

Ego inscriptions are suffixes, so they all sort by inscription kind

git-svn-id: http://svn.net-core.org/repos/t-engine4@6591 51575b47-30f0-44d4-a5cc-537603b46e54
parent b2f58d84
No related branches found
No related tags found
No related merge requests found
......@@ -18,42 +18,42 @@
-- darkgod@te4.org
newEntity{
name = "warrior's ", prefix=true,
name = " of the warrior", suffix=true,
level_range = {1, 50},
rarity = 4,
cost = 10,
inscription_data = { use_stat = "str" },
}
newEntity{
name = "duelist's ", prefix=true,
name = " of the duelist", suffix=true,
level_range = {1, 50},
rarity = 4,
cost = 10,
inscription_data = { use_stat = "dex" },
}
newEntity{
name = "wizard's ", prefix=true,
name = " of the wizard", suffix=true,
level_range = {1, 50},
rarity = 4,
cost = 10,
inscription_data = { use_stat = "mag" },
}
newEntity{
name = "psychic's ", prefix=true,
name = " of the psychic", suffix=true,
level_range = {1, 50},
rarity = 4,
cost = 10,
inscription_data = { use_stat = "wil" },
}
newEntity{
name = "sneak's ", prefix=true,
name = " of the sneak", suffix=true,
level_range = {1, 50},
rarity = 4,
cost = 10,
inscription_data = { use_stat = "cun" },
}
newEntity{
name = "titan's ", prefix=true,
name = " of the titan", suffix=true,
level_range = {1, 50},
rarity = 4,
cost = 10,
......
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