diff --git a/Resources/Locale/en-US/_Mono/companies/companies.ftl b/Resources/Locale/en-US/_Mono/companies/companies.ftl index ea563f19087..be88c964cbd 100644 --- a/Resources/Locale/en-US/_Mono/companies/companies.ftl +++ b/Resources/Locale/en-US/_Mono/companies/companies.ftl @@ -55,3 +55,5 @@ viper-group-description = Formerly a Syndicate privateering company operating un cerberus-surplus-provisions = Cerberus Surplus Provisons, or CSP, is a conglomerate of brokers, producers, and specalists operating in different divisions that were recently uplifted by the Phaetheon Dynasty who CSP is openly backing in the Colossus invasion. It's constituents work togther for mutual profit and to bolster the Dynasty. Their MO is avoiding conflict, selling whatever they can get their hands on, and ensuring 'business interests' are represented in the sector. Anything can be bought and sold in the Colossus sector, you just need the tact to pull it off. redsail-corsairs-description = The RedSail Corsairs, or RSC, are a dangerous and influential group of pirates and brigands, who are publicly known to engage in illegal and violent activities against civilians, officials, and military personnel alike. Their source of income and specialization is hijacking, cargo theft, hostage-taking, and armed robbery. They are openly marked by Colossus Central as a criminal organization. As a whole, the Corsairs function as a union between freebooting raiders of all walks of life who have sworn loyalty to each other. + +plxcor-description = PLXCOR is a notable terrorist organization operating within the Colossus Sector. Members of PLXCOR, aka PLEX units, are known for their extreme views towards organic life aswell as their proclivity for violence. They are classed by all organizations operating within the Colossus Sector as a terrorist organization, wanted for crimes consisting of: mass murder; mass kidnapping; widespread terrorism; bioterrorism; bioterrorism with letoferol; torture; bodily mutilation; trafficking of sentient lifeforms; forced borging of sentient lifeforms; etc. They are to be considered armed and extremely dangerous. diff --git a/Resources/Prototypes/_Mono/companies.yml b/Resources/Prototypes/_Mono/companies.yml index f313633db33..193e3f90585 100644 --- a/Resources/Prototypes/_Mono/companies.yml +++ b/Resources/Prototypes/_Mono/companies.yml @@ -195,3 +195,11 @@ color: "#930000" image: /Textures/_Mono/Companies/redsailcorsairs.png whitelisted: true + +- type: company + id: PLXCOR + name: PLXCOR + description: plxcor-description + color: "#B500B5" + image: /Textures/_Mono/Companies/PLXCOR.png + whitelisted: true diff --git a/Resources/Textures/_Mono/Companies/PLXCOR.png b/Resources/Textures/_Mono/Companies/PLXCOR.png new file mode 100644 index 00000000000..a92f5f5802d Binary files /dev/null and b/Resources/Textures/_Mono/Companies/PLXCOR.png differ