Skip to content
Snippets Groups Projects
Commit b382c90f authored by Otowa Kotori's avatar Otowa Kotori
Browse files

horror

parent a3badf11
No related branches found
No related tags found
2 merge requests!627I18n,!617WIP: experienmental i18n support
......@@ -45,7 +45,7 @@ newEntity{
newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
name = "necrotic mass", color=colors.DARK_GREY,
desc ="This putrid mass of rotting flesh shifts and quivers, but shows no signs of intelligence or mobility.",
desc =_t"This putrid mass of rotting flesh shifts and quivers, but shows no signs of intelligence or mobility.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_horror_necrotic_mass.png", display_h=2, display_y=-1}}},
level_range = {15, nil}, exp_worth = 1,
rarity = 4,
......@@ -60,7 +60,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
name = "necrotic abomination", color=colors.DARK_GREEN,
desc ="This monstrous form of putrid, torn flesh and chipped bone drags its mass towards you, spurting blood and viscera along the way.",
desc =_t"This monstrous form of putrid, torn flesh and chipped bone drags its mass towards you, spurting blood and viscera along the way.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_horror_necrotic_abomination.png", display_h=2, display_y=-1}}},
level_range = {30, nil}, exp_worth = 1,
rarity = 7,
......@@ -104,7 +104,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
name = "bone horror", color=colors.WHITE,
desc ="The massive ribcage in the middle beats with loud, audible cracks, as many a skeletal hand protrude forth, entwining, fusing, forming long skeletal appendages to support itself, while others crumble and collapse inward. During all this, somehow, it seems they grasp for you.",
desc =_t"The massive ribcage in the middle beats with loud, audible cracks, as many a skeletal hand protrude forth, entwining, fusing, forming long skeletal appendages to support itself, while others crumble and collapse inward. During all this, somehow, it seems they grasp for you.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_horror_bone_horror.png", display_h=2, display_y=-1}}},
level_range = {30, nil}, exp_worth = 1,
rarity = 7,
......@@ -149,7 +149,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
name = "sanguine horror", color=colors.RED,
desc ="This pulsing, quivering form is a deep crimson, and appears to be composed entirely of thick, virulent blood. Waves rhythmically ripple across its surface, indicating a still beating heart somewhere in its body.",
desc =_t"This pulsing, quivering form is a deep crimson, and appears to be composed entirely of thick, virulent blood. Waves rhythmically ripple across its surface, indicating a still beating heart somewhere in its body.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_horror_sanguine_horror.png", display_h=2, display_y=-1}}},
level_range = {30, nil}, exp_worth = 1,
rarity = 7,
......@@ -192,7 +192,7 @@ newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
newEntity{ base = "BASE_NPC_HORROR_UNDEAD",
name = "animated blood", color=colors.RED, subtype = "blood",
desc ="This crimson shape drips ceaselessly, spattering the nearby ground. The droplets seem to continue moving of their own volition.",
desc =_t"This crimson shape drips ceaselessly, spattering the nearby ground. The droplets seem to continue moving of their own volition.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/undead_horror_animated_blood.png", display_h=2, display_y=-1}}},
level_range = {15, nil}, exp_worth = 1,
rarity = 20, -- Appear alone but rarely.
......
......@@ -114,7 +114,7 @@ Each swing drips pustulant fluid before it, and each droplet writhes and wriggle
newEntity{ base = "BASE_NPC_HORROR",
name = "bloated horror", color=colors.WHITE,
desc ="A bulbous humanoid form floats here. Its bald, child-like head is disproportionately large compared to its body, and its skin is pock-marked with nasty red sores.",
desc =_t"A bulbous humanoid form floats here. Its bald, child-like head is disproportionately large compared to its body, and its skin is pock-marked with nasty red sores.",
level_range = {10, nil}, exp_worth = 1,
rarity = 1,
rank = 2,
......@@ -143,7 +143,7 @@ newEntity{ base = "BASE_NPC_HORROR",
newEntity{ base = "BASE_NPC_HORROR",
name = "nightmare horror", color=colors.DARK_GREY,
desc ="A shifting form of darkest night that seems to reflect your deepest fears.",
desc =_t"A shifting form of darkest night that seems to reflect your deepest fears.",
level_range = {35, nil}, exp_worth = 1,
mana_regen = 10,
negative_regen = 10,
......@@ -193,7 +193,7 @@ newEntity{ base = "BASE_NPC_HORROR",
------------------------------------------------------------------------
newEntity{ base = "BASE_NPC_HORROR",
name = "headless horror", color=colors.TAN,
desc ="A headless, gangly humanoid with a large distended stomach.",
desc =_t"A headless, gangly humanoid with a large distended stomach.",
level_range = {30, nil}, exp_worth = 1,
rarity = 5,
rank = 3,
......@@ -260,7 +260,7 @@ newEntity{ base = "BASE_NPC_HORROR",
newEntity{ base = "BASE_NPC_HORROR", define_as = "BASE_NPC_ELDRICTH_EYE",
name = "eldritch eye", color=colors.SLATE, is_eldritch_eye=true,
desc ="A small bloodshot eye floats here.",
desc =_t"A small bloodshot eye floats here.",
level_range = {30, nil}, exp_worth = 1,
life_rating = 7,
rank = 2,
......@@ -406,7 +406,7 @@ newEntity{ base = "BASE_NPC_ELDRICTH_EYE",
-- TODO: Make Luminous and Radiant Horrors cooler
newEntity{ base = "BASE_NPC_HORROR",
name = "luminous horror", color=colors.YELLOW,
desc ="A lanky humanoid shape composed of yellow light.",
desc =_t"A lanky humanoid shape composed of yellow light.",
level_range = {20, nil}, exp_worth = 1,
rarity = 2,
autolevel = "caster",
......@@ -441,7 +441,7 @@ newEntity{ base = "BASE_NPC_HORROR",
newEntity{ base = "BASE_NPC_HORROR",
name = "radiant horror", color=colors.GOLD,
desc ="A lanky four-armed humanoid shape composed of bright golden light. It's so bright it's hard to look at, and you can feel heat radiating outward from it.",
desc =_t"A lanky four-armed humanoid shape composed of bright golden light. It's so bright it's hard to look at, and you can feel heat radiating outward from it.",
level_range = {35, nil}, exp_worth = 1,
rarity = 8,
rank = 3,
......@@ -790,7 +790,7 @@ Blue burns into red, green bursts into yellow, and the air crackles and hisses b
newEntity{ base = "BASE_NPC_HORROR", define_as = "DREAM_SEED",
name = "dream seed", color=colors.PINK, image = "npc/dream_seed.png",
desc ="A pinkish bubble floats here, reflecting the world not as it is, but as it would be in that surreal place that exists only in our dreams.",
desc =_t"A pinkish bubble floats here, reflecting the world not as it is, but as it would be in that surreal place that exists only in our dreams.",
level_range = {20, nil}, exp_worth = 1,
rarity = 30, -- Very rare; but they do spawn on their own to keep the players on thier toes
rank = 2,
......@@ -878,7 +878,7 @@ newEntity{ base = "BASE_NPC_HORROR",
newEntity{ base = "BASE_NPC_HORROR",
name = "parasitic horror", color=colors.DARK_GREEN,
resolvers.nice_tile{tall=1},
desc ="You don't want to think about what sort of creature this lamprey-like horror was feeding on to grow so large. Its skin pulsates and writhes, like things are moving underneath...",
desc =_t"You don't want to think about what sort of creature this lamprey-like horror was feeding on to grow so large. Its skin pulsates and writhes, like things are moving underneath...",
level_range = {35, nil}, exp_worth = 1,
rarity = 20,
rank = 3,
......
......@@ -61,7 +61,7 @@ newEntity{
newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
name = "entrenched horror", color=colors.DARK_GREY,
desc ="This massive stony structure shifts and pulsates, its many long, thin tentacles probing the nearby water for food.",
desc =_t"This massive stony structure shifts and pulsates, its many long, thin tentacles probing the nearby water for food.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_aquatic_entrenched_horror.png", display_h=2, display_y=-1}}},
level_range = {15, nil}, exp_worth = 1,
rarity = 3,
......@@ -90,7 +90,7 @@ newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
name = "swarming horror", color=colors.GREY,
desc ="This tiny fish-like creature moves erratically, but is constantly surrounded by others of its kind.",
desc =_t"This tiny fish-like creature moves erratically, but is constantly surrounded by others of its kind.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_aquatic_swarming_horror.png", display_h=2, display_y=-1}}},
level_range = {10, nil}, exp_worth = 1,
rarity = 2,
......@@ -113,7 +113,7 @@ newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
name = "ravenous horror", color=colors.GREY,
desc ="A vile looking liquid flows from the teeth of this agile monster. It glides through the water towards you, spined fins jutting outwards.",
desc =_t"A vile looking liquid flows from the teeth of this agile monster. It glides through the water towards you, spined fins jutting outwards.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_aquatic_ravenous_horror.png", display_h=2, display_y=-1}}},
level_range = {10, nil}, exp_worth = 1,
rarity = 2,
......@@ -132,7 +132,7 @@ newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
name = "boiling horror", color=colors.BLUE,
desc ="This frothing ball of water rages with an intense heat.",
desc =_t"This frothing ball of water rages with an intense heat.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_aquatic_boiling_horror.png", display_h=2, display_y=-1}}},
level_range = {14, nil}, exp_worth = 1,
rarity = 4,
......@@ -161,7 +161,7 @@ newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
newEntity{ base = "BASE_NPC_HORROR_AQUATIC",
name = "swarm hive", color=colors.BLACK,
desc ="This titanic mass of flesh pulsates and churns as tiny monsters burst from its orifices.",
desc =_t"This titanic mass of flesh pulsates and churns as tiny monsters burst from its orifices.",
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/horror_aquatic_swarm_hive.png", display_h=2, display_y=-1}}},
level_range = {15, nil}, exp_worth = 1,
rarity = 6,
......
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