ソースを参照

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

master
コミット
aed65c0854
3個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      source/chad.ads
  2. +1
    -1
      source/faction.ads
  3. バイナリ
      sprite/resource/steel.png

+ 1
- 1
source/chad.ads ファイルの表示

@@ -34,7 +34,7 @@ package chad is
count : constant natural := enumeration'pos (enumeration'last) + 1;

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),
("Ognjen Milan Robovic ", faction.gnoll, attribute.stamina, skill.archery, resource.leather),
("Wouter van Oortmerssen ", faction.kobold, attribute.speed, skill.medicine, resource.stone),


+ 1
- 1
source/faction.ads ファイルの表示

@@ -30,7 +30,7 @@ package faction is
("Fairy Kingdom ", attribute.speed, skill.mysticism, resource.gold),
("Dwarf Kingdom ", attribute.defense, skill.estates, resource.stone),
("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),
("Imp Kingdom ", attribute.wisdom, skill.sorcery, resource.crystal),
("Neutral ", attribute.offense, skill.archery, resource.gold)


バイナリ
sprite/resource/steel.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 715B

読み込み中…
キャンセル
保存