Skip to content

Commit

Permalink
Merge pull request tobymao#10431 from andrewzwicky/1850_icons
Browse files Browse the repository at this point in the history
[1850] Add in corporation icons
  • Loading branch information
michaeljb authored Mar 5, 2024
2 parents cbb5e97 + 58ace8e commit 1f4911a
Show file tree
Hide file tree
Showing 19 changed files with 134 additions and 9 deletions.
9 changes: 9 additions & 0 deletions lib/engine/game/g_1850/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ module Entities
sym: 'CBQ',
name: 'Chicago Burlington & Quincy Railroad',
logo: '1850/CBQ',
simple_logo: '1850/CBQ.alt',
tokens: [0, 40, 100, 100],
coordinates: 'I18',
city: 1,
Expand All @@ -164,6 +165,7 @@ module Entities
sym: 'MILW',
name: 'Chicago Milwaukee, St. Paul & Pacific Railroad',
logo: '1850/MILW',
simple_logo: '1850/MILW.alt',
tokens: [0, 40, 100],
coordinates: 'G18',
abilities: [{ type: 'assign_hexes', hexes: ['A2'], count: 1, cost: 50 }],
Expand All @@ -174,6 +176,7 @@ module Entities
sym: 'RI',
name: 'Chicago, Rock Island and Pacific Railway',
logo: '1850/RI',
simple_logo: '1850/RI.alt',
tokens: [0, 40, 100, 100],
coordinates: 'H11',
color: '#881319',
Expand All @@ -183,6 +186,7 @@ module Entities
sym: 'GN',
name: 'Great Northern Railway',
logo: '1850/GN',
simple_logo: '1850/GN.alt',
tokens: [0, 40, 100],
coordinates: 'D9',
abilities: [{ type: 'assign_hexes', hexes: ['A2'], count: 1, cost: 50 }],
Expand All @@ -193,6 +197,7 @@ module Entities
sym: 'KATY',
name: 'Missouri-Kansas-Texas Railroad',
logo: '1850/KATY',
simple_logo: '1850/KATY.alt',
tokens: [0, 40, 100],
coordinates: 'K6',
abilities: [{ type: 'assign_hexes', hexes: ['M2'], count: 1, cost: 50 }],
Expand All @@ -203,6 +208,7 @@ module Entities
sym: 'MP',
name: 'Missouri Pacific Railroad',
logo: '1850/MP',
simple_logo: '1850/MP.alt',
tokens: [0, 40, 100],
coordinates: 'L13',
color: '#181D62',
Expand All @@ -212,6 +218,7 @@ module Entities
sym: 'NP',
name: 'Northern Pacific Railway',
logo: '1850/NP',
simple_logo: '1850/NP.alt',
tokens: [0, 40, 100],
coordinates: 'B11',
abilities: [{ type: 'assign_hexes', hexes: ['A2'], count: 1, cost: 50 },
Expand All @@ -226,6 +233,7 @@ module Entities
sym: 'SOO',
name: 'Soo Line Railroad',
logo: '1850/SOO',
simple_logo: '1850/SOO.alt',
tokens: [0, 40, 100],
coordinates: 'F13',
abilities: [{ type: 'assign_hexes', hexes: ['C20'], count: 1, cost: 50 }],
Expand All @@ -236,6 +244,7 @@ module Entities
sym: 'UP',
name: 'Union Pacific Railroad',
logo: '1850/UP',
simple_logo: '1850/UP.alt',
tokens: [0, 40, 100],
coordinates: 'I4',
abilities: [{ type: 'assign_hexes', hexes: ['F1'], count: 1, cost: 50 }],
Expand Down
1 change: 1 addition & 0 deletions public/logos/1850/CBQ.alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/logos/1850/CBQ.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/1850/GN.alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/logos/1850/GN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/1850/KATY.alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1f4911a

Please sign in to comment.