Skip to content

Commit

Permalink
new mines
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Apr 24, 2024
1 parent 4f0aad3 commit 69e866b
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,34 @@
- ReagentId: BloodSuckerToxin
Quantity: 50

- type: entity
name: psi mine
parent: BaseLandMine
id: LandMinePsi
components:
- type: SmokeOnTrigger
duration: 20
spreadAmount: 60
solution:
reagents:
- ReagentId: LotophagoiOil
Quantity: 100
- type: DeleteOnTrigger

- type: entity
name: Xeno mine
parent: BaseLandMine
id: LandMineXeno
components:
- type: SmokeOnTrigger
duration: 5
spreadAmount: 20
solution:
reagents:
- ReagentId: FluorosulfuricAcid
Quantity: 20
- type: DeleteOnTrigger

- type: entity
parent: SmokeGrenade
id: PsiGrenade
Expand Down

0 comments on commit 69e866b

Please sign in to comment.