Add damage examinable to base structure.
This commit is contained in:
parent
932dd5e429
commit
7ad3187963
|
|
@ -0,0 +1,7 @@
|
|||
# Base structure damage examine values
|
||||
comp-structure-damaged-1 = It looks fully intact.
|
||||
comp-structure-damaged-2 = It has a few scratches.
|
||||
comp-structure-damaged-3 = It has a few large dents.
|
||||
comp-structure-damaged-4 = [color=yellow]It has several big cracks running along its surface.[/color]
|
||||
comp-structure-damaged-5 = [color=orange]It has deep cracks across multiple layers.[/color]
|
||||
comp-structure-damaged-6 = [color=red]It's extremely damaged and on the verge of falling apart.[/color]
|
||||
|
|
@ -26,6 +26,10 @@
|
|||
- type: Tag
|
||||
tags:
|
||||
- Structure
|
||||
# BEGIN DeltaV
|
||||
- type: ExaminableDamage
|
||||
messages: BaseStructureMessages
|
||||
# END DeltaV
|
||||
|
||||
- type: entity
|
||||
# This means that it's not anchored on spawn.
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
- type: localizedDataset
|
||||
id: BaseStructureMessages
|
||||
values:
|
||||
prefix: comp-structure-damaged-
|
||||
count: 6
|
||||
Loading…
Reference in New Issue