Skip to content

Commit

Permalink
add testing long wall
Browse files Browse the repository at this point in the history
  • Loading branch information
TheShuEd committed Mar 29, 2024
1 parent f02f4ab commit 569f2a5
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- type: entity
abstract: true
parent: BaseStructure
id: BaseLongWall
name: стена
description: Это стена. Она достаточно прочная, чтобы укрыть вас от угроз.
placement:
mode: SnapgridCenter
snap:
- Wall
components:
- type: Transform
noRot: true
- type: RangedDamageSound
soundGroups:
Brute:
collection:
MetalBulletImpact
soundTypes:
Heat:
collection:
MetalLaserImpact
- type: Tag
tags:
- Wall
- type: Sprite
drawdepth: Overdoors
offset: 0,0.2
snapCardinals: true
#- type: Icon
# state: full
- type: PlacementReplacement
key: walls
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: StructuralMetallic
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
mask:
- FullTileMask
layer:
- WallLayer
density: 1000
- type: Occluder
- type: Airtight
- type: BlockWeather

- type: entity
parent: BaseLongWall
id: TestLongWall
components:
- type: Sprite
sprite: CrystallPunk/Structures/Walls/testwall.rsi
state: test
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "lol no license",
"size": {
"x": 32,
"y": 48
},
"states": [
{
"name": "test"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 569f2a5

Please sign in to comment.