This commit is contained in:
Bastian Wagner
2026-08-23 18:31:31 +02:00
parent 8125a4396c
commit 5fa344dbe2
3 changed files with 11 additions and 11 deletions

View File

@@ -277,7 +277,7 @@ export async function seedVisibleVerticalSlice(
level: 1, level: 1,
maxHp: 45, maxHp: 45,
attack: 5, attack: 5,
armor: 0, armor: 1,
flavorText: 'Scrawny and quick, it feeds on whatever the fires left.', flavorText: 'Scrawny and quick, it feeds on whatever the fires left.',
// Pure baseline combat: no telegraph, no status effect, short fight. // Pure baseline combat: no telegraph, no status effect, short fight.
abilities: {}, abilities: {},
@@ -293,7 +293,7 @@ export async function seedVisibleVerticalSlice(
level: 1, level: 1,
maxHp: 55, maxHp: 55,
attack: 7, attack: 7,
armor: 0, armor: 1,
flavorText: flavorText:
'It stopped waiting for scraps a long time ago. Its bites do not close.', 'It stopped waiting for scraps a long time ago. Its bites do not close.',
// Introduces Bleeding: every third round its bite also opens a wound // Introduces Bleeding: every third round its bite also opens a wound
@@ -313,8 +313,8 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID, monsterCategory: MonsterCategory.HUMANOID,
level: 2, level: 2,
maxHp: 75, maxHp: 75,
attack: 9, attack: 12,
armor: 5, armor: 7,
flavorText: flavorText:
'This one has done it before, and winds up the swing where you can see it.', 'This one has done it before, and winds up the swing where you can see it.',
// Reinforces telegraphing: winds up a Heavy Strike every third round, // Reinforces telegraphing: winds up a Heavy Strike every third round,
@@ -333,8 +333,8 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID, monsterCategory: MonsterCategory.HUMANOID,
level: 2, level: 2,
maxHp: 85, maxHp: 85,
attack: 11, attack: 15,
armor: 6, armor: 7,
flavorText: flavorText:
'Burned armor, a burned face, and no interest at all in your reasons.', 'Burned armor, a burned face, and no interest at all in your reasons.',
// The rare encounter: no new subsystem, just the known telegraph on a // The rare encounter: no new subsystem, just the known telegraph on a
@@ -354,7 +354,7 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID, monsterCategory: MonsterCategory.HUMANOID,
level: 2, level: 2,
maxHp: 70, maxHp: 70,
attack: 10, attack: 12,
armor: 3, armor: 3,
flavorText: flavorText:
'Light on their feet and already backing away from the fight they started.', 'Light on their feet and already backing away from the fight they started.',
@@ -372,7 +372,7 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.BEAST, monsterCategory: MonsterCategory.BEAST,
level: 3, level: 3,
maxHp: 80, maxHp: 80,
attack: 12, attack: 17,
armor: 2, armor: 2,
flavorText: flavorText:
'The fire took its coat and left the cracks glowing underneath.', 'The fire took its coat and left the cracks glowing underneath.',
@@ -393,8 +393,8 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID, monsterCategory: MonsterCategory.HUMANOID,
level: 3, level: 3,
maxHp: 120, maxHp: 120,
attack: 14, attack: 16,
armor: 10, armor: 14,
flavorText: flavorText:
'Plated, patient, and entirely willing to wait behind their guard.', 'Plated, patient, and entirely willing to wait behind their guard.',
// The fight this location is built around: the telegraph the player // The fight this location is built around: the telegraph the player
@@ -416,7 +416,7 @@ export async function seedVisibleVerticalSlice(
level: 4, level: 4,
maxHp: 160, maxHp: 160,
attack: 17, attack: 17,
armor: 12, armor: 16,
flavorText: flavorText:
'Whoever gave the order to watch this road is standing in front of you.', 'Whoever gave the order to watch this road is standing in front of you.',
// The elite (slice §5): the veteran's two mechanics on tighter // The elite (slice §5): the veteran's two mechanics on tighter

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 128 KiB