-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
378 additions
and
163 deletions.
There are no files selected for viewing
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
78 changes: 78 additions & 0 deletions
78
Resources/Prototypes/ADT/Entities/Structures/Specific/boxes.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,78 @@ | ||
- type: entity | ||
parent: BaseStructure | ||
id: ADTBoxMaintenance | ||
name: box maintenance | ||
description: Iconic symbol of maintenance areas. The variety of these boxes is simply amazing. | ||
components: | ||
- type: Sprite | ||
sprite: ADT/Structures/Specific/boxes.rsi | ||
snapCardinals: true | ||
layers: | ||
- state: box_b1 | ||
map: [ "box" ] | ||
- type: InteractionOutline | ||
- type: Physics | ||
bodyType: Static | ||
- type: Anchorable | ||
- type: Pullable | ||
- type: Transform | ||
anchored: true | ||
noRot: true | ||
- type: Damageable | ||
damageContainer: Box | ||
- type: Destructible | ||
thresholds: | ||
- trigger: | ||
!type:DamageTrigger | ||
damage: 30 | ||
behaviors: | ||
- !type:PlaySoundBehavior | ||
sound: | ||
collection: WoodDestroyHeavy | ||
- !type:SpawnEntitiesBehavior | ||
spawn: | ||
MaterialCardboard: | ||
min: 1 | ||
max: 3 | ||
- !type:DoActsBehavior | ||
acts: ["Destruction"] | ||
# - type: Construction | ||
# graph: ADTBoxMaintenance | ||
# node: ADTBoxMaintenance | ||
|
||
- type: entity | ||
parent: ADTBoxMaintenance | ||
id: ADTBoxMaintenanceRandom | ||
suffix: Random | ||
components: | ||
- type: RandomSprite | ||
available: | ||
- box: | ||
box_b1: "" | ||
box_b2: "" | ||
box_b3: "" | ||
box_b4: "" | ||
box_b5: "" | ||
box_l1: "" | ||
box_l1_2: "" | ||
box_l1_3: "" | ||
box_l2: "" | ||
box_l3: "" | ||
box_s1: "" | ||
box_s2: "" | ||
box_s3: "" | ||
box_spec_smile: "" | ||
box_spec_theyarewatching: "" | ||
box_spec_xxxxxxxxxx: "" | ||
box_spec1: "" | ||
box_spec2: "" | ||
box_spec3: "" | ||
box_t1: "" | ||
box_t2: "" | ||
box_t3: "" | ||
box_t4: "" | ||
box_t5: "" | ||
box2: "" | ||
box3: "" | ||
box4: "" | ||
box5: "" |
22 changes: 22 additions & 0 deletions
22
Resources/Prototypes/ADT/Recipes/Construction/Graph/structures/boxes.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,22 @@ | ||
- type: constructionGraph | ||
id: ADTBoxMaintenance | ||
start: start | ||
graph: | ||
- node: start | ||
actions: | ||
- !type:SpawnPrototype | ||
prototype: MaterialCardboard1 | ||
amount: 3 | ||
- !type:DeleteEntity | ||
|
||
- node: ADTBoxMaintenance | ||
edges: | ||
- to: start | ||
steps: | ||
- tool: Cutting | ||
doAfter: 5 | ||
completed: | ||
- !type:SpawnPrototype | ||
prototype: MaterialCardboard1 | ||
amount: 3 | ||
- !type:DeleteEntity {} |
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 |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
canBuildInImpassable: false | ||
conditions: | ||
- !type:TileNotBlocked | ||
|
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,52 @@ | ||
# Robotics | ||
|
||
- type: ambientMusic | ||
id: ADTRobotics | ||
sound: | ||
params: | ||
volume: -12 | ||
collection: ADTAmbienceRobotics | ||
rules: ADTNearRobotics | ||
priority: 4 | ||
|
||
- type: rules | ||
id: ADTNearRobotics | ||
rules: | ||
- !type:NearbyEntitiesRule | ||
count: 1 | ||
whitelist: | ||
tags: | ||
- ADTRoboticsAmbience | ||
range: 4 | ||
|
||
- type: soundCollection | ||
id: ADTAmbienceRobotics | ||
files: | ||
- /Audio/ADT/Ambience/robotics_1.ogg | ||
- /Audio/ADT/Ambience/robotics_2.ogg | ||
|
||
# Vault | ||
|
||
- type: ambientMusic | ||
id: ADTVault | ||
sound: | ||
params: | ||
volume: -12 | ||
collection: ADTAmbienceVault | ||
rules: ADTNearVault | ||
priority: 4 | ||
|
||
- type: rules | ||
id: ADTNearVault | ||
rules: | ||
- !type:NearbyEntitiesRule | ||
count: 1 | ||
whitelist: | ||
tags: | ||
- ADTVaultAmbience | ||
range: 2 | ||
|
||
- type: soundCollection | ||
id: ADTAmbienceVault | ||
files: | ||
- /Audio/ADT/Ambience/vault_1.ogg |
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 |
---|---|---|
|
@@ -159,3 +159,9 @@ | |
|
||
- type: Tag | ||
id: ADTCandies | ||
|
||
- type: Tag | ||
id: ADTRoboticsAmbience | ||
|
||
- type: Tag | ||
id: ADTVaultAmbience |
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
+340 Bytes
Resources/Textures/ADT/Structures/Specific/boxes.rsi/box_spec_smile.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
+366 Bytes
Resources/Textures/ADT/Structures/Specific/boxes.rsi/box_spec_theyarewatching.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
+385 Bytes
Resources/Textures/ADT/Structures/Specific/boxes.rsi/box_spec_xxxxxxxxxx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
101 changes: 101 additions & 0 deletions
101
Resources/Textures/ADT/Structures/Specific/boxes.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,101 @@ | ||
{ | ||
"version": 1, | ||
"copyright": "Made by unlumy:discord", | ||
"license": "CC BY-NC-ND 4.0", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "box_b1" | ||
}, | ||
{ | ||
"name": "box_b2" | ||
}, | ||
{ | ||
"name": "box_b3" | ||
}, | ||
{ | ||
"name": "box_b4" | ||
}, | ||
{ | ||
"name": "box_b5" | ||
}, | ||
{ | ||
"name": "box_l1" | ||
}, | ||
{ | ||
"name": "box_l1_2" | ||
}, | ||
{ | ||
"name": "box_l1_3" | ||
}, | ||
{ | ||
"name": "box_l2" | ||
}, | ||
{ | ||
"name": "box_l3" | ||
}, | ||
{ | ||
"name": "box_s1" | ||
}, | ||
{ | ||
"name": "box_s2" | ||
}, | ||
{ | ||
"name": "box_s3" | ||
}, | ||
{ | ||
"name": "box_spec_smile" | ||
}, | ||
{ | ||
"name": "box_spec_theyarewatching" | ||
}, | ||
{ | ||
"name": "box_spec_xxxxxxxxxx" | ||
}, | ||
{ | ||
"name": "box_spec1" | ||
}, | ||
{ | ||
"name": "box_spec2" | ||
}, | ||
{ | ||
"name": "box_spec3" | ||
}, | ||
{ | ||
"name": "box_t1" | ||
}, | ||
{ | ||
"name": "box_t2" | ||
}, | ||
{ | ||
"name": "box_t3" | ||
}, | ||
{ | ||
"name": "box_t4" | ||
}, | ||
{ | ||
"name": "box_t5" | ||
}, | ||
{ | ||
"name": "box1" | ||
}, | ||
{ | ||
"name": "box1_op" | ||
}, | ||
{ | ||
"name": "box2" | ||
}, | ||
{ | ||
"name": "box3" | ||
}, | ||
{ | ||
"name": "box4" | ||
}, | ||
{ | ||
"name": "box5" | ||
} | ||
] | ||
} |
Binary file modified
BIN
+6 Bytes
(100%)
Resources/Textures/Objects/Specific/Chemistry/chem_bag.rsi/equipped-BELT.png
Oops, something went wrong.
Binary file modified
BIN
-273 Bytes
(58%)
Resources/Textures/Objects/Specific/Chemistry/chem_bag.rsi/icon.png
Oops, something went wrong.
Binary file modified
BIN
-206 Bytes
(65%)
Resources/Textures/Objects/Specific/Chemistry/chem_bag.rsi/inhand-left.png
Oops, something went wrong.
Binary file modified
BIN
-112 Bytes
(78%)
Resources/Textures/Objects/Specific/Chemistry/chem_bag.rsi/inhand-right.png
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Resources/Textures/Objects/Specific/Chemistry/chem_bag.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
Binary file modified
BIN
-109 Bytes
(85%)
...ces/Textures/Objects/Specific/Library/Equipment/books_bag.rsi/equipped-BELT.png
Oops, something went wrong.
Binary file modified
BIN
+67 Bytes
(110%)
Resources/Textures/Objects/Specific/Library/Equipment/books_bag.rsi/icon.png
Oops, something went wrong.
Binary file modified
BIN
-269 Bytes
(72%)
...urces/Textures/Objects/Specific/Library/Equipment/books_bag.rsi/inhand-left.png
Oops, something went wrong.
Binary file modified
BIN
-171 Bytes
(80%)
...rces/Textures/Objects/Specific/Library/Equipment/books_bag.rsi/inhand-right.png
Oops, something went wrong.
Oops, something went wrong.