-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add EE Specific Ores To Lavaland #1864
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -496,6 +496,28 @@ | |
state: rock_asteroid_west | ||
- state: rock_copper | ||
|
||
- type: entity | ||
id: AsteroidRockTungsten | ||
parent: AsteroidRock | ||
description: An ore vein rich with wolframite. | ||
suffix: Tungsten | ||
components: | ||
- type: OreVein | ||
oreChance: 1.0 | ||
currentOre: OreTungsten | ||
- type: Sprite | ||
layers: | ||
- state: rock_asteroid | ||
- map: [ "enum.EdgeLayer.South" ] | ||
state: rock_asteroid_south | ||
- map: [ "enum.EdgeLayer.East" ] | ||
state: rock_asteroid_east | ||
- map: [ "enum.EdgeLayer.North" ] | ||
state: rock_asteroid_north | ||
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_asteroid_west | ||
- state: rock_copper | ||
|
||
|
||
# Rocks and ore veins | ||
- type: entity | ||
|
@@ -897,6 +919,28 @@ | |
state: rock_west | ||
- state: rock_copper | ||
|
||
- type: entity | ||
id: WallRockTungsten | ||
parent: WallRock | ||
description: An ore vein rich with wolframite. | ||
suffix: Tungsten | ||
components: | ||
- type: OreVein | ||
oreChance: 1.0 | ||
currentOre: OreTungsten | ||
- type: Sprite | ||
layers: | ||
- state: rock | ||
- map: [ "enum.EdgeLayer.South" ] | ||
state: rock_south | ||
- map: [ "enum.EdgeLayer.East" ] | ||
state: rock_east | ||
- map: [ "enum.EdgeLayer.North" ] | ||
state: rock_north | ||
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_west | ||
- state: rock_copper | ||
|
||
# Basalt variants | ||
- type: entity | ||
id: WallRockBasalt | ||
|
@@ -1272,6 +1316,28 @@ | |
state: rock_wall_west | ||
- state: rock_copper | ||
|
||
- type: entity | ||
id: WallRockBasaltTungsten | ||
parent: WallRockBasalt | ||
description: An ore vein rich with wolframite. | ||
suffix: Tungsten | ||
components: | ||
- type: OreVein | ||
oreChance: 1.0 | ||
currentOre: OreTungsten | ||
- type: Sprite | ||
layers: | ||
- state: rock_wall | ||
- map: [ "enum.EdgeLayer.South" ] | ||
state: rock_wall_south | ||
- map: [ "enum.EdgeLayer.East" ] | ||
state: rock_wall_east | ||
- map: [ "enum.EdgeLayer.North" ] | ||
state: rock_wall_north | ||
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_wall_west | ||
- state: rock_copper | ||
|
||
# Snow variants | ||
- type: entity | ||
id: WallRockSnow | ||
|
@@ -1647,6 +1713,28 @@ | |
state: rock_snow_west | ||
- state: rock_copper | ||
|
||
- type: entity | ||
id: WallRockSnowTungsten | ||
parent: WallRockSnow | ||
description: An ore vein rich with wolframite. | ||
suffix: Tungsten | ||
components: | ||
- type: OreVein | ||
oreChance: 1.0 | ||
currentOre: OreTungsten | ||
- type: Sprite | ||
layers: | ||
- state: rock_snow | ||
- map: [ "enum.EdgeLayer.South" ] | ||
state: rock_snow_south | ||
- map: [ "enum.EdgeLayer.East" ] | ||
state: rock_snow_east | ||
- map: [ "enum.EdgeLayer.North" ] | ||
state: rock_snow_north | ||
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_snow_west | ||
- state: rock_copper | ||
|
||
# Sand variants | ||
- type: entity | ||
id: WallRockSand | ||
|
@@ -2021,6 +2109,28 @@ | |
state: rock_sand_west | ||
- state: rock_copper | ||
|
||
- type: entity | ||
id: WallRockSandTungsten | ||
parent: WallRockSand | ||
description: An ore vein rich with wolframite. | ||
suffix: Tungsten | ||
components: | ||
- type: OreVein | ||
oreChance: 1.0 | ||
currentOre: OreTungsten | ||
- type: Sprite | ||
layers: | ||
- state: rock_sand | ||
- map: [ "enum.EdgeLayer.South" ] | ||
state: rock_sand_south | ||
- map: [ "enum.EdgeLayer.East" ] | ||
state: rock_sand_east | ||
- map: [ "enum.EdgeLayer.North" ] | ||
state: rock_sand_north | ||
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_sand_west | ||
- state: rock_copper | ||
|
||
Comment on lines
+2112
to
+2133
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion WallRockSandTungsten: Sprite State Issue! 🧰 Tools🪛 YAMLlint (1.35.1)[error] 2124-2124: too many spaces inside brackets (brackets) [error] 2124-2124: too many spaces inside brackets (brackets) [error] 2126-2126: too many spaces inside brackets (brackets) [error] 2126-2126: too many spaces inside brackets (brackets) [error] 2128-2128: too many spaces inside brackets (brackets) [error] 2128-2128: too many spaces inside brackets (brackets) [error] 2130-2130: too many spaces inside brackets (brackets) [error] 2130-2130: too many spaces inside brackets (brackets) |
||
# Chromite variants | ||
- type: entity | ||
id: WallRockChromite | ||
|
@@ -2396,6 +2506,28 @@ | |
state: rock_chromite_west | ||
- state: rock_copper | ||
|
||
- type: entity | ||
id: WallRockChromiteTungsten | ||
parent: WallRockChromite | ||
description: An ore vein rich with wolframite. | ||
suffix: Tungsten | ||
components: | ||
- type: OreVein | ||
oreChance: 1.0 | ||
currentOre: OreTungsten | ||
- type: Sprite | ||
layers: | ||
- state: rock_chromite | ||
- map: [ "enum.EdgeLayer.South" ] | ||
state: rock_chromite_south | ||
- map: [ "enum.EdgeLayer.East" ] | ||
state: rock_chromite_east | ||
- map: [ "enum.EdgeLayer.North" ] | ||
state: rock_chromite_north | ||
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_chromite_west | ||
- state: rock_copper | ||
|
||
# Andesite variants | ||
- type: entity | ||
id: WallRockAndesite | ||
|
@@ -2770,3 +2902,25 @@ | |
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_andesite_west | ||
- state: rock_copper | ||
|
||
- type: entity | ||
id: WallRockAndesiteTungsten | ||
parent: WallRockAndesite | ||
description: An ore vein rich with wolframite. | ||
suffix: Tungsten | ||
components: | ||
- type: OreVein | ||
oreChance: 1.0 | ||
currentOre: OreTungsten | ||
- type: Sprite | ||
layers: | ||
- state: rock_andesite | ||
- map: [ "enum.EdgeLayer.South" ] | ||
state: rock_andesite_south | ||
- map: [ "enum.EdgeLayer.East" ] | ||
state: rock_andesite_east | ||
- map: [ "enum.EdgeLayer.North" ] | ||
state: rock_andesite_north | ||
- map: [ "enum.EdgeLayer.West" ] | ||
state: rock_andesite_west | ||
- state: rock_copper |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
YAML Formatting: Extraneous Spaces in Bracket Lists
Our YAML static analysis tools have flagged multiple instances where there appear to be too many spaces inside bracketed lists (for example, lines like
may benefit from tighter spacing, e.g.,
While these warnings can sometimes be false positives, please verify that our YAML style guidelines are met across these ranges. Consistent formatting will help keep our code as shipshape as our fleet!
Also applies to: 934-940, 1331-1337, 1728-1734, 2124-2130, 2521-2527, 2918-2924
🧰 Tools
🪛 YAMLlint (1.35.1)
[error] 511-511: too many spaces inside brackets
(brackets)
[error] 511-511: too many spaces inside brackets
(brackets)
[error] 513-513: too many spaces inside brackets
(brackets)
[error] 513-513: too many spaces inside brackets
(brackets)
[error] 515-515: too many spaces inside brackets
(brackets)
[error] 515-515: too many spaces inside brackets
(brackets)
[error] 517-517: too many spaces inside brackets
(brackets)
[error] 517-517: too many spaces inside brackets
(brackets)