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,
maxHp: 45,
attack: 5,
armor: 0,
armor: 1,
flavorText: 'Scrawny and quick, it feeds on whatever the fires left.',
// Pure baseline combat: no telegraph, no status effect, short fight.
abilities: {},
@@ -293,7 +293,7 @@ export async function seedVisibleVerticalSlice(
level: 1,
maxHp: 55,
attack: 7,
armor: 0,
armor: 1,
flavorText:
'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
@@ -313,8 +313,8 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID,
level: 2,
maxHp: 75,
attack: 9,
armor: 5,
attack: 12,
armor: 7,
flavorText:
'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,
@@ -333,8 +333,8 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID,
level: 2,
maxHp: 85,
attack: 11,
armor: 6,
attack: 15,
armor: 7,
flavorText:
'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
@@ -354,7 +354,7 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID,
level: 2,
maxHp: 70,
attack: 10,
attack: 12,
armor: 3,
flavorText:
'Light on their feet and already backing away from the fight they started.',
@@ -372,7 +372,7 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.BEAST,
level: 3,
maxHp: 80,
attack: 12,
attack: 17,
armor: 2,
flavorText:
'The fire took its coat and left the cracks glowing underneath.',
@@ -393,8 +393,8 @@ export async function seedVisibleVerticalSlice(
monsterCategory: MonsterCategory.HUMANOID,
level: 3,
maxHp: 120,
attack: 14,
armor: 10,
attack: 16,
armor: 14,
flavorText:
'Plated, patient, and entirely willing to wait behind their guard.',
// The fight this location is built around: the telegraph the player
@@ -416,7 +416,7 @@ export async function seedVisibleVerticalSlice(
level: 4,
maxHp: 160,
attack: 17,
armor: 12,
armor: 16,
flavorText:
'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

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