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

more tiles

git-svn-id: http://svn.net-core.org/repos/t-engine4@2805 51575b47-30f0-44d4-a5cc-537603b46e54
parent acc83478
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/npc/summoner_hydra.png

11.4 KiB

game/modules/tome/data/gfx/shockbolt/npc/summoner_ritch.png

9.85 KiB

game/modules/tome/data/gfx/shockbolt/npc/summoner_turtle.png

7.46 KiB

game/modules/tome/data/gfx/shockbolt/npc/summoner_wardog.png

9.26 KiB

......@@ -168,7 +168,7 @@ newTalent{
local NPC = require "mod.class.NPC"
local m = NPC.new{
type = "insect", subtype = "ritch",
display = "I", color=colors.LIGHT_RED,
display = "I", color=colors.LIGHT_RED, image = "npc/summoner_ritch.png",
name = "ritch flamespitter", faction = self.faction,
desc = [[]],
autolevel = "none",
......@@ -244,13 +244,13 @@ newTalent{
local NPC = require "mod.class.NPC"
local m = NPC.new{
type = "hydra", subtype = "3head",
display = "M", color=colors.GREEN,
display = "M", color=colors.GREEN, image = "npc/summoner_hydra.png",
name = "3-headed hydra", faction = self.faction,
desc = [[A strange reptilian creature with three smouldering heads.]],
autolevel = "none",
ai = "summoned", ai_real = "tactical", ai_state = { talent_in=1, ally_compassion=10},
ai_tactic = resolvers.tactic"melee",
stats = {str=0, dex=0, con=0, cun=0, wil=0, mag=0},
inc_stats = { wil=15 + self:getWil() * self:getTalentLevel(t) / 5, str=18, con=10 + self:getTalentLevel(t) * 2 + self:getTalentLevelRaw(self.T_RESILIENCE)*2},
level_range = {self.level, self.level}, exp_worth = 0,
......@@ -323,7 +323,7 @@ newTalent{
local m = NPC.new{
type = "demon", subtype = "lesser",
display = "u", color=colors.BLUE,
name = "warper", faction = self.faction,
name = "warper", faction = self.faction, image = "npc/summoner_warper.png",
desc = [[It looks like a hole in reality. The Warper disrupts the normal flow of space and time.]],
autolevel = "none",
ai = "summoned", ai_real = "tactical", ai_state = { talent_in=1, ally_compassion=10},
......@@ -399,7 +399,7 @@ newTalent{
local NPC = require "mod.class.NPC"
local m = NPC.new{
type = "dragon", subtype = "fire",
display = "D", color=colors.RED,
display = "D", color=colors.RED, image = "npc/summoner_fire_drake.png",
name = "fire drake", faction = self.faction,
desc = [[A mighty fire drake, an Uruloki.]],
autolevel = "none",
......
......@@ -49,7 +49,7 @@ newTalent{
local NPC = require "mod.class.NPC"
local m = NPC.new{
type = "animal", subtype = "canine",
display = "C", color=colors.LIGHT_DARK,
display = "C", color=colors.LIGHT_DARK, image = "npc/summoner_wardog.png",
name = "war hound", faction = self.faction,
desc = [[]],
autolevel = "none",
......@@ -119,7 +119,7 @@ newTalent{
local NPC = require "mod.class.NPC"
local m = NPC.new{
type = "immovable", subtype = "jelly",
type = "immovable", subtype = "jelly", image = "npc/jelly-darkgrey.png",
display = "j", color=colors.BLACK,
desc = "A strange blob on the dungeon floor.",
name = "black jelly",
......@@ -203,7 +203,7 @@ newTalent{
local m = NPC.new{
type = "giant", subtype = "minotaur",
display = "H",
name = "minotaur", color=colors.UMBER,
name = "minotaur", color=colors.UMBER, image = "npc/summoner_minotaur.png",
body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 },
......
......@@ -117,7 +117,7 @@ newTalent{
local NPC = require "mod.class.NPC"
local m = NPC.new{
type = "animal", subtype = "turtle",
display = "R", color=colors.GREEN,
display = "R", color=colors.GREEN, image = "npc/summoner_turtle.png",
name = "turtle", faction = self.faction,
desc = [[]],
autolevel = "none",
......@@ -192,7 +192,7 @@ newTalent{
local NPC = require "mod.class.NPC"
local m = NPC.new{
type = "animal", subtype = "spider",
display = "S", color=colors.LIGHT_DARK,
display = "S", color=colors.LIGHT_DARK, image = "npc/summoner_spider.png",
name = "giant spider", faction = self.faction,
desc = [[]],
autolevel = "none",
......
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