@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | protected function generateCharacter(int $id): Character { |
22 | 22 | $stats = [ |
23 | - "id" => $id, "name" => "Player $id", "level" => 1, "initiativeFormula" => "1d2+DEX/4", "strength" => 10, |
|
23 | + "id" => $id, "name" => "player $id", "level" => 1, "initiativeFormula" => "1d2+DEX/4", "strength" => 10, |
|
24 | 24 | "dexterity" => 10, "constitution" => 10, "intelligence" => 10, "charisma" => 10 |
25 | 25 | ]; |
26 | 26 | return new Character($stats); |
@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | protected function generateCharacter(int $id): Character { |
22 | 22 | $stats = [ |
23 | - "id" => $id, "name" => "Player $id", "level" => 1, "initiativeFormula" => "1d2+DEX/4", "strength" => 10, |
|
23 | + "id" => $id, "name" => "player $id", "level" => 1, "initiativeFormula" => "1d2+DEX/4", "strength" => 10, |
|
24 | 24 | "dexterity" => 10, "constitution" => 10, "intelligence" => 10, "charisma" => 10 |
25 | 25 | ]; |
26 | 26 | return new Character($stats); |
@@ -20,7 +20,7 @@ |
||
20 | 20 | |
21 | 21 | protected function generateCharacter(int $id): Character { |
22 | 22 | $stats = [ |
23 | - "id" => $id, "name" => "Player $id", "level" => 1, "initiativeFormula" => "1d2+DEX/4", "strength" => 10, |
|
23 | + "id" => $id, "name" => "player $id", "level" => 1, "initiativeFormula" => "1d2+DEX/4", "strength" => 10, |
|
24 | 24 | "dexterity" => 10, "constitution" => 10, "intelligence" => 10, "charisma" => 10 |
25 | 25 | ]; |
26 | 26 | return new Character($stats); |