mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Tuning process implemented
According to swgwikia, the stats have been considered
This commit is contained in:
@@ -1025,6 +1025,13 @@ public class DevService implements INetworkDispatch {
|
||||
core.lootService.handleSpecialItems(kraytPearl5, "kraytpearl");
|
||||
inventory.add(kraytPearl5);
|
||||
|
||||
TangibleObject kraytPearl6 = (TangibleObject) core.objectService.createObject("object/tangible/component/weapon/lightsaber/shared_lightsaber_module_krayt_dragon_pearl.iff", planet);
|
||||
kraytPearl6.setAttachment("LootItemName", "kraytpearl_premium");
|
||||
core.lootService.handleSpecialItems(kraytPearl6, "kraytpearl");
|
||||
inventory.add(kraytPearl6);
|
||||
|
||||
|
||||
|
||||
TangibleObject colorCrystal = (TangibleObject) core.objectService.createObject("object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff", planet);
|
||||
colorCrystal.getAttributes().put("@obj_attr_n:condition", "100/100");
|
||||
colorCrystal.getAttributes().put("@obj_attr_n:crystal_owner", "\\#D1F56F UNTUNED \\#FFFFFF ");
|
||||
|
||||
Reference in New Issue
Block a user