Small fix, Ada does not have default Steel resource, missed pun, Steelman Language Requirements...

This commit is contained in:
Ognjen Milan Robovic 2024-05-06 14:54:25 -04:00
parent 938b9fc961
commit aed65c0854
3 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ package chad is
count : constant natural := enumeration'pos (enumeration'last) + 1; count : constant natural := enumeration'pos (enumeration'last) + 1;
trait : constant array (enumeration) of information := ( trait : constant array (enumeration) of information := (
("Ada Augusta King ", faction.fairy, attribute.defense, skill.diplomacy, resource.steel), ("Ada Augusta King ", faction.fairy, attribute.defense, skill.diplomacy, resource.metal),
("Richard Martin Stallman ", faction.dwarf, attribute.offense, skill.leadership, resource.wood), ("Richard Martin Stallman ", faction.dwarf, attribute.offense, skill.leadership, resource.wood),
("Ognjen Milan Robovic ", faction.gnoll, attribute.stamina, skill.archery, resource.leather), ("Ognjen Milan Robovic ", faction.gnoll, attribute.stamina, skill.archery, resource.leather),
("Wouter van Oortmerssen ", faction.kobold, attribute.speed, skill.medicine, resource.stone), ("Wouter van Oortmerssen ", faction.kobold, attribute.speed, skill.medicine, resource.stone),

View File

@ -30,7 +30,7 @@ package faction is
("Fairy Kingdom ", attribute.speed, skill.mysticism, resource.gold), ("Fairy Kingdom ", attribute.speed, skill.mysticism, resource.gold),
("Dwarf Kingdom ", attribute.defense, skill.estates, resource.stone), ("Dwarf Kingdom ", attribute.defense, skill.estates, resource.stone),
("Gnoll Kingdom ", attribute.stamina, skill.logistics, resource.leather), ("Gnoll Kingdom ", attribute.stamina, skill.logistics, resource.leather),
("Kobold Kingdom ", attribute.offense, skill.tactics, resource.steel), ("Kobold Kingdom ", attribute.offense, skill.tactics, resource.metal),
("Goblin Kingdom ", attribute.reach, skill.exploration, resource.wood), ("Goblin Kingdom ", attribute.reach, skill.exploration, resource.wood),
("Imp Kingdom ", attribute.wisdom, skill.sorcery, resource.crystal), ("Imp Kingdom ", attribute.wisdom, skill.sorcery, resource.crystal),
("Neutral ", attribute.offense, skill.archery, resource.gold) ("Neutral ", attribute.offense, skill.archery, resource.gold)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B