From 79944e09a950cb1df6184b491cccb2129385e521 Mon Sep 17 00:00:00 2001 From: Zing Date: Mon, 30 Jun 2014 23:09:44 -0700 Subject: [PATCH] Fixed Tirtiary color on Imperial Spec Ops Armor. Added Tirtiary option to recolorable radial. --- .../armor_pvp_spec_ops_imperial_black_belt_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_bicep_l_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_bicep_r_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_boots_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_bracer_l_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_bracer_r_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_gloves_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_helmet_05_01.py | 1 + .../armor_pvp_spec_ops_imperial_black_leggings_05_01.py | 1 + scripts/radial/item/recolorable.py | 3 +++ 10 files changed, 12 insertions(+) diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_belt_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_belt_05_01.py index a3961224..2fe0f47a 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_belt_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_belt_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_belt_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_l_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_l_05_01.py index 35457e52..0fc14ba5 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_l_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_l_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_bicep_l_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_r_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_r_05_01.py index 5e4090ff..925e7386 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_r_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bicep_r_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_bicep_r_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_boots_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_boots_05_01.py index 71062b0f..4facba04 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_boots_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_boots_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_boots_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_l_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_l_05_01.py index b961e244..e0e28e01 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_l_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_l_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_bracer_l_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_r_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_r_05_01.py index 85b15e13..9b4cca31 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_r_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_bracer_r_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_bracer_r_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_gloves_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_gloves_05_01.py index 681fe707..6a09e147 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_gloves_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_gloves_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_gloves_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_helmet_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_helmet_05_01.py index 5566f5f5..50505d89 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_helmet_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_helmet_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_helmet_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_leggings_05_01.py b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_leggings_05_01.py index 21cb662b..7dd77943 100644 --- a/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_leggings_05_01.py +++ b/scripts/object/tangible/wearables/armor/stormtrooper/armor_pvp_spec_ops_imperial_black_leggings_05_01.py @@ -3,6 +3,7 @@ import sys def setup(core, object): object.setCustomizationVariable('/private/index_color_1', 15); object.setCustomizationVariable('/private/index_color_2', 15); + object.setCustomizationVariable('/private/index_color_3', 2); object.setStfFilename('static_item_n') object.setStfName('armor_pvp_spec_ops_imperial_black_leggings_05_01') object.setDetailFilename('static_item_d') diff --git a/scripts/radial/item/recolorable.py b/scripts/radial/item/recolorable.py index bd13e64b..0690521e 100644 --- a/scripts/radial/item/recolorable.py +++ b/scripts/radial/item/recolorable.py @@ -4,6 +4,7 @@ import sys def createRadial(core, owner, target, radials): radials.add(RadialOptions(0, 98, 0, 'Modify primary color')) radials.add(RadialOptions(0, 99, 0, 'Modify secondary color')) + radials.add(RadialOptions(0, 100, 0, 'Modify tirtiary color')) return def handleSelection(core, owner, target, option): @@ -11,5 +12,7 @@ def handleSelection(core, owner, target, option): core.suiService.sendColorPicker(owner, target, '/private/index_color_1') if option == 99 and target: core.suiService.sendColorPicker(owner, target, '/private/index_color_2') + if option == 100 and target: + core.suiService.sendColorPicker(owner, target, '/private/index_color_3') return \ No newline at end of file