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

moddable orc race

git-svn-id: http://svn.net-core.org/repos/t-engine4@3714 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5b818cf6
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 6 deletions
......@@ -443,8 +443,7 @@ function _M:spawnWorldAmbush(enc, dx, dy)
min_material_level = util.bound(math.ceil(game.player.level / 10), 1, 5) - 1,
generator = {
map = gen,
-- actor = { class = "engine.generator.actor.Random", nb_npc = enc.nb or {1,1}, filters=enc.filters },
actor = { class = "engine.generator.actor.Random", nb_npc = {15,15}, filters=enc.filters },
actor = { class = "engine.generator.actor.Random", nb_npc = enc.nb or {1,1}, filters=enc.filters },
},
npc_list = mod.class.NPC:loadList("/data/general/npcs/all.lua", nil, nil, function(e) e.make_escort=nil end),
......
......@@ -24,9 +24,7 @@ newBirthDescriptor{
type = "race",
name = "Orc",
desc = {
"Since their creation by Morgoth, the Orcs have been the pawns of the forces of darkness.",
"While both Sauron and Morgoth were destroyed, the orcs survived and found a new master in the Far East.",
"Orcs are a ruthless warriors, yet they are not dumb, and some are terribly cunning.",
"",
},
descriptor_choices =
{
......@@ -50,11 +48,12 @@ newBirthDescriptor{
[ActorTalents.T_ORC_FURY]=1,
},
copy = {
moddable_tile = "orc",
faction = "orc-pride",
type = "humanoid", subtype="orc",
default_wilderness = {"playerpop", "allied"},
starting_zone = "wilderness",
starting_quest = "start-dunadan",
starting_quest = "start-allied",
starting_intro = "orc",
life_rating=12,
resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}),
......
game/modules/tome/data/gfx/shockbolt/player/orc/base_01.png

15 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/base_shadow_01.png

1.48 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_behind_01.png

3.81 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_behind_02.png

5.06 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_behind_03.png

5.35 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_behind_04.png

5.44 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_behind_05.png

5.15 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_behind_06.png

5.35 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_hood_01.png

3.91 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_hood_02.png

3.24 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_hood_03.png

3.7 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_hood_04.png

4.12 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_hood_05.png

3.73 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_shoulder_01.png

2.83 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_shoulder_02.png

2.77 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_shoulder_03.png

2.86 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_shoulder_04.png

2.97 KiB

game/modules/tome/data/gfx/shockbolt/player/orc/cloak_shoulder_05.png

2.88 KiB

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