This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Legally Distinct Orange Cat + capybara fix #159
Open
leonardo-dabepis
wants to merge
3
commits into
DeltaV-Station:master
Choose a base branch
from
leonardo-dabepis:banch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/deltav/prototypes/cargo/cargo-livestock.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-LivestockCapybara = { ent-CrateNPCCapybara } | ||
.desc = { ent-CrateNPCCapybara.desc } |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/deltav/prototypes/fills/livestock-crates.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ent-CrateNPCCapybara = Capybara crate | ||
.desc = A crate containing a capybara. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -206,4 +206,4 @@ | |
product: CrateNPCKangaroo | ||
cost: 2800 | ||
category: Livestock | ||
group: market | ||
group: market |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_livestock.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
- type: cargoProduct | ||
id: LivestockCapybara | ||
icon: | ||
sprite: DeltaV/Mobs/Animals/capybara.rsi | ||
state: capybara | ||
product: CrateNPCCapybara | ||
cost: 1000 | ||
category: Livestock | ||
group: market |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- type: entity | ||
id: CrateNPCCapybara | ||
parent: CrateLivestock | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: MobCapybara |
28 changes: 28 additions & 0 deletions
28
Resources/Prototypes/DeltaV/Entities/Markers/Spawners/mobs.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Base | ||
- type: entity | ||
name: Capybara Spawner | ||
id: SpawnMobCapybara | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: capybara | ||
sprite: DeltaV/Mobs/Animals/capybara.rsi | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobCapybara | ||
|
||
- type: entity | ||
name: Orange Cat Spawner | ||
id: SpawnMobCatOrange | ||
parent: MarkerBase | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: green | ||
- state: orange | ||
sprite: DeltaV/Mobs/Animals/orange_cat.rsi | ||
- type: ConditionalSpawner | ||
prototypes: | ||
- MobCatOrange |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
Resources/Prototypes/InventoryTemplates/catorange_inventory_template.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- type: inventoryTemplate | ||
id: catorange | ||
slots: | ||
- name: mask | ||
slotTexture: mask | ||
slotFlags: MASK | ||
uiWindowPos: 1,1 | ||
strippingWindowPos: 1,1 | ||
displayName: Mask | ||
whitelist: | ||
tags: | ||
- PetWearable | ||
components: | ||
- SmokingPipe | ||
|
||
- name: suitstorage | ||
slotTexture: suit_storage | ||
slotFlags: SUITSTORAGE | ||
slotGroup: SecondHotbar | ||
stripTime: 3 | ||
uiWindowPos: 2,0 | ||
strippingWindowPos: 2,5 | ||
displayName: Suit Storage | ||
whitelist: | ||
components: | ||
- GasTank | ||
|
||
|
Binary file added
BIN
+871 Bytes
Resources/Textures/Clothing/Mask/breath.rsi/equipped-MASK-capybara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+869 Bytes
Resources/Textures/Clothing/Mask/breath.rsi/equipped-MASK-catorange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+871 Bytes
Resources/Textures/DeltaV/Clothing/Mask/breath.rsi/equipped-MASK-capybara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+869 Bytes
Resources/Textures/DeltaV/Clothing/Mask/breath.rsi/equipped-MASK-catorange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Resources/Textures/DeltaV/Clothing/Mask/breath.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "art by user leonardo-dabepis https://leonardo-dabepis.tumblr.com/", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "equipped-MASK-capybara", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "up-equipped-MASK-catorange", | ||
"directions": 4 | ||
}, | ||
} | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
Resources/Textures/DeltaV/Mobs/Animals/orange_cat.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"version": 1, | ||
"size": | ||
{ | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"license": "CC-BY-NC-SA-3.0", | ||
"copyright": "art by user leonardo-dabepis https://leonardo-dabepis.tumblr.com/", | ||
"states": | ||
[ | ||
{ | ||
"name": "orange", | ||
"directions": 4, | ||
"delays": [[1],[1],[1],[1]] | ||
}, | ||
{ | ||
"name": "orange_crit", | ||
"directions": 1, | ||
"delays": [[1]] | ||
}, | ||
{ | ||
"name": "orange_dead", | ||
"directions": 1, | ||
"delays": [[1]] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.06 KB
Resources/Textures/DeltaV/Mobs/Animals/orange_cat.rsi/orange_crit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.08 KB
Resources/Textures/DeltaV/Mobs/Animals/orange_cat.rsi/orange_dead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.12 KB
...s/Textures/DeltaV/Objects/Tanks/emergency.rsi/equipped-SUITSTORAGE-capybara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.04 KB
.../Textures/DeltaV/Objects/Tanks/emergency.rsi/equipped-SUITSTORAGE-catorange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Resources/Textures/DeltaV/Objects/Tanks/emergency.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "art by user leonardo-dabepis https://leonardo-dabepis.tumblr.com/", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "equipped-SUITSTORAGE-capybara", | ||
"directions": 4, | ||
"delays": [[1],[1],[1],[1]] | ||
}, | ||
{ | ||
"name": "equipped-SUITSTORAGE-catorange", | ||
"directions": 4, | ||
"delays": [[1],[1],[1],[1]] | ||
}, | ||
} | ||
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. Remove the additional bracket at line 20 and the comma after the bracket of line 19. |
||
] | ||
} |
Binary file added
BIN
+1.79 KB
...es/Objects/Consumable/Smokeables/Pipes/pipe.rsi/lit-equipped-MASK-catorange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+660 Bytes
.../Objects/Consumable/Smokeables/Pipes/pipe.rsi/unlit-equipped-MASK-catorange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.12 KB
Resources/Textures/Objects/Tanks/emergency.rsi/equipped-SUITSTORAGE-capybara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.04 KB
Resources/Textures/Objects/Tanks/emergency.rsi/equipped-SUITSTORAGE-catorange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Remove the additional bracket at line 18 and the comma after the bracket of line 17.