-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'DeltaV-Station:master' into map-testing
- Loading branch information
Showing
3 changed files
with
28 additions
and
9 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
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/_DV/Entities/Objects/Weapons/Guns/turrets.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,17 @@ | ||
# Shoots anything and lets doors close over it, letting it be used in AI cores "under" blast doors. | ||
- type: entity | ||
parent: WeaponTurretAllHostile | ||
id: WeaponTurretAI | ||
name: AI defense turret | ||
description: A ballistic turret that retracts into the floor. Deployable by the station AI to defend its core against urgent threats. | ||
components: | ||
- type: Fixtures | ||
fixtures: | ||
fix1: | ||
shape: !type:PhysShapeCircle | ||
radius: 0.45 | ||
density: 60 | ||
mask: | ||
- SmallMobMask # same as mouse, lets it go under doors but not phase through walls | ||
layer: | ||
- SmallMobLayer |