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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@3712 51575b47-30f0-44d4-a5cc-537603b46e54
parent b4038d63
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 6 deletions
......@@ -89,7 +89,7 @@ newEntity{ base = "TRAP_ELEMENTAL",
-------------------------------------------------------
newEntity{ base = "TRAP_ELEMENTAL_BLAST",
subtype = "acid",
name = "acid blast trap", image = "trap/blast_acid01.png",
name = "acid blast trap",
detect_power = 50, disarm_power = 50,
rarity = 3, level_range = {20, 50},
color_r=40, color_g=220, color_b=0,
......@@ -98,7 +98,7 @@ newEntity{ base = "TRAP_ELEMENTAL_BLAST",
}
newEntity{ base = "TRAP_ELEMENTAL_BLAST",
subtype = "fire",
name = "fire blast trap", image = "trap/blast_fire01.png",
name = "fire blast trap", image = "trap/trap_fire_rune_01.png",
detect_power = 50, disarm_power = 50,
rarity = 3, level_range = {20, 50},
color_r=220, color_g=0, color_b=0,
......@@ -107,7 +107,7 @@ newEntity{ base = "TRAP_ELEMENTAL_BLAST",
}
newEntity{ base = "TRAP_ELEMENTAL_BLAST",
subtype = "cold",
name = "ice blast trap", image = "trap/blast_ice01.png",
name = "ice blast trap", image = "trap/trap_frost_rune_01.png.png",
detect_power = 50, disarm_power = 50,
rarity = 3, level_range = {20, 50},
color_r=150, color_g=150, color_b=220,
......@@ -117,7 +117,7 @@ newEntity{ base = "TRAP_ELEMENTAL_BLAST",
}
newEntity{ base = "TRAP_ELEMENTAL_BLAST",
subtype = "lightning",
name = "lightning blast trap", image = "trap/blast_lightning01.png",
name = "lightning blast trap", image = "trap/trap_lightning_rune_02.png.png",
detect_power = 50, disarm_power = 50,
rarity = 3, level_range = {20, 50},
color_r=0, color_g=0, color_b=220,
......
......@@ -27,7 +27,7 @@ newEntity{ define_as = "TRAP_NATURAL_FOREST",
}
newEntity{ base = "TRAP_NATURAL_FOREST",
name = "sliding rock", auto_id = true,
name = "sliding rock", auto_id = true, image = "trap/trap_slippery_rocks_01.png",
detect_power = 6, disarm_power = 16,
rarity = 3, level_range = {1, 50},
color=colors.UMBER,
......
game/modules/tome/data/gfx/shockbolt/npc/undead_skull_flying_skull.png

6.32 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_beartrap_01.png

9.03 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_bomb_01.png

3.66 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_caltrops_01.png

10.6 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_fire_rune_01.png

10.7 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_frost_rune_01.png

10.4 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_lightning_rune_02.png

10.7 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_poison_spikes_01.png

10.1 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_random_rubble_01.png

10.9 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_slippery_rocks_01.png

7.03 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_smoke_bomb_01.png

5.55 KiB

game/modules/tome/data/gfx/shockbolt/trap/trap_water_rune_01.png

9.29 KiB

......@@ -36,7 +36,7 @@ local Talents = require("engine.interface.ActorTalents")
--Fodder
newEntity{ name = "flying skull",
type = "elemental", subtype = "dark",
type = "undead", subtype = "skull",
display = "*", color=colors.BLACK, tint=colors.BLACK,
desc = [[A floating disembodied skull with an aura of darkness.]],
combat = { dam=10, atk=5, apr=10, physspeed=1 },
......@@ -66,6 +66,7 @@ newEntity{ name = "flying skull",
disease_immune = 1,
poison_immune = 1,
stun_immune = 1,
undead = 1,
resolvers.sustains_at_birth(),
}
......
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