Add text decal part flavor text

feature-better-tweakables
Andrew Cassidy 4 years ago
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-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
#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.

@ -21,17 +21,19 @@ PART
cost = 75
category = Structural
// CDL-F Flag Decal
title = Conformal Text
// CDL-T Text Decal
title = #LOC_ConformalDecals_text-title
// Peel-N-Stik Adhesive Decals
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.
description = #LOC_ConformalDecals_flag-description
// A decal that can display custom text in a variety of fonts
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

Loading…
Cancel
Save