feat(combat): generalize the web combat action and expose potions/monster intent
This commit is contained in:
@@ -51,7 +51,7 @@ const startedCombat: Combat = {
|
||||
id: 'combat-2',
|
||||
status: 'ACTIVE',
|
||||
round: 1,
|
||||
player: { name: 'Aric Duskwalker', maxHp: 100, currentHp: 100 },
|
||||
player: { name: 'Aric Duskwalker', maxHp: 100, currentHp: 100, potionsRemaining: 2, potionsMax: 2 },
|
||||
monster: {
|
||||
key: 'road-bandit',
|
||||
name: 'Straßenräuber',
|
||||
@@ -59,6 +59,7 @@ const startedCombat: Combat = {
|
||||
maxHp: 75,
|
||||
currentHp: 75,
|
||||
artworkPath: '/images/enemies/RoadBandit.png',
|
||||
pendingIntent: null,
|
||||
},
|
||||
events: [],
|
||||
rewards: null,
|
||||
|
||||
Reference in New Issue
Block a user