// Patches applying art changes to batteries // Contents: // - Z-200 Rechargeable Battery Bank (batteryBankMini) // - Z-1K Rechargeable Battery Bank (batteryBank) // - Z-4K Rechargeable Battery Bank (batteryBankLarge) // - Z-100 Rechargeable Battery Pack (batteryPack) // - Z-400 Rechargeable Battery (ksp_r_largeBatteryPack) // Z-200 Rechargeable Battery Bank @PART[batteryBankMini]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Electrical/restock-battery-0625-1 position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } !DRAG_CUBE {} DRAG_CUBE { cube = Default, 0.1251,0.7808,0.4043, 0.1251,0.7761,0.4043, 0.3044,0.9748,0.1197, 0.3044,0.9748,0.1197, 0.1237,0.7873,0.4044, 0.1237,0.7796,0.4918, 8.268E-05,0.002,-1.192E-08, 0.6248,0.2,0.625 } } // Z-1K Rechargeable Battery Bank @PART[batteryBank]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Electrical/restock-battery-125-1 position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } !DRAG_CUBE {} DRAG_CUBE { cube = Default, 0.2808,0.7744,0.7051, 0.2808,0.7723,0.7051, 1.217,0.9607,0.1416, 1.217,0.9608,0.1416, 0.2808,0.7686,0.7051, 0.2808,0.7705,0.7051, 0,0,0, 1.25,0.2231,1.25 } } // Z-4K Rechargeable Battery Bank @PART[batteryBankLarge]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Electrical/restock-battery-25-1 position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } !DRAG_CUBE {} DRAG_CUBE { cube = Default, 0.5859,0.7659,1.385, 0.5859,0.7624,1.396, 4.895,0.9713,0.2224, 4.895,0.9722,0.2224, 0.6253,0.7324,1.292, 0.6252,0.7297,1.62, -0.006064,-0.005422,0.0008894, 2.648,0.2373,2.5 } } // Z-100 Rechargeable Battery Pack @PART[batteryPack]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Electrical/restock-battery-radial-small-1 position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } } // Z-400 Rechargeable Battery @PART[ksp_r_largeBatteryPack]:HAS[~RestockIgnore[*]]:FOR[000_ReStock] { @author = Chris Adderley (Nertea) !mesh = DELETE !MODEL,* {} MODEL { model = ReStock/Assets/Electrical/restock-battery-radial-med-1 position = 0.0, 0.0, 0.0 scale = 1,1,1 rotation = 0, 0, 0 } }