From fe0983d401f5aa483ddac70f6646a670a773b3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A5=D0=B8=D0=BB?= =?UTF-8?q?=D1=8E=D0=B2=D1=87=D0=B8=D1=86?= Date: Wed, 7 Aug 2024 01:50:32 +0300 Subject: [PATCH] Change Base id names --- .../SS220/Actions/Spider_actions.yml | 18 ++++++------- .../Entities/Objects/Misc/spider_implants.yml | 26 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Resources/Prototypes/SS220/Actions/Spider_actions.yml b/Resources/Prototypes/SS220/Actions/Spider_actions.yml index aaba259a4ed63c..3546f1a41b1dc3 100644 --- a/Resources/Prototypes/SS220/Actions/Spider_actions.yml +++ b/Resources/Prototypes/SS220/Actions/Spider_actions.yml @@ -1,6 +1,6 @@ #Base - type: entity - id: ActionSpawnSpiderEggBase + id: BaseActionSpawnSpiderEgg name: spider-spawn-egg-guard description: spider-spawn-egg-guard-desc noSpawn: true @@ -20,7 +20,7 @@ speech: action-speech-spell-spider - type: entity - id: ActionSpawnSingleSpiderWebBase + id: BaseActionSpawnSingleSpiderWeb name: spider-spawn-web description: spider-spawn-web-desc noSpawn: true @@ -41,7 +41,7 @@ #Egg - type: entity - parent: ActionSpawnSpiderEggBase + parent: BaseActionSpawnSpiderEgg id: ActionSpawnSpiderEggDrone name: spider-spawn-egg-guard description: spider-spawn-egg-guard-desc @@ -56,7 +56,7 @@ speech: action-speech-spell-spider - type: entity - parent: ActionSpawnSpiderEggBase + parent: BaseActionSpawnSpiderEgg id: ActionSpawnSpiderEggHunter name: spider-spawn-egg-hunt noSpawn: true @@ -71,7 +71,7 @@ speech: action-speech-spell-spider - type: entity - parent: ActionSpawnSpiderEggBase + parent: BaseActionSpawnSpiderEgg id: ActionSpawnSpiderEggGhost name: spider-spawn-egg-ghost noSpawn: true @@ -86,7 +86,7 @@ speech: action-speech-spell-spider - type: entity - parent: ActionSpawnSpiderEggBase + parent: BaseActionSpawnSpiderEgg id: ActionSpawnSpiderEggShooter name: spider-spawn-egg-shooter noSpawn: true @@ -179,7 +179,7 @@ #Web - type: entity - parent: ActionSpawnSingleSpiderWebBase + parent: BaseActionSpawnSingleSpiderWeb id: ActionSpawnSingleSpiderWebShortDelay name: spider-spawn-web description: spider-spawn-web-desc @@ -189,7 +189,7 @@ useDelay: 2 - type: entity - parent: ActionSpawnSingleSpiderWebBase + parent: BaseActionSpawnSingleSpiderWeb id: ActionSpawnSingleSpiderWebMediumDelay name: spider-spawn-web-queen description: spider-spawn-web-desc @@ -199,7 +199,7 @@ useDelay: 4 - type: entity - parent: ActionSpawnSingleSpiderWebBase + parent: BaseActionSpawnSingleSpiderWeb id: ActionSpawnSingleSpiderWebLongDelay name: spider-spawn-web-hunt description: spider-spawn-web-desc diff --git a/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_implants.yml b/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_implants.yml index 0754ceb1bf27ed..bc137936a88a15 100644 --- a/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_implants.yml +++ b/Resources/Prototypes/SS220/Entities/Objects/Misc/spider_implants.yml @@ -1,7 +1,7 @@ #Base - type: entity parent: BaseSubdermalImplant - id: LightImplantSpiderBase + id: BaseLightImplantSpider name: spider-spawn-egg-guard noSpawn: true components: @@ -21,7 +21,7 @@ #Egg - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderEggDrone name: spider-spawn-egg-guard noSpawn: true @@ -30,7 +30,7 @@ implantAction: ActionSpawnSpiderEggDrone - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderEggHunter name: spider-spawn-egg-hunt description: @@ -40,7 +40,7 @@ implantAction: ActionSpawnSpiderEggHunter - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderEggGhost name: spider-spawn-egg-ghost noSpawn: true @@ -49,7 +49,7 @@ implantAction: ActionSpawnSpiderEggGhost - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderEggShooter name: spider-spawn-egg-shooter noSpawn: true @@ -59,7 +59,7 @@ #Spider - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderLittle name: spider-spawn-smallspider noSpawn: true @@ -69,7 +69,7 @@ #Cristal - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderCrystal name: spider-spawn-kristal noSpawn: true @@ -79,7 +79,7 @@ #Wall - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderWallWeb name: spider-spawn-wall noSpawn: true @@ -88,7 +88,7 @@ implantAction: ActionSpawnSpiderWallWeb - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSpiderWallWebLongDelay name: spider-spawn-wall2 noSpawn: true @@ -98,7 +98,7 @@ #Web - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSingleSpiderWebShortDelay name: spider-spawn-web description: spider-spawn-web-desc @@ -108,7 +108,7 @@ implantAction: ActionSpawnSingleSpiderWebShortDelay - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSingleSpiderWebMediumDelay name: spider-spawn-web-queen description: spider-spawn-web-desc @@ -118,7 +118,7 @@ implantAction: ActionSpawnSingleSpiderWebMediumDelay - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSingleSpiderWebLongDelay name: spider-spawn-web-hunt description: spider-spawn-web-desc @@ -128,7 +128,7 @@ implantAction: ActionSpawnSingleSpiderWebLongDelay - type: entity - parent: LightImplantSpiderBase + parent: BaseLightImplantSpider id: LightImplantSingleSpiderWebClown name: spider-spawn-web-clown description: spider-spawn-web-desc