Skip to content

Commit d6f9692

Browse files
author
Chen Asraf
committed
dw data fixes
1 parent 55f829d commit d6f9692

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

lib/src/_data.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ void initData() {
16351635
Move(
16361636
key: 'divine_protection',
16371637
name: 'Divine Protection',
1638-
description: 'You get +2 armor while on a quest.',
1638+
description: 'When you wear no armor or Shield you get 2 armor.',
16391639
explanation: null,
16401640
classes: ['cleric', 'paladin'],
16411641
),
@@ -2768,7 +2768,7 @@ void initData() {
27682768
Move(
27692769
key: 'divine_protection',
27702770
name: 'Divine Protection',
2771-
description: 'You get +2 armor while on a quest.',
2771+
description: 'When you wear no armor or Shield you get 2 armor.',
27722772
explanation: null,
27732773
classes: ['cleric', 'paladin'],
27742774
),
@@ -2967,7 +2967,7 @@ void initData() {
29672967
key: 'half_elven',
29682968
name: 'Half-Elven',
29692969
description:
2970-
'Somewhere in your lineage lies mixed blood and it begins to show its presence. You gain the elf starting move if you took the human one at character creation or vice versa.',
2970+
'Somewhere in your lineage lies mixed blood and it begins to show its presence. You gain the elf starting move if you took the human one at character creation or vice versa.\n\nYou may take this move only if it is your first advancement.',
29712971
explanation: null,
29722972
classes: ['ranger'],
29732973
),

lib/src/_homebrew.dart

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ void initHomebrew() {
66
name: 'Immolator',
77
description: '',
88
load: 9,
9-
baseHP: 6,
10-
damage: Dice.parse('1d6'),
9+
baseHP: 4,
10+
damage: Dice.parse('1d8'),
1111
names: {
1212
'human': [
1313
'Solomon',
@@ -365,7 +365,7 @@ void initHomebrew() {
365365
key: 'what_are_you_waiting_for',
366366
name: 'What Are You Waiting For?',
367367
description:
368-
'When you cry out a challenge to your enemies, roll+Con.\n\n* On a 10+ they treat you as the most obvious threat to be dealt with and ignore your companions, take +2 damage ongoing against them.\n* On a 7–9 only a few (the weakest or most foolhardy among them) fall prey to your taunting.\n\nIn addition, choose one of the moves "Full Plate and Packing Steel" or "Unencumbered, Unharmed" to start with.',
368+
'When you cry out a challenge to your enemies, roll+Con.\n\n* On a 10+ they treat you as the most obvious threat to be dealt with and ignore your companions, take +2 damage ongoing against them.\n* On a 7–9 only a few (the weakest or most foolhardy among them) fall prey to your taunting.',
369369
explanation: null,
370370
classes: ['barbarian'],
371371
)
@@ -474,10 +474,10 @@ void initHomebrew() {
474474
classes: ['barbarian'],
475475
),
476476
Move(
477-
key: 'one_the_move',
478-
name: 'One The Move',
477+
key: 'on_the_move',
478+
name: 'On The Move',
479479
description:
480-
'When you defy a danger caused by movement (maybe falling off a narrow bridge or rushing past an armed guard) take +1.\n\nWhen you gain a level from 6–10, choose from these moves or the level 2–5 moves.',
480+
'When you defy a danger caused by movement (maybe falling off a narrow bridge or rushing past an armed guard) take +1.',
481481
explanation: null,
482482
classes: ['barbarian'],
483483
),

0 commit comments

Comments
 (0)