mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Add text decal part flavor text
This commit is contained in:
parent
0b15a3125c
commit
2d299f99f3
@ -34,6 +34,11 @@ Localization
|
|||||||
#LOC_ConformalDecals_flag-description = A simple switchable flag. Can either use the mission flag or select a specific flag to use.
|
#LOC_ConformalDecals_flag-description = A simple switchable flag. Can either use the mission flag or select a specific flag to use.
|
||||||
#LOC_ConformalDecals_flag-tags = conformal decal sticker flag
|
#LOC_ConformalDecals_flag-tags = conformal decal sticker flag
|
||||||
|
|
||||||
|
// Text
|
||||||
|
#LOC_ConformalDecals_text-title = CDL-T Text Decal
|
||||||
|
#LOC_ConformalDecals_text-description = A decal that can display custom text in a variety of fonts
|
||||||
|
#LOC_ConformalDecals_text-tags = conformal decal sticker text font
|
||||||
|
|
||||||
// Generic Decals
|
// Generic Decals
|
||||||
#LOC_ConformalDecals_generic-title = CDL-1 Generic Decal
|
#LOC_ConformalDecals_generic-title = CDL-1 Generic Decal
|
||||||
#LOC_ConformalDecals_generic-description = A set of generic warning decals and signs to add to your vehicles.
|
#LOC_ConformalDecals_generic-description = A set of generic warning decals and signs to add to your vehicles.
|
||||||
|
@ -21,17 +21,19 @@ PART
|
|||||||
cost = 75
|
cost = 75
|
||||||
category = Structural
|
category = Structural
|
||||||
|
|
||||||
// CDL-F Flag Decal
|
// CDL-T Text Decal
|
||||||
title = Conformal Text
|
title = #LOC_ConformalDecals_text-title
|
||||||
|
|
||||||
|
|
||||||
// Peel-N-Stik Adhesive Decals
|
// Peel-N-Stik Adhesive Decals
|
||||||
manufacturer = #LOC_ConformalDecals_agent-peel-n-stick_title
|
manufacturer = #LOC_ConformalDecals_agent-peel-n-stick_title
|
||||||
|
|
||||||
// A simple switchable flag. Can either use the mission flag or select a specific flag to use.
|
// A decal that can display custom text in a variety of fonts
|
||||||
description = #LOC_ConformalDecals_flag-description
|
description = #LOC_ConformalDecals_text-description
|
||||||
|
|
||||||
// conformal decal sticker flag
|
|
||||||
tags = #LOC_ConformalDecals_flag-tags
|
// conformal decal sticker text font
|
||||||
|
tags = #LOC_ConformalDecals_text-tags
|
||||||
|
|
||||||
bulkheadProfiles = srf
|
bulkheadProfiles = srf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user