Add DeltaV-specific HE and shrapnel mines (#3039)

* Add DeltaV-specific HE and shrapnel mines

* Update land_mine.yml

Signed-off-by: Tad "Taddy" Johnson <120885811+TadJohnson00@users.noreply.github.com>

* Update land_mine.yml

* Update land_mine.yml

---------

Signed-off-by: Tad "Taddy" Johnson <120885811+TadJohnson00@users.noreply.github.com>
This commit is contained in:
Tad "Taddy" Johnson 2025-02-25 19:26:53 +11:00 committed by GitHub
parent c1cbbb3f45
commit e64a929ba1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
- type: entity
parent: BaseLandMine
id: LandMineHE
name: explosive mine
suffix: DeltaV, High Explosive
components:
- type: ExplodeOnTrigger
- type: Explosive
explosionType: Default
maxIntensity: 21
intensitySlope: 10
totalIntensity: 120
canCreateVacuum: false
- type: entity
parent: BaseLandMine
id: LandMineShrapnel
name: shrapnel mine
components:
- type: DeleteOnTrigger
- type: ContainerContainer
containers:
cluster-payload: !type:Container
- type: ProjectileGrenade
fillPrototype: PelletClusterLethal
capacity: 30