alternator.xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PropertyList>
  3. <path>lamp.ac</path>
  4. <animation>
  5. <object-name>lampoff</object-name>
  6. <object-name>lampon</object-name>
  7. </animation>
  8. <animation>
  9. <type>select</type>
  10. <object-name>lampon</object-name>
  11. <condition>
  12. <or>
  13. <not>
  14. <property>/controls/electric/engine/generator</property>
  15. </not>
  16. <not>
  17. <property>/engines/engine/running</property>
  18. </not>
  19. </or>
  20. <property>/controls/electric/battery-switch</property>
  21. </condition>
  22. </animation>
  23. <animation>
  24. <type>material</type>
  25. <object-name>lampoff</object-name>
  26. <emission>
  27. <red> 0 </red>
  28. <green> 0 </green>
  29. <blue> 0 </blue>
  30. </emission>
  31. </animation>
  32. <animation>
  33. <type>material</type>
  34. <object-name>lampon</object-name>
  35. <emission>
  36. <red> 1 </red>
  37. <green> 1 </green>
  38. <blue> 1 </blue>
  39. </emission>
  40. </animation>
  41. </PropertyList>