Skip to content

Commit

Permalink
bad idea
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Jun 26, 2024
1 parent ea25402 commit 7e2af5e
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions Resources/Prototypes/Ligyb/Disease/Store/Listings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
name: listing-disease-cough-name
description: listing-disease-cough-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: cough }
productEvent: !EntityEvent
type: DiseaseStartCoughEvent
productEvent:
- !type: DiseaseStartCoughEvent
cost:
DiseasePoints: 15
categories:
Expand All @@ -18,7 +18,8 @@
name: listing-disease-sneeze-name
description: listing-disease-sneeze-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: sneeze }
productEvent: !type:DiseaseStartSneezeEvent {}
productEvent:
- !type:DiseaseStartSneezeEvent
cost:
DiseasePoints: 20
categories:
Expand All @@ -32,7 +33,8 @@
name: listing-disease-vomit-name
description: listing-disease-vomit-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: vomit }
productEvent: !type:DiseaseStartVomitEvent {}
productEvent:
- !type:DiseaseStartVomitEvent
cost:
DiseasePoints: 25
categories:
Expand All @@ -46,7 +48,8 @@
name: listing-disease-narcolepsy-name
description: listing-disease-narcolepsy-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: narcolepsy }
productEvent: !type:DiseaseNarcolepsyEvent {}
productEvent:
- !type:DiseaseNarcolepsyEvent
cost:
DiseasePoints: 20
categories:
Expand All @@ -60,7 +63,8 @@
name: listing-disease-cry-name
description: listing-disease-cry-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: sob }
productEvent: !type:DiseaseStartCryingEvent {}
productEvent:
- !type:DiseaseStartCryingEvent
cost:
DiseasePoints: 10
categories:
Expand All @@ -76,7 +80,8 @@
name: listing-disease-base-chance-name
description: listing-disease-base-chance-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: baseChance }
productEvent: !type:DiseaseAddBaseChanceEvent {}
productEvent:
- !type:DiseaseAddBaseChanceEvent
cost:
DiseasePoints: 20
categories:
Expand All @@ -90,7 +95,8 @@
name: listing-disease-infect-chance-name
description: listing-disease-infect-chance-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: coughChance }
productEvent: !type:DiseaseAddBaseChanceEvent {}
productEvent:
- !type:DiseaseAddBaseChanceEvent
cost:
DiseasePoints: 15
categories:
Expand All @@ -104,7 +110,8 @@
name: listing-disease-shield-name
description: listing-disease-shield-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: shield }
productEvent: !type:DiseaseAddShieldEvent {}
productEvent:
- !type:DiseaseAddShieldEvent
cost:
DiseasePoints: 15
categories:
Expand All @@ -118,7 +125,8 @@
name: listing-disease-lethal-name
description: listing-disease-lethal-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: lethal }
productEvent: !type:DiseaseAddLethalEvent {}
productEvent:
- !type:DiseaseAddLethalEvent
cost:
DiseasePoints: 15
categories:
Expand All @@ -132,7 +140,8 @@
name: listing-disease-muted-name
description: listing-disease-muted-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: muted }
productEvent: !type:DiseaseMutedEvent {}
productEvent:
- !type:DiseaseMutedEvent
cost:
DiseasePoints: 25
categories:
Expand All @@ -146,7 +155,8 @@
name: listing-disease-slowness-name
description: listing-disease-slowness-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: slowness }
productEvent: !type:DiseaseSlownessEvent {}
productEvent:
- !type:DiseaseSlownessEvent
cost:
DiseasePoints: 15
categories:
Expand All @@ -160,7 +170,8 @@
name: listing-disease-bleed-name
description: listing-disease-bleed-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: bleed }
productEvent: !type:DiseaseBleedEvent {}
productEvent:
- !type:DiseaseBleedEvent
cost:
DiseasePoints: 30
categories:
Expand All @@ -174,7 +185,8 @@
name: listing-disease-blindness-name
description: listing-disease-blindness-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: blindness }
productEvent: !type:DiseaseBlindnessEvent {}
productEvent:
- !type:DiseaseBlindnessEvent
cost:
DiseasePoints: 40
categories:
Expand All @@ -188,7 +200,8 @@
name: listing-disease-insult-name
description: listing-disease-insult-description
icon: { sprite: /Textures/Ligyb/disease.rsi, state: blindness }
productEvent: !type:DiseaseInsultEvent {}
productEvent:
- !type:DiseaseInsultEvent
cost:
DiseasePoints: 20
categories:
Expand Down

0 comments on commit 7e2af5e

Please sign in to comment.