Merge pull request #1468 from Sefaia/Leftover-Executions

Added Executions for Non-Modular Weapon Base and Ice Dagger.
This commit is contained in:
Sefaia
2025-06-24 16:08:20 -05:00
committed by GitHub
parent aae579b710
commit a8c741a6b5
2 changed files with 17 additions and 0 deletions

View File

@@ -135,6 +135,7 @@
acts: ["Destruction"]
- type: TimedDespawn
lifetime: 60
- type: Execution
- type: entity
parent: CP14BaseSpellScrollWater

View File

@@ -83,6 +83,7 @@
types:
- Knife
- type: CP14WallpaperRemover
- type: Execution
- type: entity
abstract: true
@@ -115,3 +116,18 @@
damageToSelf:
types:
Blunt: 0.5 # 100 hits
- type: entity
abstract: true
id: CP14BaseWeaponExecution
categories: [ HideSpawnMenu, ForkFiltered ]
components:
- type: Execution
internalMeleeExecutionMessage: "cp14-execution-popup-melee-initial-internal"
externalMeleeExecutionMessage: "cp14-execution-popup-melee-initial-external"
completeInternalMeleeExecutionMessage: "cp14-execution-popup-melee-complete-internal"
completeExternalMeleeExecutionMessage: "cp14-execution-popup-melee-complete-external"
internalSelfExecutionMessage: "cp14-execution-popup-self-initial-internal"
externalSelfExecutionMessage: "cp14-execution-popup-self-initial-external"
completeInternalSelfExecutionMessage: "cp14-execution-popup-self-complete-internal"
completeExternalSelfExecutionMessage: "cp14-execution-popup-self-complete-external"