starter-on.xml 874 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. <greater-than>
  13. <property>/systems/electrical/outputs/starter</property>
  14. <value>9.0</value>
  15. </greater-than>
  16. </condition>
  17. </animation>
  18. <animation>
  19. <type>material</type>
  20. <object-name>lampoff</object-name>
  21. <emission>
  22. <red> 0 </red>
  23. <green> 0 </green>
  24. <blue> 0 </blue>
  25. </emission>
  26. </animation>
  27. <animation>
  28. <type>material</type>
  29. <object-name>lampon</object-name>
  30. <emission>
  31. <red> 1 </red>
  32. <green> 1 </green>
  33. <blue> 1 </blue>
  34. </emission>
  35. </animation>
  36. </PropertyList>