Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions Resources/Prototypes/_Mono/Decals/techfloor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,34 @@
sprite: _Mono/Decals/techfloor.rsi
state: cornern

- type: decal
id: TechFullCornerE
tags: ["station", "markings"]
sprite:
sprite: _Mono/Decals/techfloor.rsi
state: fullcornere

- type: decal
id: TechFullCornerW
tags: ["station", "markings"]
sprite:
sprite: _Mono/Decals/techfloor.rsi
state: fullcornerw

- type: decal
id: TechFullCornerS
tags: ["station", "markings"]
sprite:
sprite: _Mono/Decals/techfloor.rsi
state: fullcorners

- type: decal
id: TechFullCornerN
tags: ["station", "markings"]
sprite:
sprite: _Mono/Decals/techfloor.rsi
state: fullcornern

- type: decal
id: TechE
tags: ["station", "markings"]
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/_Mono/Decals/trimlinewarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@
sprite:
sprite: _Mono/Decals/trimlinewarn.rsi
state: warnwest

- type: decal
id: TrimWarnLiveFire
tags: ["station", "markings"]
sprite:
sprite: _Mono/Decals/trimlinewarn.rsi
state: warnlivefire
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@

- type: entity
id: Battletable
name: battle table
parent: BaseStructure
description: A futuristic-looking battle planning table.
components:
- type: Sprite
sprite: _Mono/Structures/Furniture/Tables/battletable.rsi
state: full
- type: Icon
sprite: _Mono/Structures/Furniture/Tables/battletable.rsi
state: full
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: Metallic
- type: PointLight
color: "#7eaeca"
radius: 1
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 125
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- trigger:
!type:DamageTrigger
damage: 100
behaviors:
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
params:
volume: -6
- !type:SpawnEntitiesBehavior
spawn:
SheetSteel1:
min: 1
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Animateable
- type: PlaceableSurface
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.45,-0.45,0.45,0.45"
density: 55
mask: # tables should collide with other tables
- TableMask
layer:
- TableLayer
- BulletImpassable # Goobstation - Crawling
- type: Climbable
- type: Bonkable
bonkDamage:
types:
Blunt: 4
- type: Clickable
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepHull
- type: Tag
tags:
- ForceFixRotations
- type: RequireProjectileTarget # Goobstation - Crawling
ignoreThrow: true
# Mono
- type: ShipRepairable
repairTime: 1
repairCost: 2
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.
14 changes: 13 additions & 1 deletion Resources/Textures/_Mono/Decals/techfloor.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Shiptest and modified for use.",
"copyright": "Taken from Shiptest and modified for use. Fullcorner states made by Onezero0 for Monolith.",
"size": {
"x": 32,
"y": 32
Expand All @@ -19,6 +19,18 @@
{
"name": "corners"
},
{
"name": "fullcornere"
},
{
"name": "fullcornern"
},
{
"name": "fullcornerw"
},
{
"name": "fullcorners"
},
{
"name": "teche"
},
Expand Down
5 changes: 4 additions & 1 deletion Resources/Textures/_Mono/Decals/trimlinewarn.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Shiptest and modified for use.",
"copyright": "Taken from Shiptest and modified for Monolith use. Live-fire made by Onezero0 for Monolith.",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -30,6 +30,9 @@
},
{
"name": "warnsouthwest"
},
{
"name": "warnlivefire"
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Made by Onezero0 for Monolith",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "full"
}
]
}
Loading