/* Comments Multilines */ // Single line comment // Ability class definitions [Ability Class] Name := Can Warp Ability Type := ABILITY Stack Type := STACK_IGNORE PUA Component := true PUA Cargo := false Name := Can Hold Component Ability Type := HOLDS_COMPONENT_ABILITY Stack Type := STACK_ADD PUA Component := false PUA Cargo := false Name := Is Component Ability Type := IS_COMPONENT_ABILITY Stack Type := STACK_ADD PUA Component := true PUA Cargo := true Name := Mass Ability Type := INTEGER_ABILITY Stack Type := STACK_ADD PUA Component := true PUA Cargo := true Name := Thrust Ability Type := NUMERIC_ABILITY Stack Type := STACK_MULTIPLY PUA Component := true PUA Cargo := true // Graphic definitions [Graphic] Name := Space Ship Graphic Portrait := ss_portrait.png Icon := ss_icon.png Top := ss_top.png Name := Escort Graphic Portrait := es_portrait.png Icon := es_icon.png Top := es_top.png Name := SS Component Graphic Icon := ss_component_icon.png Name := Basic Engine Portrait := components/basic_engine_portrait.png Icon := components/basic_engine_icon.png // Component layers [Component Layer] Name := SS Component Suffix := Kt Vulnerability := 1 Graphic := SS Component Graphic // Following are Archetype definitions [Archetype] Name := Space Ship Type := Graphic := Space Ship Graphic Ability := Can Warp Name := Escort Type := Space Ship Graphic := Escort Graphic Ability := Can Hold Component, SS Component, 800 Ability := Mass, 100 Name := Basic Engine Type := Graphic := Basic Engine Graphic Ability := Is Component, SS Component, 100 Ability := Thrust, 20.0 Ability := Mass, 80