ftl-mv-translation / ftl-mv-translation

Other
3 stars 7 forks source link

Mass edits (ko) #69

Closed nedsociety closed 2 years ago

nedsociety commented 2 years ago

Request from @dedor: in blueprint.xml.append, copy source strings (+ configure copySource setting) for entries whose blueprint name starts with LAB_.

Guess this XPath should work: //FTL/*[starts-with(@name,'LAB_')]//*

nedsociety commented 2 years ago
data/blueprints.xml.append$//augBlueprint[@name="LAB_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_UPGRADE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_UPGRADE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_DIVERSE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_DIVERSE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_TEAMWORK"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_TEAMWORK"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_INTUITION"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_HUMAN_INTUITION"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MEDIC_OATH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MEDIC_OATH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGINEER_DRONES"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGINEER_DRONES"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_COMBAT"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_COMBAT"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_EFFICIENCY"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_EFFICIENCY"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_ADAPT"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ENGI_ADAPT"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SEPARATIST_HEAL"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SEPARATIST_HEAL"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_DEFENDER_REPAIRS"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_DEFENDER_REPAIRS"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_OVERCLOCK"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_OVERCLOCK"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_SHIELD"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_SHIELD"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_EMITTER"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ZOLTAN_EMITTER"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MONK_COMBAT"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MONK_COMBAT"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_THORNS"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_THORNS"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_PETRIFIED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_PETRIFIED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_TOTIPOTENCY"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ORCHID_TOTIPOTENCY"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_MELEE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_MELEE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_FIRE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_FIRE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_SPEED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MANTIS_SPEED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SUZERAIN_SLAVES"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SUZERAIN_SLAVES"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_HIVE_SLASH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_HIVE_SLASH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_METABOLISM"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_METABOLISM"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_SKIN"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_SKIN"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_SPEED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ROCK_SPEED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_CULTIST_MIND"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_CULTIST_MIND"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_SUFFOCATION"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_SUFFOCATION"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_SABOTAGE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_SABOTAGE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_FIRE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_CRYSTAL_FIRE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_STUN"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_STUN"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_BUFF"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_BUFF"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_MIND"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SLUG_MIND"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_SUFFOCATION"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_SUFFOCATION"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_TELEPATHY"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_TELEPATHY"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_SPEED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SHELL_SPEED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SCIENTIST_DOT"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SCIENTIST_DOT"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MECH_REPAIR"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MECH_REPAIR"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_GUARDIAN_DEFEND"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_GUARDIAN_DEFEND"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_DOOR"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_DOOR"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_POWER"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_POWER"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_PARASITE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LEECH_PARASITE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_RUST"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_RUST"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_METAL"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_METAL"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_HEALTH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LANIUS_HEALTH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_HEALTH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_HEALTH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_FIRE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_FIRE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_RESIST"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_GHOST_RESIST"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_VAGABOND_STABLE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_VAGABOND_STABLE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_FIRE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_FIRE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_DOOR"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_DOOR"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_HEALTH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_MORPH_HEALTH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_TECHNO_BAY"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_TECHNO_BAY"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_WEBS"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_WEBS"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_SILK"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_SILK"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_PREDATOR"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_SPIDER_PREDATOR"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_STRENGTH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_STRENGTH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_TECH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_TECH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_FIRE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_LIZARD_FIRE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_MORTAL"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_MORTAL"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_NEURAL"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_NEURAL"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_ONEPUNCH"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_ANCIENT_ONEPUNCH"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_INSTALLED"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_INSTALLED"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_RAGE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_RAGE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_FIRE"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_FIRE"]/desc
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_POWER"]/title
data/blueprints.xml.append$//augBlueprint[@name="LAB_COGNITIVE_POWER"]/desc
'Advanced Neural Complex'                | 1 new, 0 overwritten, 0 match (skipped)
'All non-spider crew move at 50% spee... | 1 new, 0 overwritten, 0 match (skipped)
'Allied crew in the same room as your... | 1 new, 0 overwritten, 0 match (skipped)
'Anatomical Gyroscopes'                  | 1 new, 0 overwritten, 0 match (skipped)
'Ancient'                                | 1 new, 0 overwritten, 0 match (skipped)
'Ancient upgrade installed.'             | 1 new, 0 overwritten, 0 match (skipped)
'Artificial Radiency'                    | 1 new, 0 overwritten, 0 match (skipped)
'Burrows'                                | 1 new, 0 overwritten, 0 match (skipped)
'Chemical Proliferation'                 | 1 new, 0 overwritten, 0 match (skipped)
'Claw Slash'                             | 0 new, 0 overwritten, 1 match (skipped)
'Cognitive'                              | 1 new, 0 overwritten, 0 match (skipped)
'Cognitive upgrade installed.'           | 1 new, 0 overwritten, 0 match (skipped)
'Cognitives are immune to fire and st... | 1 new, 0 overwritten, 0 match (skipped)
'Cognitives provide additional power ... | 1 new, 0 overwritten, 0 match (skipped)
'Cold Blooded'                           | 1 new, 0 overwritten, 0 match (skipped)
'Combat Systems'                         | 0 new, 0 overwritten, 1 match (skipped)
'Crumbling Exterior'                     | 0 new, 0 overwritten, 1 match (skipped)
'Crystal'                                | 0 new, 0 overwritten, 1 match (skipped)
'Crystal upgrade installed.'             | 0 new, 0 overwritten, 1 match (skipped)
'Crystallized Hydrogen'                  | 0 new, 0 overwritten, 1 match (skipped)
'Crystals gain 75% sabotage damage, b... | 1 new, 0 overwritten, 0 match (skipped)
'Crystals gain 85% fire resistance, b... | 1 new, 0 overwritten, 0 match (skipped)
'Crystals gain complete suffocation i... | 0 new, 0 overwritten, 1 match (skipped)
'Cultists gain complete stun and mind... | 0 new, 0 overwritten, 1 match (skipped)
'Cybernetic Rehabilitation'              | 1 new, 0 overwritten, 0 match (skipped)
'Defenders no longer fight enemy crew... | 0 new, 0 overwritten, 1 match (skipped)
'Denser Molecules'                       | 1 new, 0 overwritten, 0 match (skipped)
'Dextile Shells'                         | 1 new, 0 overwritten, 0 match (skipped)
'Diversification'                        | 0 new, 0 overwritten, 1 match (skipped)
'Elastic Surface'                        | 1 new, 0 overwritten, 0 match (skipped)
'Emitter Calibration'                    | 0 new, 0 overwritten, 1 match (skipped)
'Engi'                                   | 0 new, 0 overwritten, 1 match (skipped)
'Engi are immune to suffocation.'        | 0 new, 0 overwritten, 1 match (skipped)
'Engi crew gain 15% repair speed.'       | 0 new, 0 overwritten, 1 match (skipped)
'Engi crew gain standard combat damag... | 0 new, 0 overwritten, 1 match (skipped)
'Engi repair speed is doubled for eac... | 0 new, 0 overwritten, 1 match (skipped)
'Engi upgrade installed.'                | 0 new, 0 overwritten, 1 match (skipped)
'Environmental Adaptation'               | 0 new, 0 overwritten, 1 match (skipped)
'Equalizer'                              | 1 new, 0 overwritten, 0 match (skipped)
'Evolutionary Rebranching'               | 1 new, 0 overwritten, 0 match (skipped)
'Experimental Alloy'                     | 1 new, 0 overwritten, 0 match (skipped)
'Field Training'                         | 0 new, 0 overwritten, 1 match (skipped)
'Fireflies'                              | 0 new, 0 overwritten, 1 match (skipped)
'Geodification'                          | 1 new, 0 overwritten, 0 match (skipped)
'Ghost'                                  | 1 new, 0 overwritten, 0 match (skipped)
'Ghost can no longer ignore doors but... | 1 new, 0 overwritten, 0 match (skipped)
'Ghost upgrade installed.'               | 1 new, 0 overwritten, 0 match (skipped)
'Ghosts gain 50% combat damage resist... | 1 new, 0 overwritten, 0 match (skipped)
'Ghosts heal from fire. Gouls heal at... | 1 new, 0 overwritten, 0 match (skipped)
'Hard-Light Shielding'                   | 0 new, 0 overwritten, 1 match (skipped)
'Hardened Crystals'                      | 1 new, 0 overwritten, 0 match (skipped)
'Hazard-proof Systems'                   | 1 new, 0 overwritten, 0 match (skipped)
'High Voltage'                           | 1 new, 0 overwritten, 0 match (skipped)
'Hippocratic Oath'                       | 0 new, 0 overwritten, 1 match (skipped)
'Homeland Defender'                      | 1 new, 0 overwritten, 0 match (skipped)
'Hulking Mass'                           | 1 new, 0 overwritten, 0 match (skipped)
'Human'                                  | 0 new, 0 overwritten, 1 match (skipped)
'Human crew start at level 2 skills.'    | 0 new, 0 overwritten, 1 match (skipped)
'Human upgrade installed.'               | 0 new, 0 overwritten, 1 match (skipped)
'Humans gain 15% repair speed and com... | 0 new, 0 overwritten, 1 match (skipped)
'Humans gain a 12% buff in movement s... | 0 new, 0 overwritten, 1 match (skipped)
'Laboratory'                             | 0 new, 0 overwritten, 1 match (skipped)
'Laboratory Upgrade'                     | 0 new, 0 overwritten, 1 match (skipped)
'Lanius'                                 | 1 new, 0 overwritten, 0 match (skipped)
'Lanius drain oxygen at double speed,... | 1 new, 0 overwritten, 0 match (skipped)
'Lanius gain an extra 35% health, but... | 1 new, 0 overwritten, 0 match (skipped)
'Lanius repair and sabotage 50% faste... | 1 new, 0 overwritten, 0 match (skipped)
'Lanius upgrade installed.'              | 1 new, 0 overwritten, 0 match (skipped)
'Leech'                                  | 1 new, 0 overwritten, 0 match (skipped)
'Leech upgrade installed.'               | 1 new, 0 overwritten, 0 match (skipped)
'Leeches are stunned for 50% longer a... | 1 new, 0 overwritten, 0 match (skipped)
'Leeches have 60 less Max Health and ... | 0 new, 1 overwritten, 0 match (skipped)
'Leeches ignore doors and move 50% fa... | 1 new, 0 overwritten, 0 match (skipped)
'Lizard'                                 | 1 new, 0 overwritten, 0 match (skipped)
'Lizard upgrade installed.'              | 1 new, 0 overwritten, 0 match (skipped)
'Lizards become immune to fire'          | 1 new, 0 overwritten, 0 match (skipped)
'Lizards gain a 10% combat and repair... | 1 new, 0 overwritten, 0 match (skipped)
'Lizards gain double sabotage damage,... | 1 new, 0 overwritten, 0 match (skipped)
'Mantis'                                 | 0 new, 0 overwritten, 1 match (skipped)
'Mantis do an extra 60% damage in mel... | 0 new, 0 overwritten, 1 match (skipped)
'Mantis gain 75% fire resistance, as ... | 0 new, 0 overwritten, 1 match (skipped)
'Mantis repair at x0.8 speed when ano... | 0 new, 1 overwritten, 0 match (skipped)
'Mantis upgrade installed.'              | 0 new, 0 overwritten, 1 match (skipped)
'Mobile Batteries'                       | 1 new, 0 overwritten, 0 match (skipped)
'Morph'                                  | 1 new, 0 overwritten, 0 match (skipped)
'Morph upgrade installed.'               | 1 new, 0 overwritten, 0 match (skipped)
'Morphs can ignore doors and move 60%... | 1 new, 0 overwritten, 0 match (skipped)
'Morphs gain 50% extra health, but mo... | 1 new, 0 overwritten, 0 match (skipped)
'Morphs gain fire resistance instead ... | 1 new, 0 overwritten, 0 match (skipped)
'Mortality Initiatives'                  | 1 new, 0 overwritten, 0 match (skipped)
'Nanite Efficiency'                      | 0 new, 0 overwritten, 1 match (skipped)
'Natural Intuition'                      | 0 new, 0 overwritten, 1 match (skipped)
'Neoprene Membrane'                      | 1 new, 0 overwritten, 0 match (skipped)
'Neural Redirection'                     | 1 new, 0 overwritten, 0 match (skipped)
'Neuron Pathing'                         | 1 new, 0 overwritten, 0 match (skipped)
'Non-Corporealism'                       | 1 new, 0 overwritten, 0 match (skipped)
'Obelisks can see adjacent rooms, res... | 1 new, 0 overwritten, 0 match (skipped)
'Obelisks gain x5 combat damage, but ... | 1 new, 0 overwritten, 0 match (skipped)
'Obelisks lose their fire and asphyxi... | 1 new, 0 overwritten, 0 match (skipped)
'Observational Learning'                 | 0 new, 0 overwritten, 1 match (skipped)
'Obsidian Skin'                          | 0 new, 0 overwritten, 1 match (skipped)
'Orchid'                                 | 0 new, 0 overwritten, 1 match (skipped)
'Orchid upgrade installed.'              | 0 new, 0 overwritten, 1 match (skipped)
'Orchids do x1.3 ranged damage'          | 0 new, 0 overwritten, 1 match (skipped)
'Orchids replenish O2 at 25% speed, b... | 0 new, 0 overwritten, 1 match (skipped)
'Orchids take 30% extra fire damage, ... | 0 new, 0 overwritten, 1 match (skipped)
'Overclocking'                           | 0 new, 0 overwritten, 1 match (skipped)
'Parasitical Dependencies'               | 1 new, 0 overwritten, 0 match (skipped)
'Petrified wood'                         | 0 new, 0 overwritten, 1 match (skipped)
'Predatory Instincts'                    | 1 new, 0 overwritten, 0 match (skipped)
'Priority Reallocation'                  | 0 new, 0 overwritten, 1 match (skipped)
'Rage Mode'                              | 1 new, 0 overwritten, 0 match (skipped)
'Regular Mantis gain a slash ability ... | 0 new, 0 overwritten, 1 match (skipped)
'Robotic Mimickry'                       | 1 new, 0 overwritten, 0 match (skipped)
'Rock'                                   | 0 new, 0 overwritten, 1 match (skipped)
'Rock upgrade installed.'                | 0 new, 0 overwritten, 1 match (skipped)
'Rockmen move 75% faster, but heal at... | 0 new, 0 overwritten, 1 match (skipped)
'Rocks gain +33% Max Health but moves... | 0 new, 1 overwritten, 0 match (skipped)
'Rocks lose 25% of their fire immunit... | 0 new, 0 overwritten, 1 match (skipped)
'Rusting'                                | 1 new, 0 overwritten, 0 match (skipped)
'Selective Killing'                      | 0 new, 0 overwritten, 1 match (skipped)
'Selective Metalworking'                 | 1 new, 0 overwritten, 0 match (skipped)
'Separatists can heal while in nanomo... | 0 new, 0 overwritten, 1 match (skipped)
'Shell'                                  | 1 new, 0 overwritten, 0 match (skipped)
'Shell Guardians gain an additional 3... | 1 new, 0 overwritten, 0 match (skipped)
'Shell Mechanics can repair at x0.75 ... | 1 new, 0 overwritten, 0 match (skipped)
'Shell Scientists passively damage ne... | 1 new, 0 overwritten, 0 match (skipped)
'Shell upgrade installed.'               | 1 new, 0 overwritten, 0 match (skipped)
'Shells inherit the telepathic abilit... | 1 new, 0 overwritten, 0 match (skipped)
'Shells move 50% faster and heal 50% ... | 1 new, 0 overwritten, 0 match (skipped)
'Shells suffocate at normal speed but... | 1 new, 0 overwritten, 0 match (skipped)
'Silk Touch'                             | 1 new, 0 overwritten, 0 match (skipped)
'Slave Masters'                          | 0 new, 0 overwritten, 1 match (skipped)
'Slowed Metabolism'                      | 0 new, 0 overwritten, 1 match (skipped)
'Slug'                                   | 1 new, 0 overwritten, 0 match (skipped)
'Slug upgrade installed.'                | 1 new, 0 overwritten, 0 match (skipped)
'Slugs gain a 75% stun resistance and... | 1 new, 0 overwritten, 0 match (skipped)
'Slugs lose the ability to sense crew... | 1 new, 0 overwritten, 0 match (skipped)
'Spider'                                 | 1 new, 0 overwritten, 0 match (skipped)
'Spider upgrade installed.'              | 1 new, 0 overwritten, 0 match (skipped)
'Spiders cant repair at all, or man s... | 1 new, 0 overwritten, 0 match (skipped)
'Spiders gain tripled repair speed, b... | 1 new, 0 overwritten, 0 match (skipped)
'Spiritual Abandonment'                  | 0 new, 0 overwritten, 1 match (skipped)
'Teamwork Neurons'                       | 0 new, 0 overwritten, 1 match (skipped)
'Technopaths heal at full speed in yo... | 1 new, 0 overwritten, 0 match (skipped)
'Technophobia'                           | 1 new, 0 overwritten, 0 match (skipped)
'Telepathic Synergies'                   | 1 new, 0 overwritten, 0 match (skipped)
'The player has installed the lab upg... | 0 new, 0 overwritten, 1 match (skipped)
'The player has installed the lab.'      | 0 new, 0 overwritten, 1 match (skipped)
'Thorns'                                 | 0 new, 0 overwritten, 1 match (skipped)
'Together Strong'                        | 1 new, 0 overwritten, 0 match (skipped)
'Totipotency'                            | 0 new, 0 overwritten, 1 match (skipped)
'Unbreaking Faith'                       | 0 new, 0 overwritten, 1 match (skipped)
'Unified Colonies'                       | 0 new, 0 overwritten, 1 match (skipped)
'Vagabond Stabalizer'                    | 1 new, 0 overwritten, 0 match (skipped)
'Vagabond and Haunt abilities can now... | 1 new, 0 overwritten, 0 match (skipped)
'Webbing'                                | 1 new, 0 overwritten, 0 match (skipped)
'While in liberated mode on the enemy... | 1 new, 0 overwritten, 0 match (skipped)
'Your engineers lose their repair bon... | 0 new, 0 overwritten, 1 match (skipped)
'Your medics lose the ability to figh... | 0 new, 0 overwritten, 1 match (skipped)
'Your monks can fight, but only at ha... | 0 new, 0 overwritten, 1 match (skipped)
'Zoltan'                                 | 0 new, 0 overwritten, 1 match (skipped)
'Zoltan heal on their own, but no lon... | 0 new, 0 overwritten, 1 match (skipped)
'Zoltan upgrade installed.'              | 0 new, 0 overwritten, 1 match (skipped)
'Zoltans lose 40% of their health but... | 0 new, 0 overwritten, 1 match (skipped)
'Zoltans shield other crew in the roo... | 0 new, 0 overwritten, 1 match (skipped)