Skip to content

Commit

Permalink
Change Base id names
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Aug 6, 2024
1 parent d8a6439 commit fe0983d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions Resources/Prototypes/SS220/Actions/Spider_actions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Base
- type: entity
id: ActionSpawnSpiderEggBase
id: BaseActionSpawnSpiderEgg
name: spider-spawn-egg-guard
description: spider-spawn-egg-guard-desc
noSpawn: true
Expand All @@ -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
Expand All @@ -41,7 +41,7 @@

#Egg
- type: entity
parent: ActionSpawnSpiderEggBase
parent: BaseActionSpawnSpiderEgg
id: ActionSpawnSpiderEggDrone
name: spider-spawn-egg-guard
description: spider-spawn-egg-guard-desc
Expand All @@ -56,7 +56,7 @@
speech: action-speech-spell-spider

- type: entity
parent: ActionSpawnSpiderEggBase
parent: BaseActionSpawnSpiderEgg
id: ActionSpawnSpiderEggHunter
name: spider-spawn-egg-hunt
noSpawn: true
Expand All @@ -71,7 +71,7 @@
speech: action-speech-spell-spider

- type: entity
parent: ActionSpawnSpiderEggBase
parent: BaseActionSpawnSpiderEgg
id: ActionSpawnSpiderEggGhost
name: spider-spawn-egg-ghost
noSpawn: true
Expand All @@ -86,7 +86,7 @@
speech: action-speech-spell-spider

- type: entity
parent: ActionSpawnSpiderEggBase
parent: BaseActionSpawnSpiderEgg
id: ActionSpawnSpiderEggShooter
name: spider-spawn-egg-shooter
noSpawn: true
Expand Down Expand Up @@ -179,7 +179,7 @@

#Web
- type: entity
parent: ActionSpawnSingleSpiderWebBase
parent: BaseActionSpawnSingleSpiderWeb
id: ActionSpawnSingleSpiderWebShortDelay
name: spider-spawn-web
description: spider-spawn-web-desc
Expand All @@ -189,7 +189,7 @@
useDelay: 2

- type: entity
parent: ActionSpawnSingleSpiderWebBase
parent: BaseActionSpawnSingleSpiderWeb
id: ActionSpawnSingleSpiderWebMediumDelay
name: spider-spawn-web-queen
description: spider-spawn-web-desc
Expand All @@ -199,7 +199,7 @@
useDelay: 4

- type: entity
parent: ActionSpawnSingleSpiderWebBase
parent: BaseActionSpawnSingleSpiderWeb
id: ActionSpawnSingleSpiderWebLongDelay
name: spider-spawn-web-hunt
description: spider-spawn-web-desc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Base
- type: entity
parent: BaseSubdermalImplant
id: LightImplantSpiderBase
id: BaseLightImplantSpider
name: spider-spawn-egg-guard
noSpawn: true
components:
Expand All @@ -21,7 +21,7 @@

#Egg
- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderEggDrone
name: spider-spawn-egg-guard
noSpawn: true
Expand All @@ -30,7 +30,7 @@
implantAction: ActionSpawnSpiderEggDrone

- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderEggHunter
name: spider-spawn-egg-hunt
description:
Expand All @@ -40,7 +40,7 @@
implantAction: ActionSpawnSpiderEggHunter

- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderEggGhost
name: spider-spawn-egg-ghost
noSpawn: true
Expand All @@ -49,7 +49,7 @@
implantAction: ActionSpawnSpiderEggGhost

- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderEggShooter
name: spider-spawn-egg-shooter
noSpawn: true
Expand All @@ -59,7 +59,7 @@

#Spider
- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderLittle
name: spider-spawn-smallspider
noSpawn: true
Expand All @@ -69,7 +69,7 @@

#Cristal
- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderCrystal
name: spider-spawn-kristal
noSpawn: true
Expand All @@ -79,7 +79,7 @@

#Wall
- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderWallWeb
name: spider-spawn-wall
noSpawn: true
Expand All @@ -88,7 +88,7 @@
implantAction: ActionSpawnSpiderWallWeb

- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSpiderWallWebLongDelay
name: spider-spawn-wall2
noSpawn: true
Expand All @@ -98,7 +98,7 @@

#Web
- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSingleSpiderWebShortDelay
name: spider-spawn-web
description: spider-spawn-web-desc
Expand All @@ -108,7 +108,7 @@
implantAction: ActionSpawnSingleSpiderWebShortDelay

- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSingleSpiderWebMediumDelay
name: spider-spawn-web-queen
description: spider-spawn-web-desc
Expand All @@ -118,7 +118,7 @@
implantAction: ActionSpawnSingleSpiderWebMediumDelay

- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSingleSpiderWebLongDelay
name: spider-spawn-web-hunt
description: spider-spawn-web-desc
Expand All @@ -128,7 +128,7 @@
implantAction: ActionSpawnSingleSpiderWebLongDelay

- type: entity
parent: LightImplantSpiderBase
parent: BaseLightImplantSpider
id: LightImplantSingleSpiderWebClown
name: spider-spawn-web-clown
description: spider-spawn-web-desc
Expand Down

0 comments on commit fe0983d

Please sign in to comment.