Skip to content

Commit

Permalink
Wrath raster line-up tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight committed Nov 11, 2024
1 parent 57512c3 commit 918549a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/data/units.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ export const unitData = [
id: 15,
name: 'Cycloper',
playable: false,
level: 2,
level: 3,
realm: 'W',
size: 2,
set: 'α',
Expand Down Expand Up @@ -1803,7 +1803,7 @@ export const unitData = [
level: 4,
realm: 'W',
size: 2,
set: 'α',
set: 'β',
stats: {
health: 200,
regrowth: 20,
Expand Down Expand Up @@ -3156,7 +3156,7 @@ export const unitData = [
id: 39,
name: 'Headless',
playable: true,
level: 3,
level: 4,
realm: 'W',
size: 2,
set: 'α',
Expand Down Expand Up @@ -3355,7 +3355,7 @@ export const unitData = [
level: 1,
realm: 'W',
size: 1,
set: 'β',
set: 'α',
stats: {
health: 90,
regrowth: 4,
Expand Down Expand Up @@ -4010,12 +4010,12 @@ export const unitData = [
id: 50,
name: 'Shadow Leech',
playable: false,
level: 1,
level: 2,
realm: 'W',
size: 1,
set: 'α',
stats: {
health: 40,
health: 50,
regrowth: 0,
endurance: 0,
energy: 40,
Expand Down
8 changes: 4 additions & 4 deletions src/style/avatars.less
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,19 @@
}

&.typeW1 {
background-image: url('~assets/units/avatars/Shadow Leech.jpg');
background-image: url('~assets/units/avatars/Mangler.jpg');
}

&.typeW2 {
background-image: url('~assets/units/avatars/Cycloper.jpg');
background-image: url('~assets/units/avatars/Shadow Leech.jpg');
}

&.typeW3 {
background-image: url('~assets/units/avatars/Headless.jpg');
background-image: url('~assets/units/avatars/Cycloper.jpg');
}

&.typeW4 {
background-image: url('~assets/units/avatars/Flayed.jpg');
background-image: url('~assets/units/avatars/Headless.jpg');
}

&.typeW5 {
Expand Down

0 comments on commit 918549a

Please sign in to comment.