diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..73c5516 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..73e8c49 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +.gitignore export-ignore +.gitattributes export-ignore + +* text=auto +* text eol=lf + +*.png binary +*.jpg binary +*.ogg binary \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6fd0a37..1c15a85 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ luac.out *.x86_64 *.hex +.vscode/ \ No newline at end of file diff --git a/LICENSE b/LICENSE index 670154e..7e451ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,116 +1,407 @@ -CC0 1.0 Universal - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator and -subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for the -purpose of contributing to a commons of creative, cultural and scientific -works ("Commons") that the public can reliably and without fear of later -claims of infringement build upon, modify, incorporate in other works, reuse -and redistribute as freely as possible in any form whatsoever and for any -purposes, including without limitation commercial purposes. These owners may -contribute to the Commons to promote the ideal of a free culture and the -further production of creative, cultural and scientific works, or to gain -reputation or greater distribution for their Work in part through the use and -efforts of others. - -For these and/or other purposes and motivations, and without any expectation -of additional consideration or compensation, the person associating CC0 with a -Work (the "Affirmer"), to the extent that he or she is an owner of Copyright -and Related Rights in the Work, voluntarily elects to apply CC0 to the Work -and publicly distribute the Work under its terms, with knowledge of his or her -Copyright and Related Rights in the Work and the meaning and intended legal -effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not limited -to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, communicate, - and translate a Work; - - ii. moral rights retained by the original author(s) and/or performer(s); - - iii. publicity and privacy rights pertaining to a person's image or likeness - depicted in a Work; - - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - - v. rights protecting the extraction, dissemination, use and reuse of data in - a Work; - - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation thereof, - including any amended or successor version of such directive); and - - vii. other similar, equivalent or corresponding rights throughout the world - based on applicable law or treaty, and any national implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention of, -applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and -unconditionally waives, abandons, and surrenders all of Affirmer's Copyright -and Related Rights and associated claims and causes of action, whether now -known or unknown (including existing as well as future claims and causes of -action), in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time -extensions), (iii) in any current or future medium and for any number of -copies, and (iv) for any purpose whatsoever, including without limitation -commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes -the Waiver for the benefit of each member of the public at large and to the -detriment of Affirmer's heirs and successors, fully intending that such Waiver -shall not be subject to revocation, rescission, cancellation, termination, or -any other legal or equitable action to disrupt the quiet enjoyment of the Work -by the public as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason be -judged legally invalid or ineffective under applicable law, then the Waiver -shall be preserved to the maximum extent permitted taking into account -Affirmer's express Statement of Purpose. In addition, to the extent the Waiver -is so judged Affirmer hereby grants to each affected person a royalty-free, -non transferable, non sublicensable, non exclusive, irrevocable and -unconditional license to exercise Affirmer's Copyright and Related Rights in -the Work (i) in all territories worldwide, (ii) for the maximum duration -provided by applicable law or treaty (including future time extensions), (iii) -in any current or future medium and for any number of copies, and (iv) for any -purpose whatsoever, including without limitation commercial, advertising or -promotional purposes (the "License"). The License shall be deemed effective as -of the date CC0 was applied by Affirmer to the Work. Should any part of the -License for any reason be judged legally invalid or ineffective under -applicable law, such partial invalidity or ineffectiveness shall not -invalidate the remainder of the License, and in such case Affirmer hereby -affirms that he or she will not (i) exercise any of his or her remaining -Copyright and Related Rights in the Work or (ii) assert any associated claims -and causes of action with respect to the Work, in either case contrary to -Affirmer's express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - - b. Affirmer offers the Work as-is and makes no representations or warranties - of any kind concerning the Work, express, implied, statutory or otherwise, - including without limitation warranties of title, merchantability, fitness - for a particular purpose, non infringement, or the absence of latent or - other defects, accuracy, or the present or absence of errors, whether or not - discoverable, all to the greatest extent permissible under applicable law. - - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without limitation - any person's Copyright and Related Rights in the Work. Further, Affirmer - disclaims responsibility for obtaining any necessary consents, permissions - or other rights required for any use of the Work. - - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to this - CC0 or use of the Work. - -For more information, please see - +Attribution-NonCommercial 4.0 International + +======================================================================= + +Creative Commons Corporation ("Creative Commons") is not a law firm and +does not provide legal services or legal advice. Distribution of +Creative Commons public licenses does not create a lawyer-client or +other relationship. Creative Commons makes its licenses and related +information available on an "as-is" basis. Creative Commons gives no +warranties regarding its licenses, any material licensed under their +terms and conditions, or any related information. Creative Commons +disclaims all liability for damages resulting from their use to the +fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and +conditions that creators and other rights holders may use to share +original works of authorship and other material subject to copyright +and certain other rights specified in the public license below. The +following considerations are for informational purposes only, are not +exhaustive, and do not form part of our licenses. + + Considerations for licensors: Our public licenses are + intended for use by those authorized to give the public + permission to use material in ways otherwise restricted by + copyright and certain other rights. Our licenses are + irrevocable. Licensors should read and understand the terms + and conditions of the license they choose before applying it. + Licensors should also secure all rights necessary before + applying our licenses so that the public can reuse the + material as expected. Licensors should clearly mark any + material not subject to the license. This includes other CC- + licensed material, or material used under an exception or + limitation to copyright. More considerations for licensors: + wiki.creativecommons.org/Considerations_for_licensors + + Considerations for the public: By using one of our public + licenses, a licensor grants the public permission to use the + licensed material under specified terms and conditions. If + the licensor's permission is not necessary for any reason--for + example, because of any applicable exception or limitation to + copyright--then that use is not regulated by the license. Our + licenses grant only permissions under copyright and certain + other rights that a licensor has authority to grant. Use of + the licensed material may still be restricted for other + reasons, including because others have copyright or other + rights in the material. A licensor may make special requests, + such as asking that all changes be marked or described. + Although not required by our licenses, you are encouraged to + respect those requests where reasonable. More_considerations + for the public: + wiki.creativecommons.org/Considerations_for_licensees + +======================================================================= + +Creative Commons Attribution-NonCommercial 4.0 International Public +License + +By exercising the Licensed Rights (defined below), You accept and agree +to be bound by the terms and conditions of this Creative Commons +Attribution-NonCommercial 4.0 International Public License ("Public +License"). To the extent this Public License may be interpreted as a +contract, You are granted the Licensed Rights in consideration of Your +acceptance of these terms and conditions, and the Licensor grants You +such rights in consideration of benefits the Licensor receives from +making the Licensed Material available under these terms and +conditions. + + +Section 1 -- Definitions. + + a. Adapted Material means material subject to Copyright and Similar + Rights that is derived from or based upon the Licensed Material + and in which the Licensed Material is translated, altered, + arranged, transformed, or otherwise modified in a manner requiring + permission under the Copyright and Similar Rights held by the + Licensor. For purposes of this Public License, where the Licensed + Material is a musical work, performance, or sound recording, + Adapted Material is always produced where the Licensed Material is + synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright + and Similar Rights in Your contributions to Adapted Material in + accordance with the terms and conditions of this Public License. + + c. Copyright and Similar Rights means copyright and/or similar rights + closely related to copyright including, without limitation, + performance, broadcast, sound recording, and Sui Generis Database + Rights, without regard to how the rights are labeled or + categorized. For purposes of this Public License, the rights + specified in Section 2(b)(1)-(2) are not Copyright and Similar + Rights. + d. Effective Technological Measures means those measures that, in the + absence of proper authority, may not be circumvented under laws + fulfilling obligations under Article 11 of the WIPO Copyright + Treaty adopted on December 20, 1996, and/or similar international + agreements. + + e. Exceptions and Limitations means fair use, fair dealing, and/or + any other exception or limitation to Copyright and Similar Rights + that applies to Your use of the Licensed Material. + + f. Licensed Material means the artistic or literary work, database, + or other material to which the Licensor applied this Public + License. + + g. Licensed Rights means the rights granted to You subject to the + terms and conditions of this Public License, which are limited to + all Copyright and Similar Rights that apply to Your use of the + Licensed Material and that the Licensor has authority to license. + + h. Licensor means the individual(s) or entity(ies) granting rights + under this Public License. + + i. NonCommercial means not primarily intended for or directed towards + commercial advantage or monetary compensation. For purposes of + this Public License, the exchange of the Licensed Material for + other material subject to Copyright and Similar Rights by digital + file-sharing or similar means is NonCommercial provided there is + no payment of monetary compensation in connection with the + exchange. + + j. Share means to provide material to the public by any means or + process that requires permission under the Licensed Rights, such + as reproduction, public display, public performance, distribution, + dissemination, communication, or importation, and to make material + available to the public including in ways that members of the + public may access the material from a place and at a time + individually chosen by them. + + k. Sui Generis Database Rights means rights other than copyright + resulting from Directive 96/9/EC of the European Parliament and of + the Council of 11 March 1996 on the legal protection of databases, + as amended and/or succeeded, as well as other essentially + equivalent rights anywhere in the world. + + l. You means the individual or entity exercising the Licensed Rights + under this Public License. Your has a corresponding meaning. + + +Section 2 -- Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, + the Licensor hereby grants You a worldwide, royalty-free, + non-sublicensable, non-exclusive, irrevocable license to + exercise the Licensed Rights in the Licensed Material to: + + a. reproduce and Share the Licensed Material, in whole or + in part, for NonCommercial purposes only; and + + b. produce, reproduce, and Share Adapted Material for + NonCommercial purposes only. + + 2. Exceptions and Limitations. For the avoidance of doubt, where + Exceptions and Limitations apply to Your use, this Public + License does not apply, and You do not need to comply with + its terms and conditions. + + 3. Term. The term of this Public License is specified in Section + 6(a). + + 4. Media and formats; technical modifications allowed. The + Licensor authorizes You to exercise the Licensed Rights in + all media and formats whether now known or hereafter created, + and to make technical modifications necessary to do so. The + Licensor waives and/or agrees not to assert any right or + authority to forbid You from making technical modifications + necessary to exercise the Licensed Rights, including + technical modifications necessary to circumvent Effective + Technological Measures. For purposes of this Public License, + simply making modifications authorized by this Section 2(a) + (4) never produces Adapted Material. + + 5. Downstream recipients. + + a. Offer from the Licensor -- Licensed Material. Every + recipient of the Licensed Material automatically + receives an offer from the Licensor to exercise the + Licensed Rights under the terms and conditions of this + Public License. + + b. No downstream restrictions. You may not offer or impose + any additional or different terms or conditions on, or + apply any Effective Technological Measures to, the + Licensed Material if doing so restricts exercise of the + Licensed Rights by any recipient of the Licensed + Material. + + 6. No endorsement. Nothing in this Public License constitutes or + may be construed as permission to assert or imply that You + are, or that Your use of the Licensed Material is, connected + with, or sponsored, endorsed, or granted official status by, + the Licensor or others designated to receive attribution as + provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not + licensed under this Public License, nor are publicity, + privacy, and/or other similar personality rights; however, to + the extent possible, the Licensor waives and/or agrees not to + assert any such rights held by the Licensor to the limited + extent necessary to allow You to exercise the Licensed + Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this + Public License. + + 3. To the extent possible, the Licensor waives any right to + collect royalties from You for the exercise of the Licensed + Rights, whether directly or through a collecting society + under any voluntary or waivable statutory or compulsory + licensing scheme. In all other cases the Licensor expressly + reserves any right to collect such royalties, including when + the Licensed Material is used other than for NonCommercial + purposes. + + +Section 3 -- License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the +following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified + form), You must: + + a. retain the following if it is supplied by the Licensor + with the Licensed Material: + + i. identification of the creator(s) of the Licensed + Material and any others designated to receive + attribution, in any reasonable manner requested by + the Licensor (including by pseudonym if + designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of + warranties; + + v. a URI or hyperlink to the Licensed Material to the + extent reasonably practicable; + + b. indicate if You modified the Licensed Material and + retain an indication of any previous modifications; and + + c. indicate the Licensed Material is licensed under this + Public License, and include the text of, or the URI or + hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any + reasonable manner based on the medium, means, and context in + which You Share the Licensed Material. For example, it may be + reasonable to satisfy the conditions by providing a URI or + hyperlink to a resource that includes the required + information. + + 3. If requested by the Licensor, You must remove any of the + information required by Section 3(a)(1)(A) to the extent + reasonably practicable. + + 4. If You Share Adapted Material You produce, the Adapter's + License You apply must not prevent recipients of the Adapted + Material from complying with this Public License. + + +Section 4 -- Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that +apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right + to extract, reuse, reproduce, and Share all or a substantial + portion of the contents of the database for NonCommercial purposes + only; + + b. if You include all or a substantial portion of the database + contents in a database in which You have Sui Generis Database + Rights, then the database in which You have Sui Generis Database + Rights (but not its individual contents) is Adapted Material; and + + c. You must comply with the conditions in Section 3(a) if You Share + all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not +replace Your obligations under this Public License where the Licensed +Rights include other Copyright and Similar Rights. + + +Section 5 -- Disclaimer of Warranties and Limitation of Liability. + + a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE + EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS + AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF + ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, + IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, + WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR + PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, + ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT + KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT + ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. + + b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE + TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, + NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, + INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, + COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR + USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN + ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR + DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR + IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. + + c. The disclaimer of warranties and limitation of liability provided + above shall be interpreted in a manner that, to the extent + possible, most closely approximates an absolute disclaimer and + waiver of all liability. + + +Section 6 -- Term and Termination. + + a. This Public License applies for the term of the Copyright and + Similar Rights licensed here. However, if You fail to comply with + this Public License, then Your rights under this Public License + terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under + Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided + it is cured within 30 days of Your discovery of the + violation; or + + 2. upon express reinstatement by the Licensor. + + For the avoidance of doubt, this Section 6(b) does not affect any + right the Licensor may have to seek remedies for Your violations + of this Public License. + + c. For the avoidance of doubt, the Licensor may also offer the + Licensed Material under separate terms or conditions or stop + distributing the Licensed Material at any time; however, doing so + will not terminate this Public License. + + d. Sections 1, 5, 6, 7, and 8 survive termination of this Public + License. + + +Section 7 -- Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different + terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the + Licensed Material not stated herein are separate from and + independent of the terms and conditions of this Public License. + + +Section 8 -- Interpretation. + + a. For the avoidance of doubt, this Public License does not, and + shall not be interpreted to, reduce, limit, restrict, or impose + conditions on any use of the Licensed Material that could lawfully + be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is + deemed unenforceable, it shall be automatically reformed to the + minimum extent necessary to make it enforceable. If the provision + cannot be reformed, it shall be severed from this Public License + without affecting the enforceability of the remaining terms and + conditions. + + c. No term or condition of this Public License will be waived and no + failure to comply consented to unless expressly agreed to by the + Licensor. + + d. Nothing in this Public License constitutes or may be interpreted + as a limitation upon, or waiver of, any privileges and immunities + that apply to the Licensor or You, including from the legal + processes of any jurisdiction or authority. + +======================================================================= + +Creative Commons is not a party to its public +licenses. Notwithstanding, Creative Commons may elect to apply one of +its public licenses to material it publishes and in those instances +will be considered the “Licensor.” The text of the Creative Commons +public licenses is dedicated to the public domain under the CC0 Public +Domain Dedication. Except for the limited purpose of indicating that +material is shared under a Creative Commons public license or as +otherwise permitted by the Creative Commons policies published at +creativecommons.org/policies, Creative Commons does not authorize the +use of the trademark "Creative Commons" or any other trademark or logo +of Creative Commons without its prior written consent including, +without limitation, in connection with any unauthorized modifications +to any of its public licenses or any other arrangements, +understandings, or agreements concerning use of licensed material. For +the avoidance of doubt, this paragraph does not form part of the +public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 0000000..eda2599 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,51 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.1.0 +Date: 2020-11-24 + Changes: + - Added support for 1.1.0 +--------------------------------------------------------------------------------------------------- +Version: 1.0.0 +Date: 07. 09. 2020 + Changes : + - Updated icons to 64x64, matching vanilla +--------------------------------------------------------------------------------------------------- +Version: 0.4.1 +Date: 19. 06. 2020 + Changes : + - Allowing usage of productivy modules for titanium-alloy + +--------------------------------------------------------------------------------------------------- +Version: 0.4.0 +Date: 21. 01. 2020 + Changes : + - Support 0.18 +--------------------------------------------------------------------------------------------------- +Version: 0.3.0 +Date: 30. 12. 2019 + Changes : + - Added thumbnail + - Changed group icon + - Changed technology graphics + - Reordered changelog.txt +--------------------------------------------------------------------------------------------------- +Version: 0.2.0 +Date: 03. 01. 2019 + Changes : + - Updating to work with 0.17 +--------------------------------------------------------------------------------------------------- +Version: 0.1.4 +Date: 08. 25. 2018 + Changes : + - Fixes Repair Pack locale, Repair pack locale was in weaponry mod and if you didnt have it installed + repair packs showed up as unknown key + - Also fixed technology locale for repair packs. +--------------------------------------------------------------------------------------------------- +Version: 0.1.3 +Date: 05. 25. 2018 + Changes : + - Fixed not being able to use productivity modules in titanium ore +--------------------------------------------------------------------------------------------------- +Version: 0.1.2 +Date: 03. 30. 2018 + Changes : + - Re-balancing science diff --git a/data.lua b/data.lua index 7670ca9..1121f78 100644 --- a/data.lua +++ b/data.lua @@ -1,5 +1,5 @@ -if not factorioextended then factorioextended = {} end -if not factorioextended.core then factorioextended.core = {} end +if not factorioextendedplus then factorioextendedplus = {} end +if not factorioextendedplus.core then factorioextendedplus.core = {} end require("prototypes.recipe.recipe-functions") diff --git a/graphics/entity/accumulators/accumulator-mk2-charge-animation.png b/graphics/entity/accumulators/accumulator-mk2-charge-animation.png deleted file mode 100644 index 8ea68b0..0000000 Binary files a/graphics/entity/accumulators/accumulator-mk2-charge-animation.png and /dev/null differ diff --git a/graphics/entity/accumulators/accumulator-mk2-discharge-animation.png b/graphics/entity/accumulators/accumulator-mk2-discharge-animation.png deleted file mode 100644 index fb29bfb..0000000 Binary files a/graphics/entity/accumulators/accumulator-mk2-discharge-animation.png and /dev/null differ diff --git a/graphics/entity/accumulators/accumulator-mk2.png b/graphics/entity/accumulators/accumulator-mk2.png deleted file mode 100644 index 74a9dad..0000000 Binary files a/graphics/entity/accumulators/accumulator-mk2.png and /dev/null differ diff --git a/graphics/entity/accumulators/accumulator-mk3-charge-animation.png b/graphics/entity/accumulators/accumulator-mk3-charge-animation.png deleted file mode 100644 index 9550968..0000000 Binary files a/graphics/entity/accumulators/accumulator-mk3-charge-animation.png and /dev/null differ diff --git a/graphics/entity/accumulators/accumulator-mk3-discharge-animation.png b/graphics/entity/accumulators/accumulator-mk3-discharge-animation.png deleted file mode 100644 index fa15645..0000000 Binary files a/graphics/entity/accumulators/accumulator-mk3-discharge-animation.png and /dev/null differ diff --git a/graphics/entity/accumulators/accumulator-mk3.png b/graphics/entity/accumulators/accumulator-mk3.png deleted file mode 100644 index 2c5544c..0000000 Binary files a/graphics/entity/accumulators/accumulator-mk3.png and /dev/null differ diff --git a/graphics/entity/logistics/construction-robot-mk2-shadow.png b/graphics/entity/logistics/construction-robot-mk2-shadow.png deleted file mode 100644 index c60e093..0000000 Binary files a/graphics/entity/logistics/construction-robot-mk2-shadow.png and /dev/null differ diff --git a/graphics/entity/logistics/construction-robot-mk2-working.png b/graphics/entity/logistics/construction-robot-mk2-working.png deleted file mode 100644 index 36c1be4..0000000 Binary files a/graphics/entity/logistics/construction-robot-mk2-working.png and /dev/null differ diff --git a/graphics/entity/logistics/construction-robot-mk2.png b/graphics/entity/logistics/construction-robot-mk2.png deleted file mode 100644 index 5e50f37..0000000 Binary files a/graphics/entity/logistics/construction-robot-mk2.png and /dev/null differ diff --git a/graphics/entity/logistics/logistic-robot-mk2-shadow.png b/graphics/entity/logistics/logistic-robot-mk2-shadow.png deleted file mode 100644 index b725ac7..0000000 Binary files a/graphics/entity/logistics/logistic-robot-mk2-shadow.png and /dev/null differ diff --git a/graphics/entity/logistics/logistic-robot-mk2.png b/graphics/entity/logistics/logistic-robot-mk2.png deleted file mode 100644 index 82440ad..0000000 Binary files a/graphics/entity/logistics/logistic-robot-mk2.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-base-mk2-animation.png b/graphics/entity/logistics/roboport-base-mk2-animation.png deleted file mode 100644 index ee4a1a7..0000000 Binary files a/graphics/entity/logistics/roboport-base-mk2-animation.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-base-mk2-patch.png b/graphics/entity/logistics/roboport-base-mk2-patch.png deleted file mode 100644 index a7c141c..0000000 Binary files a/graphics/entity/logistics/roboport-base-mk2-patch.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-base-mk2.png b/graphics/entity/logistics/roboport-base-mk2.png deleted file mode 100644 index 475654d..0000000 Binary files a/graphics/entity/logistics/roboport-base-mk2.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-base-mk3-animation.png b/graphics/entity/logistics/roboport-base-mk3-animation.png deleted file mode 100644 index ee4a1a7..0000000 Binary files a/graphics/entity/logistics/roboport-base-mk3-animation.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-base-mk3-patch.png b/graphics/entity/logistics/roboport-base-mk3-patch.png deleted file mode 100644 index cb17d10..0000000 Binary files a/graphics/entity/logistics/roboport-base-mk3-patch.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-base-mk3.png b/graphics/entity/logistics/roboport-base-mk3.png deleted file mode 100644 index 8532541..0000000 Binary files a/graphics/entity/logistics/roboport-base-mk3.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-mk2-door-down.png b/graphics/entity/logistics/roboport-mk2-door-down.png deleted file mode 100644 index ccb5434..0000000 Binary files a/graphics/entity/logistics/roboport-mk2-door-down.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-mk2-door-up.png b/graphics/entity/logistics/roboport-mk2-door-up.png deleted file mode 100644 index d97df81..0000000 Binary files a/graphics/entity/logistics/roboport-mk2-door-up.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-mk2-recharging.png b/graphics/entity/logistics/roboport-mk2-recharging.png deleted file mode 100644 index 1cf3771..0000000 Binary files a/graphics/entity/logistics/roboport-mk2-recharging.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-mk3-door-down.png b/graphics/entity/logistics/roboport-mk3-door-down.png deleted file mode 100644 index ccb5434..0000000 Binary files a/graphics/entity/logistics/roboport-mk3-door-down.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-mk3-door-up.png b/graphics/entity/logistics/roboport-mk3-door-up.png deleted file mode 100644 index d97df81..0000000 Binary files a/graphics/entity/logistics/roboport-mk3-door-up.png and /dev/null differ diff --git a/graphics/entity/logistics/roboport-mk3-recharging.png b/graphics/entity/logistics/roboport-mk3-recharging.png deleted file mode 100644 index 1cf3771..0000000 Binary files a/graphics/entity/logistics/roboport-mk3-recharging.png and /dev/null differ diff --git a/graphics/entity/machine/assembling-machine-4.png b/graphics/entity/machine/assembling-machine-4.png deleted file mode 100644 index f53c7a0..0000000 Binary files a/graphics/entity/machine/assembling-machine-4.png and /dev/null differ diff --git a/graphics/entity/machine/assembling-machine-5.png b/graphics/entity/machine/assembling-machine-5.png deleted file mode 100644 index 7fa19b7..0000000 Binary files a/graphics/entity/machine/assembling-machine-5.png and /dev/null differ diff --git a/graphics/entity/machine/basic-mining-drill/east.png b/graphics/entity/machine/basic-mining-drill/east.png deleted file mode 100644 index f299f9e..0000000 Binary files a/graphics/entity/machine/basic-mining-drill/east.png and /dev/null differ diff --git a/graphics/entity/machine/basic-mining-drill/north.png b/graphics/entity/machine/basic-mining-drill/north.png deleted file mode 100644 index 4431050..0000000 Binary files a/graphics/entity/machine/basic-mining-drill/north.png and /dev/null differ diff --git a/graphics/entity/machine/basic-mining-drill/south.png b/graphics/entity/machine/basic-mining-drill/south.png deleted file mode 100644 index c2f7b11..0000000 Binary files a/graphics/entity/machine/basic-mining-drill/south.png and /dev/null differ diff --git a/graphics/entity/machine/basic-mining-drill/west.png b/graphics/entity/machine/basic-mining-drill/west.png deleted file mode 100644 index c95e72f..0000000 Binary files a/graphics/entity/machine/basic-mining-drill/west.png and /dev/null differ diff --git a/graphics/entity/machine/boiling-blue-patch.png b/graphics/entity/machine/boiling-blue-patch.png deleted file mode 100644 index b77872f..0000000 Binary files a/graphics/entity/machine/boiling-blue-patch.png and /dev/null differ diff --git a/graphics/entity/machine/boiling-red-patch.png b/graphics/entity/machine/boiling-red-patch.png deleted file mode 100644 index 7c366c0..0000000 Binary files a/graphics/entity/machine/boiling-red-patch.png and /dev/null differ diff --git a/graphics/entity/machine/boiling-window-blue-patch.png b/graphics/entity/machine/boiling-window-blue-patch.png deleted file mode 100644 index cbb7d53..0000000 Binary files a/graphics/entity/machine/boiling-window-blue-patch.png and /dev/null differ diff --git a/graphics/entity/machine/boiling-window-red-patch.png b/graphics/entity/machine/boiling-window-red-patch.png deleted file mode 100644 index 50c655f..0000000 Binary files a/graphics/entity/machine/boiling-window-red-patch.png and /dev/null differ diff --git a/graphics/entity/machine/chemical-plant-mk2.png b/graphics/entity/machine/chemical-plant-mk2.png deleted file mode 100644 index b3e1e36..0000000 Binary files a/graphics/entity/machine/chemical-plant-mk2.png and /dev/null differ diff --git a/graphics/entity/machine/chemical-plant-mk3.png b/graphics/entity/machine/chemical-plant-mk3.png deleted file mode 100644 index 106c820..0000000 Binary files a/graphics/entity/machine/chemical-plant-mk3.png and /dev/null differ diff --git a/graphics/entity/machine/electric-furnace-mk2-base.png b/graphics/entity/machine/electric-furnace-mk2-base.png deleted file mode 100644 index 9a34bb8..0000000 Binary files a/graphics/entity/machine/electric-furnace-mk2-base.png and /dev/null differ diff --git a/graphics/entity/machine/electric-furnace-mk2-heater.png b/graphics/entity/machine/electric-furnace-mk2-heater.png deleted file mode 100644 index 0055695..0000000 Binary files a/graphics/entity/machine/electric-furnace-mk2-heater.png and /dev/null differ diff --git a/graphics/entity/machine/electric-furnace-mk3-base.png b/graphics/entity/machine/electric-furnace-mk3-base.png deleted file mode 100644 index 7cb8192..0000000 Binary files a/graphics/entity/machine/electric-furnace-mk3-base.png and /dev/null differ diff --git a/graphics/entity/machine/electric-furnace-mk3-heater.png b/graphics/entity/machine/electric-furnace-mk3-heater.png deleted file mode 100644 index 1b8705d..0000000 Binary files a/graphics/entity/machine/electric-furnace-mk3-heater.png and /dev/null differ diff --git a/graphics/entity/machine/oil-refinery-mk2.png b/graphics/entity/machine/oil-refinery-mk2.png deleted file mode 100644 index 752a123..0000000 Binary files a/graphics/entity/machine/oil-refinery-mk2.png and /dev/null differ diff --git a/graphics/entity/machine/oil-refinery-mk3.png b/graphics/entity/machine/oil-refinery-mk3.png deleted file mode 100644 index 5041f4b..0000000 Binary files a/graphics/entity/machine/oil-refinery-mk3.png and /dev/null differ diff --git a/graphics/entity/machine/pumpjack/pumpjack-animation.png b/graphics/entity/machine/pumpjack/pumpjack-animation.png deleted file mode 100644 index 40f8293..0000000 Binary files a/graphics/entity/machine/pumpjack/pumpjack-animation.png and /dev/null differ diff --git a/graphics/entity/machine/pumpjack/pumpjack-base.png b/graphics/entity/machine/pumpjack/pumpjack-base.png deleted file mode 100644 index fdcb11e..0000000 Binary files a/graphics/entity/machine/pumpjack/pumpjack-base.png and /dev/null differ diff --git a/graphics/entity/machine/pumpjack/pumpjack-radius-visualization.png b/graphics/entity/machine/pumpjack/pumpjack-radius-visualization.png deleted file mode 100644 index 074c703..0000000 Binary files a/graphics/entity/machine/pumpjack/pumpjack-radius-visualization.png and /dev/null differ diff --git a/graphics/entity/machine/radar-mk2.png b/graphics/entity/machine/radar-mk2.png deleted file mode 100644 index b2909fc..0000000 Binary files a/graphics/entity/machine/radar-mk2.png and /dev/null differ diff --git a/graphics/entity/machine/sv-radar.png b/graphics/entity/machine/sv-radar.png deleted file mode 100644 index f0d7675..0000000 Binary files a/graphics/entity/machine/sv-radar.png and /dev/null differ diff --git a/graphics/entity/power-poles/big-electric-pole-mk2.png b/graphics/entity/power-poles/big-electric-pole-mk2.png deleted file mode 100644 index 8e6c5fb..0000000 Binary files a/graphics/entity/power-poles/big-electric-pole-mk2.png and /dev/null differ diff --git a/graphics/entity/power-poles/big-electric-pole-mk3.png b/graphics/entity/power-poles/big-electric-pole-mk3.png deleted file mode 100644 index 7873cb4..0000000 Binary files a/graphics/entity/power-poles/big-electric-pole-mk3.png and /dev/null differ diff --git a/graphics/entity/power-poles/medium-electric-pole-mk2.png b/graphics/entity/power-poles/medium-electric-pole-mk2.png deleted file mode 100644 index f66db01..0000000 Binary files a/graphics/entity/power-poles/medium-electric-pole-mk2.png and /dev/null differ diff --git a/graphics/entity/power-poles/medium-electric-pole-mk3.png b/graphics/entity/power-poles/medium-electric-pole-mk3.png deleted file mode 100644 index bcc682f..0000000 Binary files a/graphics/entity/power-poles/medium-electric-pole-mk3.png and /dev/null differ diff --git a/graphics/entity/solar-panels/solar-panel-mk2.png b/graphics/entity/solar-panels/solar-panel-mk2.png deleted file mode 100644 index 4a786b7..0000000 Binary files a/graphics/entity/solar-panels/solar-panel-mk2.png and /dev/null differ diff --git a/graphics/entity/solar-panels/solar-panel-mk3.png b/graphics/entity/solar-panels/solar-panel-mk3.png deleted file mode 100644 index f51d695..0000000 Binary files a/graphics/entity/solar-panels/solar-panel-mk3.png and /dev/null differ diff --git a/graphics/entity/substations/substation-mk2.png b/graphics/entity/substations/substation-mk2.png deleted file mode 100644 index 73e7f2f..0000000 Binary files a/graphics/entity/substations/substation-mk2.png and /dev/null differ diff --git a/graphics/entity/substations/substation-mk3.png b/graphics/entity/substations/substation-mk3.png deleted file mode 100644 index bb612cb..0000000 Binary files a/graphics/entity/substations/substation-mk3.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-1.png b/graphics/entity/trains/cargo-wagon-mk2-spritesheet-1.png deleted file mode 100644 index 9fb5727..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-1.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-2.png b/graphics/entity/trains/cargo-wagon-mk2-spritesheet-2.png deleted file mode 100644 index 00eb272..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-2.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-3.png b/graphics/entity/trains/cargo-wagon-mk2-spritesheet-3.png deleted file mode 100644 index f2552c2..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-3.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-4.png b/graphics/entity/trains/cargo-wagon-mk2-spritesheet-4.png deleted file mode 100644 index 77a28c7..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk2-spritesheet-4.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-1.png b/graphics/entity/trains/cargo-wagon-mk3-spritesheet-1.png deleted file mode 100644 index 48751ec..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-1.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-2.png b/graphics/entity/trains/cargo-wagon-mk3-spritesheet-2.png deleted file mode 100644 index 7218455..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-2.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-3.png b/graphics/entity/trains/cargo-wagon-mk3-spritesheet-3.png deleted file mode 100644 index 6e04b8a..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-3.png and /dev/null differ diff --git a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-4.png b/graphics/entity/trains/cargo-wagon-mk3-spritesheet-4.png deleted file mode 100644 index 36218b1..0000000 Binary files a/graphics/entity/trains/cargo-wagon-mk3-spritesheet-4.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-01.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-01.png deleted file mode 100644 index a99f220..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-01.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-02.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-02.png deleted file mode 100644 index 3dd90b4..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-02.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-03.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-03.png deleted file mode 100644 index a93d26e..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-03.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-04.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-04.png deleted file mode 100644 index 4f0f3dc..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-04.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-05.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-05.png deleted file mode 100644 index 7bb64c0..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-05.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-06.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-06.png deleted file mode 100644 index ceb55c0..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-06.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-07.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-07.png deleted file mode 100644 index b84868b..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-07.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-08.png b/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-08.png deleted file mode 100644 index f085915..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk2/diesel-locomotive-08.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-01.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-01.png deleted file mode 100644 index 2339050..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-01.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-02.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-02.png deleted file mode 100644 index e822a69..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-02.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-03.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-03.png deleted file mode 100644 index 84d520e..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-03.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-04.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-04.png deleted file mode 100644 index c4ad8d3..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-04.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-05.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-05.png deleted file mode 100644 index 609d49d..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-05.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-06.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-06.png deleted file mode 100644 index b8ffe02..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-06.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-07.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-07.png deleted file mode 100644 index 601e3f2..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-07.png and /dev/null differ diff --git a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-08.png b/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-08.png deleted file mode 100644 index d29a7a1..0000000 Binary files a/graphics/entity/transport/diesel-locomotive-mk3/diesel-locomotive-08.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-base.png b/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-base.png deleted file mode 100644 index 7e8e136..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-base.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-closed.png b/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-closed.png deleted file mode 100644 index 1937991..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-closed.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-open.png b/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-open.png deleted file mode 100644 index bc03089..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-hand-open.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-platform.png b/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-platform.png deleted file mode 100644 index 988cee1..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk2/fast-inserter-mk2-platform.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-base.png b/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-base.png deleted file mode 100644 index 49259ae..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-base.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-closed.png b/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-closed.png deleted file mode 100644 index 23e3b93..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-closed.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-open.png b/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-open.png deleted file mode 100644 index 7385ef5..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-hand-open.png and /dev/null differ diff --git a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-platform.png b/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-platform.png deleted file mode 100644 index f642e7b..0000000 Binary files a/graphics/entity/transport/fast-inserter-mk3/fast-inserter-mk3-platform.png and /dev/null differ diff --git a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-base.png b/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-base.png deleted file mode 100644 index 410744d..0000000 Binary files a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-base.png and /dev/null differ diff --git a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-closed.png b/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-closed.png deleted file mode 100644 index 4bcf65d..0000000 Binary files a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-closed.png and /dev/null differ diff --git a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-open.png b/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-open.png deleted file mode 100644 index c30b9f7..0000000 Binary files a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-hand-open.png and /dev/null differ diff --git a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-platform.png b/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-platform.png deleted file mode 100644 index 547f23d..0000000 Binary files a/graphics/entity/transport/fast-long-handed-inserter/long-handed-inserter-platform.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-covers/pipe-cover-east.png b/graphics/entity/transport/pipe-covers/pipe-cover-east.png deleted file mode 100644 index eda00e9..0000000 Binary files a/graphics/entity/transport/pipe-covers/pipe-cover-east.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-covers/pipe-cover-north.png b/graphics/entity/transport/pipe-covers/pipe-cover-north.png deleted file mode 100644 index 7a55080..0000000 Binary files a/graphics/entity/transport/pipe-covers/pipe-cover-north.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-covers/pipe-cover-south.png b/graphics/entity/transport/pipe-covers/pipe-cover-south.png deleted file mode 100644 index bc71dff..0000000 Binary files a/graphics/entity/transport/pipe-covers/pipe-cover-south.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-covers/pipe-cover-west.png b/graphics/entity/transport/pipe-covers/pipe-cover-west.png deleted file mode 100644 index 5bebaab..0000000 Binary files a/graphics/entity/transport/pipe-covers/pipe-cover-west.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-down.png b/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-down.png deleted file mode 100644 index a3aaee0..0000000 Binary files a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-down.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-left.png b/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-left.png deleted file mode 100644 index a1aaaa4..0000000 Binary files a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-left.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-right.png b/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-right.png deleted file mode 100644 index 7361b6c..0000000 Binary files a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-right.png and /dev/null differ diff --git a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-up.png b/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-up.png deleted file mode 100644 index fd81a13..0000000 Binary files a/graphics/entity/transport/pipe-to-ground/pipe-to-ground-mk2-up.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/fluid-background.png b/graphics/entity/transport/pipe/fluid-background.png deleted file mode 100644 index f47ca78..0000000 Binary files a/graphics/entity/transport/pipe/fluid-background.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/fluid-flow-high-temperature.png b/graphics/entity/transport/pipe/fluid-flow-high-temperature.png deleted file mode 100644 index cc1af5e..0000000 Binary files a/graphics/entity/transport/pipe/fluid-flow-high-temperature.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/fluid-flow-low-temperature.png b/graphics/entity/transport/pipe/fluid-flow-low-temperature.png deleted file mode 100644 index 033d2a8..0000000 Binary files a/graphics/entity/transport/pipe/fluid-flow-low-temperature.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/fluid-flow-medium-temperature.png b/graphics/entity/transport/pipe/fluid-flow-medium-temperature.png deleted file mode 100644 index 5f89b8c..0000000 Binary files a/graphics/entity/transport/pipe/fluid-flow-medium-temperature.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/fluid-flow.png b/graphics/entity/transport/pipe/fluid-flow.png deleted file mode 100644 index ec25844..0000000 Binary files a/graphics/entity/transport/pipe/fluid-flow.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-corner-down-left.png b/graphics/entity/transport/pipe/pipe-corner-down-left.png deleted file mode 100644 index b684c47..0000000 Binary files a/graphics/entity/transport/pipe/pipe-corner-down-left.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-corner-down-right.png b/graphics/entity/transport/pipe/pipe-corner-down-right.png deleted file mode 100644 index 66aab7e..0000000 Binary files a/graphics/entity/transport/pipe/pipe-corner-down-right.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-corner-up-left.png b/graphics/entity/transport/pipe/pipe-corner-up-left.png deleted file mode 100644 index 3dc0382..0000000 Binary files a/graphics/entity/transport/pipe/pipe-corner-up-left.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-corner-up-right.png b/graphics/entity/transport/pipe/pipe-corner-up-right.png deleted file mode 100644 index d307195..0000000 Binary files a/graphics/entity/transport/pipe/pipe-corner-up-right.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-cross.png b/graphics/entity/transport/pipe/pipe-cross.png deleted file mode 100644 index e8f6f5d..0000000 Binary files a/graphics/entity/transport/pipe/pipe-cross.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-ending-down.png b/graphics/entity/transport/pipe/pipe-ending-down.png deleted file mode 100644 index 32dbc0a..0000000 Binary files a/graphics/entity/transport/pipe/pipe-ending-down.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-ending-left.png b/graphics/entity/transport/pipe/pipe-ending-left.png deleted file mode 100644 index efe5650..0000000 Binary files a/graphics/entity/transport/pipe/pipe-ending-left.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-ending-right.png b/graphics/entity/transport/pipe/pipe-ending-right.png deleted file mode 100644 index 7060dfd..0000000 Binary files a/graphics/entity/transport/pipe/pipe-ending-right.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-ending-up.png b/graphics/entity/transport/pipe/pipe-ending-up.png deleted file mode 100644 index e8e05ca..0000000 Binary files a/graphics/entity/transport/pipe/pipe-ending-up.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-horizontal-window-background.png b/graphics/entity/transport/pipe/pipe-horizontal-window-background.png deleted file mode 100644 index 7b9adaa..0000000 Binary files a/graphics/entity/transport/pipe/pipe-horizontal-window-background.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-straight-horizontal-single.png b/graphics/entity/transport/pipe/pipe-straight-horizontal-single.png deleted file mode 100644 index d655a5c..0000000 Binary files a/graphics/entity/transport/pipe/pipe-straight-horizontal-single.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-straight-horizontal-window.png b/graphics/entity/transport/pipe/pipe-straight-horizontal-window.png deleted file mode 100644 index 5686d36..0000000 Binary files a/graphics/entity/transport/pipe/pipe-straight-horizontal-window.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-straight-horizontal.png b/graphics/entity/transport/pipe/pipe-straight-horizontal.png deleted file mode 100644 index 1db490e..0000000 Binary files a/graphics/entity/transport/pipe/pipe-straight-horizontal.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-straight-vertical-single.png b/graphics/entity/transport/pipe/pipe-straight-vertical-single.png deleted file mode 100644 index a4bb897..0000000 Binary files a/graphics/entity/transport/pipe/pipe-straight-vertical-single.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-straight-vertical-window.png b/graphics/entity/transport/pipe/pipe-straight-vertical-window.png deleted file mode 100644 index 83f77bd..0000000 Binary files a/graphics/entity/transport/pipe/pipe-straight-vertical-window.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-straight-vertical.png b/graphics/entity/transport/pipe/pipe-straight-vertical.png deleted file mode 100644 index 62132bb..0000000 Binary files a/graphics/entity/transport/pipe/pipe-straight-vertical.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-t-down.png b/graphics/entity/transport/pipe/pipe-t-down.png deleted file mode 100644 index c7a608e..0000000 Binary files a/graphics/entity/transport/pipe/pipe-t-down.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-t-left.png b/graphics/entity/transport/pipe/pipe-t-left.png deleted file mode 100644 index 7a53428..0000000 Binary files a/graphics/entity/transport/pipe/pipe-t-left.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-t-right.png b/graphics/entity/transport/pipe/pipe-t-right.png deleted file mode 100644 index e3133ce..0000000 Binary files a/graphics/entity/transport/pipe/pipe-t-right.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-t-up.png b/graphics/entity/transport/pipe/pipe-t-up.png deleted file mode 100644 index 6f0f717..0000000 Binary files a/graphics/entity/transport/pipe/pipe-t-up.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe-vertical-window-background.png b/graphics/entity/transport/pipe/pipe-vertical-window-background.png deleted file mode 100644 index 7594c07..0000000 Binary files a/graphics/entity/transport/pipe/pipe-vertical-window-background.png and /dev/null differ diff --git a/graphics/entity/transport/pipe/pipe.png b/graphics/entity/transport/pipe/pipe.png deleted file mode 100644 index e4625a2..0000000 Binary files a/graphics/entity/transport/pipe/pipe.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-east.png b/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-east.png deleted file mode 100644 index 7e82c22..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-east.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-north.png b/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-north.png deleted file mode 100644 index 4440fcf..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-north.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-south.png b/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-south.png deleted file mode 100644 index 8bc4caf..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-south.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-west.png b/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-west.png deleted file mode 100644 index 105a929..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk1/rapid-splitter-mk1-west.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk1/rapid-transport-belt-mk1.png b/graphics/entity/transport/rapid-transport-mk1/rapid-transport-belt-mk1.png deleted file mode 100644 index aa339f9..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk1/rapid-transport-belt-mk1.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk1/rapid-transport-belt-to-ground-mk1-structure.png b/graphics/entity/transport/rapid-transport-mk1/rapid-transport-belt-to-ground-mk1-structure.png deleted file mode 100644 index f5c1298..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk1/rapid-transport-belt-to-ground-mk1-structure.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-east.png b/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-east.png deleted file mode 100644 index e32f094..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-east.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-north.png b/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-north.png deleted file mode 100644 index 1a43a1b..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-north.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-south.png b/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-south.png deleted file mode 100644 index 1f455a0..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-south.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-west.png b/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-west.png deleted file mode 100644 index 2ec0ad2..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk2/rapid-splitter-mk2-west.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk2/rapid-transport-belt-mk2.png b/graphics/entity/transport/rapid-transport-mk2/rapid-transport-belt-mk2.png deleted file mode 100644 index 1edb42b..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk2/rapid-transport-belt-mk2.png and /dev/null differ diff --git a/graphics/entity/transport/rapid-transport-mk2/rapid-transport-belt-to-ground-mk2-structure.png b/graphics/entity/transport/rapid-transport-mk2/rapid-transport-belt-to-ground-mk2-structure.png deleted file mode 100644 index 633b903..0000000 Binary files a/graphics/entity/transport/rapid-transport-mk2/rapid-transport-belt-to-ground-mk2-structure.png and /dev/null differ diff --git a/graphics/entity/transport/small-pump/small-pump-down.png b/graphics/entity/transport/small-pump/small-pump-down.png deleted file mode 100644 index 29acf12..0000000 Binary files a/graphics/entity/transport/small-pump/small-pump-down.png and /dev/null differ diff --git a/graphics/entity/transport/small-pump/small-pump-left.png b/graphics/entity/transport/small-pump/small-pump-left.png deleted file mode 100644 index 4717459..0000000 Binary files a/graphics/entity/transport/small-pump/small-pump-left.png and /dev/null differ diff --git a/graphics/entity/transport/small-pump/small-pump-right.png b/graphics/entity/transport/small-pump/small-pump-right.png deleted file mode 100644 index 470c89c..0000000 Binary files a/graphics/entity/transport/small-pump/small-pump-right.png and /dev/null differ diff --git a/graphics/entity/transport/small-pump/small-pump-up.png b/graphics/entity/transport/small-pump/small-pump-up.png deleted file mode 100644 index 1d2605b..0000000 Binary files a/graphics/entity/transport/small-pump/small-pump-up.png and /dev/null differ diff --git a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-base.png b/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-base.png deleted file mode 100644 index 410744d..0000000 Binary files a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-base.png and /dev/null differ diff --git a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-closed.png b/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-closed.png deleted file mode 100644 index 4bcf65d..0000000 Binary files a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-closed.png and /dev/null differ diff --git a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-open.png b/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-open.png deleted file mode 100644 index c30b9f7..0000000 Binary files a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-hand-open.png and /dev/null differ diff --git a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-platform.png b/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-platform.png deleted file mode 100644 index b2522b4..0000000 Binary files a/graphics/entity/transport/smart-long-handed-inserter/long-handed-inserter-platform.png and /dev/null differ diff --git a/graphics/entity/transport/start-end-integration-patches.png b/graphics/entity/transport/start-end-integration-patches.png deleted file mode 100644 index 300c663..0000000 Binary files a/graphics/entity/transport/start-end-integration-patches.png and /dev/null differ diff --git a/graphics/entity/transport/storage-tank/fluid-background.png b/graphics/entity/transport/storage-tank/fluid-background.png deleted file mode 100644 index e25c992..0000000 Binary files a/graphics/entity/transport/storage-tank/fluid-background.png and /dev/null differ diff --git a/graphics/entity/transport/storage-tank/storage-tank.png b/graphics/entity/transport/storage-tank/storage-tank.png deleted file mode 100644 index 3e1033b..0000000 Binary files a/graphics/entity/transport/storage-tank/storage-tank.png and /dev/null differ diff --git a/graphics/entity/transport/storage-tank/window-background.png b/graphics/entity/transport/storage-tank/window-background.png deleted file mode 100644 index de3ce54..0000000 Binary files a/graphics/entity/transport/storage-tank/window-background.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-base-mask.png b/graphics/entity/weapons/gun-turret/gun-turret-base-mask.png deleted file mode 100644 index 29bced6..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-base-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-base.png b/graphics/entity/weapons/gun-turret/gun-turret-base.png deleted file mode 100644 index 857b4f5..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-base.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-1.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-1.png deleted file mode 100644 index 7e27b98..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-1.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-2.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-2.png deleted file mode 100644 index 17e43d3..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-2.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-extension-mask.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-extension-mask.png deleted file mode 100644 index 87743cc..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-extension-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-extension-shadow.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-extension-shadow.png deleted file mode 100644 index 5de366d..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-extension-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-extension.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-extension.png deleted file mode 100644 index ec7e596..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-extension.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-mask.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-mask.png deleted file mode 100644 index ed6341d..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-shadow-1.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-shadow-1.png deleted file mode 100644 index 58a3469..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-shadow-1.png and /dev/null differ diff --git a/graphics/entity/weapons/gun-turret/gun-turret-gun-shadow-2.png b/graphics/entity/weapons/gun-turret/gun-turret-gun-shadow-2.png deleted file mode 100644 index 8aa81d3..0000000 Binary files a/graphics/entity/weapons/gun-turret/gun-turret-gun-shadow-2.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-base-mask.png b/graphics/entity/weapons/laser-turret/laser-turret-base-mask.png deleted file mode 100644 index 41e4293..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-base-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-base.png b/graphics/entity/weapons/laser-turret/laser-turret-base.png deleted file mode 100644 index 563028a..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-base.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-gun-mask.png b/graphics/entity/weapons/laser-turret/laser-turret-gun-mask.png deleted file mode 100644 index 990b471..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-gun-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-gun-shadow.png b/graphics/entity/weapons/laser-turret/laser-turret-gun-shadow.png deleted file mode 100644 index 2d01469..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-gun-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-gun-start-mask.png b/graphics/entity/weapons/laser-turret/laser-turret-gun-start-mask.png deleted file mode 100644 index efc80ea..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-gun-start-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-gun-start-shadow.png b/graphics/entity/weapons/laser-turret/laser-turret-gun-start-shadow.png deleted file mode 100644 index 7e3ac3f..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-gun-start-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-gun-start.png b/graphics/entity/weapons/laser-turret/laser-turret-gun-start.png deleted file mode 100644 index 05515fc..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-gun-start.png and /dev/null differ diff --git a/graphics/entity/weapons/laser-turret/laser-turret-gun.png b/graphics/entity/weapons/laser-turret/laser-turret-gun.png deleted file mode 100644 index a284d1c..0000000 Binary files a/graphics/entity/weapons/laser-turret/laser-turret-gun.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-base-horizontal-mask.png b/graphics/entity/weapons/reinforced-gate/gate-base-horizontal-mask.png deleted file mode 100644 index eaaf462..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-base-horizontal-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-base-horizontal.png b/graphics/entity/weapons/reinforced-gate/gate-base-horizontal.png deleted file mode 100644 index f325d0f..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-base-horizontal.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-base-vertical-mask.png b/graphics/entity/weapons/reinforced-gate/gate-base-vertical-mask.png deleted file mode 100644 index b2b1bc0..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-base-vertical-mask.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-base-vertical.png b/graphics/entity/weapons/reinforced-gate/gate-base-vertical.png deleted file mode 100644 index 22f2a05..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-base-vertical.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-horizontal-shadow.png b/graphics/entity/weapons/reinforced-gate/gate-horizontal-shadow.png deleted file mode 100644 index 3a17fb7..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-horizontal-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-horizontal.png b/graphics/entity/weapons/reinforced-gate/gate-horizontal.png deleted file mode 100644 index b1b4a13..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-horizontal.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-base-horizontal.png b/graphics/entity/weapons/reinforced-gate/gate-rail-base-horizontal.png deleted file mode 100644 index d853101..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-base-horizontal.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-base-mask-horizontal.png b/graphics/entity/weapons/reinforced-gate/gate-rail-base-mask-horizontal.png deleted file mode 100644 index 61f9b33..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-base-mask-horizontal.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-base-mask-vertical.png b/graphics/entity/weapons/reinforced-gate/gate-rail-base-mask-vertical.png deleted file mode 100644 index 6ef7743..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-base-mask-vertical.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-base-vertical.png b/graphics/entity/weapons/reinforced-gate/gate-rail-base-vertical.png deleted file mode 100644 index 581d8f0..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-base-vertical.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-left.png b/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-left.png deleted file mode 100644 index a7c85ce..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-left.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-right.png b/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-right.png deleted file mode 100644 index f4b6cf9..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-right.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow-left.png b/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow-left.png deleted file mode 100644 index bdc26e2..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow-left.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow-right.png b/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow-right.png deleted file mode 100644 index f913ba1..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow-right.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow.png b/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow.png deleted file mode 100644 index 5ec775f..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal.png b/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal.png deleted file mode 100644 index 0aab7a3..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-horizontal.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-left.png b/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-left.png deleted file mode 100644 index e9b5004..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-left.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-right.png b/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-right.png deleted file mode 100644 index 5dc6fb0..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-right.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow-left.png b/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow-left.png deleted file mode 100644 index ea0055d..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow-left.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow-right.png b/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow-right.png deleted file mode 100644 index a81f0e3..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow-right.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow.png b/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow.png deleted file mode 100644 index d8f5bcf..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical.png b/graphics/entity/weapons/reinforced-gate/gate-rail-vertical.png deleted file mode 100644 index 99810e0..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-rail-vertical.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-vertical-shadow.png b/graphics/entity/weapons/reinforced-gate/gate-vertical-shadow.png deleted file mode 100644 index d1bd96c..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-vertical-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/gate-vertical.png b/graphics/entity/weapons/reinforced-gate/gate-vertical.png deleted file mode 100644 index 9b234e3..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/gate-vertical.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-diode-green.png b/graphics/entity/weapons/reinforced-gate/wall-diode-green.png deleted file mode 100644 index 57be135..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-diode-green.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-diode-red.png b/graphics/entity/weapons/reinforced-gate/wall-diode-red.png deleted file mode 100644 index 9dc439d..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-diode-red.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-east-shadow.png b/graphics/entity/weapons/reinforced-gate/wall-patch-east-shadow.png deleted file mode 100644 index b1a5245..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-east-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-east.png b/graphics/entity/weapons/reinforced-gate/wall-patch-east.png deleted file mode 100644 index 62511a3..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-east.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-north-shadow.png b/graphics/entity/weapons/reinforced-gate/wall-patch-north-shadow.png deleted file mode 100644 index 3c9b542..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-north-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-north.png b/graphics/entity/weapons/reinforced-gate/wall-patch-north.png deleted file mode 100644 index a8525df..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-north.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-south-shadow.png b/graphics/entity/weapons/reinforced-gate/wall-patch-south-shadow.png deleted file mode 100644 index 2f2b900..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-south-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-south.png b/graphics/entity/weapons/reinforced-gate/wall-patch-south.png deleted file mode 100644 index 3688444..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-south.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-west-shadow.png b/graphics/entity/weapons/reinforced-gate/wall-patch-west-shadow.png deleted file mode 100644 index af98550..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-west-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-gate/wall-patch-west.png b/graphics/entity/weapons/reinforced-gate/wall-patch-west.png deleted file mode 100644 index 92aecf7..0000000 Binary files a/graphics/entity/weapons/reinforced-gate/wall-patch-west.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-01.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-01.png deleted file mode 100644 index a74e7a8..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-01.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-02.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-02.png deleted file mode 100644 index 0fe82f6..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-02.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-03.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-03.png deleted file mode 100644 index dcd8640..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-03.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-04.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-04.png deleted file mode 100644 index 1047c4f..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-04.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-05.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-05.png deleted file mode 100644 index eb42c56..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-05.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-06.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-06.png deleted file mode 100644 index 8718554..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-06.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-07.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-07.png deleted file mode 100644 index ed9eaa6..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-07.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-08.png b/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-08.png deleted file mode 100644 index c95badc..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/remains/wall-remain-08.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-left-down-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-corner-left-down-shadow.png deleted file mode 100644 index 2e14061..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-left-down-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-left-down.png b/graphics/entity/weapons/reinforced-stone-wall/wall-corner-left-down.png deleted file mode 100644 index 8fac4cf..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-left-down.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-right-down-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-corner-right-down-shadow.png deleted file mode 100644 index ef8e87a..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-right-down-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-right-down.png b/graphics/entity/weapons/reinforced-stone-wall/wall-corner-right-down.png deleted file mode 100644 index 1206985..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-corner-right-down.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-left-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-ending-left-shadow.png deleted file mode 100644 index e58b9f6..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-left-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-left.png b/graphics/entity/weapons/reinforced-stone-wall/wall-ending-left.png deleted file mode 100644 index addb9ae..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-left.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-right-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-ending-right-shadow.png deleted file mode 100644 index 3509678..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-right-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-right.png b/graphics/entity/weapons/reinforced-stone-wall/wall-ending-right.png deleted file mode 100644 index 979d131..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-ending-right.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-single-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-single-shadow.png deleted file mode 100644 index cc09bd9..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-single-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-single.png b/graphics/entity/weapons/reinforced-stone-wall/wall-single.png deleted file mode 100644 index 91c61be..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-single.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-1.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-1.png deleted file mode 100644 index 353abfd..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-1.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-2.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-2.png deleted file mode 100644 index eadf32f..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-2.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-3.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-3.png deleted file mode 100644 index b7db92d..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-3.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-shadow.png deleted file mode 100644 index 2b23db9..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-horizontal-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-1.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-1.png deleted file mode 100644 index 683a98b..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-1.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-2.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-2.png deleted file mode 100644 index 43a3b49..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-2.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-3.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-3.png deleted file mode 100644 index 995ea3d..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-3.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-shadow.png deleted file mode 100644 index 20a50b1..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-straight-vertical-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-t-down-shadow.png b/graphics/entity/weapons/reinforced-stone-wall/wall-t-down-shadow.png deleted file mode 100644 index fc07914..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-t-down-shadow.png and /dev/null differ diff --git a/graphics/entity/weapons/reinforced-stone-wall/wall-t-down.png b/graphics/entity/weapons/reinforced-stone-wall/wall-t-down.png deleted file mode 100644 index 7c50532..0000000 Binary files a/graphics/entity/weapons/reinforced-stone-wall/wall-t-down.png and /dev/null differ diff --git a/graphics/entity/weapons/saucer/saucer-shadows.png b/graphics/entity/weapons/saucer/saucer-shadows.png deleted file mode 100644 index fe21d25..0000000 Binary files a/graphics/entity/weapons/saucer/saucer-shadows.png and /dev/null differ diff --git a/graphics/entity/weapons/saucer/saucer.png b/graphics/entity/weapons/saucer/saucer.png deleted file mode 100644 index 82dcefd..0000000 Binary files a/graphics/entity/weapons/saucer/saucer.png and /dev/null differ diff --git a/graphics/equipment/battery-mk3-equipment.png b/graphics/equipment/battery-mk3-equipment.png deleted file mode 100644 index 270d1e7..0000000 Binary files a/graphics/equipment/battery-mk3-equipment.png and /dev/null differ diff --git a/graphics/equipment/energy-shield-mk3-equipment.png b/graphics/equipment/energy-shield-mk3-equipment.png deleted file mode 100644 index aa76fd5..0000000 Binary files a/graphics/equipment/energy-shield-mk3-equipment.png and /dev/null differ diff --git a/graphics/equipment/fusion-reactor-mk2-equipment.png b/graphics/equipment/fusion-reactor-mk2-equipment.png deleted file mode 100644 index 72d578c..0000000 Binary files a/graphics/equipment/fusion-reactor-mk2-equipment.png and /dev/null differ diff --git a/graphics/equipment/personal-roboport-mk2-equipment.png b/graphics/equipment/personal-roboport-mk2-equipment.png deleted file mode 100644 index e7225d7..0000000 Binary files a/graphics/equipment/personal-roboport-mk2-equipment.png and /dev/null differ diff --git a/graphics/group/FEP_64.png b/graphics/group/FEP_64.png new file mode 100644 index 0000000..5ed1cf5 Binary files /dev/null and b/graphics/group/FEP_64.png differ diff --git a/graphics/icons/accumulator-mk2.png b/graphics/icons/accumulator-mk2.png deleted file mode 100644 index 55981a6..0000000 Binary files a/graphics/icons/accumulator-mk2.png and /dev/null differ diff --git a/graphics/icons/accumulator-mk3.png b/graphics/icons/accumulator-mk3.png deleted file mode 100644 index cbb378e..0000000 Binary files a/graphics/icons/accumulator-mk3.png and /dev/null differ diff --git a/graphics/icons/assembling-machine-4.png b/graphics/icons/assembling-machine-4.png deleted file mode 100644 index ad2cb11..0000000 Binary files a/graphics/icons/assembling-machine-4.png and /dev/null differ diff --git a/graphics/icons/assembling-machine-5.png b/graphics/icons/assembling-machine-5.png deleted file mode 100644 index 9d90d57..0000000 Binary files a/graphics/icons/assembling-machine-5.png and /dev/null differ diff --git a/graphics/icons/basic-mining-drill-mk2.png b/graphics/icons/basic-mining-drill-mk2.png deleted file mode 100644 index 46effb3..0000000 Binary files a/graphics/icons/basic-mining-drill-mk2.png and /dev/null differ diff --git a/graphics/icons/battery-mk3-equipment.png b/graphics/icons/battery-mk3-equipment.png deleted file mode 100644 index a89526a..0000000 Binary files a/graphics/icons/battery-mk3-equipment.png and /dev/null differ diff --git a/graphics/icons/big-electric-pole-mk2.png b/graphics/icons/big-electric-pole-mk2.png deleted file mode 100644 index 4595cd0..0000000 Binary files a/graphics/icons/big-electric-pole-mk2.png and /dev/null differ diff --git a/graphics/icons/big-electric-pole-mk3.png b/graphics/icons/big-electric-pole-mk3.png deleted file mode 100644 index 2d0eb91..0000000 Binary files a/graphics/icons/big-electric-pole-mk3.png and /dev/null differ diff --git a/graphics/icons/cargo-wagon-mk2.png b/graphics/icons/cargo-wagon-mk2.png deleted file mode 100644 index 78a9685..0000000 Binary files a/graphics/icons/cargo-wagon-mk2.png and /dev/null differ diff --git a/graphics/icons/cargo-wagon-mk3.png b/graphics/icons/cargo-wagon-mk3.png deleted file mode 100644 index a40a991..0000000 Binary files a/graphics/icons/cargo-wagon-mk3.png and /dev/null differ diff --git a/graphics/icons/chemical-plant-mk2.png b/graphics/icons/chemical-plant-mk2.png deleted file mode 100644 index 8e19b88..0000000 Binary files a/graphics/icons/chemical-plant-mk2.png and /dev/null differ diff --git a/graphics/icons/chemical-plant-mk3.png b/graphics/icons/chemical-plant-mk3.png deleted file mode 100644 index 64a3d95..0000000 Binary files a/graphics/icons/chemical-plant-mk3.png and /dev/null differ diff --git a/graphics/icons/construction-robot-mk2.png b/graphics/icons/construction-robot-mk2.png deleted file mode 100644 index ab16ad6..0000000 Binary files a/graphics/icons/construction-robot-mk2.png and /dev/null differ diff --git a/graphics/icons/diesel-locomotive-mk2.png b/graphics/icons/diesel-locomotive-mk2.png deleted file mode 100644 index 8704ca9..0000000 Binary files a/graphics/icons/diesel-locomotive-mk2.png and /dev/null differ diff --git a/graphics/icons/diesel-locomotive-mk3.png b/graphics/icons/diesel-locomotive-mk3.png deleted file mode 100644 index 415598e..0000000 Binary files a/graphics/icons/diesel-locomotive-mk3.png and /dev/null differ diff --git a/graphics/icons/electric-furnace-mk2.png b/graphics/icons/electric-furnace-mk2.png deleted file mode 100644 index 9e0c86a..0000000 Binary files a/graphics/icons/electric-furnace-mk2.png and /dev/null differ diff --git a/graphics/icons/electric-furnace-mk3.png b/graphics/icons/electric-furnace-mk3.png deleted file mode 100644 index 3f62eeb..0000000 Binary files a/graphics/icons/electric-furnace-mk3.png and /dev/null differ diff --git a/graphics/icons/energy-shield-mk3-equipment.png b/graphics/icons/energy-shield-mk3-equipment.png deleted file mode 100644 index 7a7df8f..0000000 Binary files a/graphics/icons/energy-shield-mk3-equipment.png and /dev/null differ diff --git a/graphics/icons/fast-inserter-mk2.png b/graphics/icons/fast-inserter-mk2.png deleted file mode 100644 index f67b311..0000000 Binary files a/graphics/icons/fast-inserter-mk2.png and /dev/null differ diff --git a/graphics/icons/fast-inserter-mk3.png b/graphics/icons/fast-inserter-mk3.png deleted file mode 100644 index d6597a3..0000000 Binary files a/graphics/icons/fast-inserter-mk3.png and /dev/null differ diff --git a/graphics/icons/fast-long-handed-inserter.png b/graphics/icons/fast-long-handed-inserter.png deleted file mode 100644 index b4bf366..0000000 Binary files a/graphics/icons/fast-long-handed-inserter.png and /dev/null differ diff --git a/graphics/icons/fusion-reactor-mk2-equipment.png b/graphics/icons/fusion-reactor-mk2-equipment.png deleted file mode 100644 index 682f688..0000000 Binary files a/graphics/icons/fusion-reactor-mk2-equipment.png and /dev/null differ diff --git a/graphics/icons/gun-turret.png b/graphics/icons/gun-turret.png deleted file mode 100644 index 2072fbf..0000000 Binary files a/graphics/icons/gun-turret.png and /dev/null differ diff --git a/graphics/icons/laser-turret.png b/graphics/icons/laser-turret.png deleted file mode 100644 index 3f2a7f6..0000000 Binary files a/graphics/icons/laser-turret.png and /dev/null differ diff --git a/graphics/icons/logistic-robot-mk2.png b/graphics/icons/logistic-robot-mk2.png deleted file mode 100644 index 76492e4..0000000 Binary files a/graphics/icons/logistic-robot-mk2.png and /dev/null differ diff --git a/graphics/icons/medium-electric-pole-mk2.png b/graphics/icons/medium-electric-pole-mk2.png deleted file mode 100644 index 875fe1d..0000000 Binary files a/graphics/icons/medium-electric-pole-mk2.png and /dev/null differ diff --git a/graphics/icons/medium-electric-pole-mk3.png b/graphics/icons/medium-electric-pole-mk3.png deleted file mode 100644 index 27175f2..0000000 Binary files a/graphics/icons/medium-electric-pole-mk3.png and /dev/null differ diff --git a/graphics/icons/oil-refinery-mk2.png b/graphics/icons/oil-refinery-mk2.png deleted file mode 100644 index 8d9b08b..0000000 Binary files a/graphics/icons/oil-refinery-mk2.png and /dev/null differ diff --git a/graphics/icons/oil-refinery-mk3.png b/graphics/icons/oil-refinery-mk3.png deleted file mode 100644 index e29d3c4..0000000 Binary files a/graphics/icons/oil-refinery-mk3.png and /dev/null differ diff --git a/graphics/icons/personal-roboport-mk2-equipment.png b/graphics/icons/personal-roboport-mk2-equipment.png deleted file mode 100644 index c9ea385..0000000 Binary files a/graphics/icons/personal-roboport-mk2-equipment.png and /dev/null differ diff --git a/graphics/icons/pipe-mk2.png b/graphics/icons/pipe-mk2.png deleted file mode 100644 index a245be7..0000000 Binary files a/graphics/icons/pipe-mk2.png and /dev/null differ diff --git a/graphics/icons/pipe-to-ground-mk2.png b/graphics/icons/pipe-to-ground-mk2.png deleted file mode 100644 index 33a9a0a..0000000 Binary files a/graphics/icons/pipe-to-ground-mk2.png and /dev/null differ diff --git a/graphics/icons/power-armor-mk3.png b/graphics/icons/power-armor-mk3.png deleted file mode 100644 index 6369553..0000000 Binary files a/graphics/icons/power-armor-mk3.png and /dev/null differ diff --git a/graphics/icons/pumpjack-mk2.png b/graphics/icons/pumpjack-mk2.png deleted file mode 100644 index c3ad079..0000000 Binary files a/graphics/icons/pumpjack-mk2.png and /dev/null differ diff --git a/graphics/icons/radar-mk2.png b/graphics/icons/radar-mk2.png deleted file mode 100644 index cd43d1f..0000000 Binary files a/graphics/icons/radar-mk2.png and /dev/null differ diff --git a/graphics/icons/rapid-splitter-mk1.png b/graphics/icons/rapid-splitter-mk1.png deleted file mode 100644 index d781999..0000000 Binary files a/graphics/icons/rapid-splitter-mk1.png and /dev/null differ diff --git a/graphics/icons/rapid-splitter-mk2.png b/graphics/icons/rapid-splitter-mk2.png deleted file mode 100644 index 8885784..0000000 Binary files a/graphics/icons/rapid-splitter-mk2.png and /dev/null differ diff --git a/graphics/icons/rapid-transport-belt-mk1.png b/graphics/icons/rapid-transport-belt-mk1.png deleted file mode 100644 index 38497e6..0000000 Binary files a/graphics/icons/rapid-transport-belt-mk1.png and /dev/null differ diff --git a/graphics/icons/rapid-transport-belt-mk2.png b/graphics/icons/rapid-transport-belt-mk2.png deleted file mode 100644 index f2446aa..0000000 Binary files a/graphics/icons/rapid-transport-belt-mk2.png and /dev/null differ diff --git a/graphics/icons/rapid-transport-belt-to-ground-mk1.png b/graphics/icons/rapid-transport-belt-to-ground-mk1.png deleted file mode 100644 index 6580bc7..0000000 Binary files a/graphics/icons/rapid-transport-belt-to-ground-mk1.png and /dev/null differ diff --git a/graphics/icons/rapid-transport-belt-to-ground-mk2.png b/graphics/icons/rapid-transport-belt-to-ground-mk2.png deleted file mode 100644 index 656d14c..0000000 Binary files a/graphics/icons/rapid-transport-belt-to-ground-mk2.png and /dev/null differ diff --git a/graphics/icons/reinforced-gate.png b/graphics/icons/reinforced-gate.png deleted file mode 100644 index 2a6099a..0000000 Binary files a/graphics/icons/reinforced-gate.png and /dev/null differ diff --git a/graphics/icons/reinforced-stone-wall.png b/graphics/icons/reinforced-stone-wall.png deleted file mode 100644 index 1d73d43..0000000 Binary files a/graphics/icons/reinforced-stone-wall.png and /dev/null differ diff --git a/graphics/icons/repair-pack-mk2.png b/graphics/icons/repair-pack-mk2.png index 39e3438..8715fe4 100644 Binary files a/graphics/icons/repair-pack-mk2.png and b/graphics/icons/repair-pack-mk2.png differ diff --git a/graphics/icons/repair-pack-mk3.png b/graphics/icons/repair-pack-mk3.png index 3f2175a..4d30c64 100644 Binary files a/graphics/icons/repair-pack-mk3.png and b/graphics/icons/repair-pack-mk3.png differ diff --git a/graphics/icons/repair-pack.pdn b/graphics/icons/repair-pack.pdn new file mode 100644 index 0000000..7a27657 Binary files /dev/null and b/graphics/icons/repair-pack.pdn differ diff --git a/graphics/icons/roboport-mk2.png b/graphics/icons/roboport-mk2.png deleted file mode 100644 index 9bae6da..0000000 Binary files a/graphics/icons/roboport-mk2.png and /dev/null differ diff --git a/graphics/icons/roboport-mk3.png b/graphics/icons/roboport-mk3.png deleted file mode 100644 index 45a0b43..0000000 Binary files a/graphics/icons/roboport-mk3.png and /dev/null differ diff --git a/graphics/icons/shattering-bullet-magazine.png b/graphics/icons/shattering-bullet-magazine.png deleted file mode 100644 index 9ad3244..0000000 Binary files a/graphics/icons/shattering-bullet-magazine.png and /dev/null differ diff --git a/graphics/icons/shattering-shotgun-shell.png b/graphics/icons/shattering-shotgun-shell.png deleted file mode 100644 index 97025f8..0000000 Binary files a/graphics/icons/shattering-shotgun-shell.png and /dev/null differ diff --git a/graphics/icons/small-pump-mk2.png b/graphics/icons/small-pump-mk2.png deleted file mode 100644 index 7cb4935..0000000 Binary files a/graphics/icons/small-pump-mk2.png and /dev/null differ diff --git a/graphics/icons/smart-long-handed-inserter.png b/graphics/icons/smart-long-handed-inserter.png deleted file mode 100644 index fe3552c..0000000 Binary files a/graphics/icons/smart-long-handed-inserter.png and /dev/null differ diff --git a/graphics/icons/solar-panel-mk2.png b/graphics/icons/solar-panel-mk2.png deleted file mode 100644 index 5227ab6..0000000 Binary files a/graphics/icons/solar-panel-mk2.png and /dev/null differ diff --git a/graphics/icons/solar-panel-mk3.png b/graphics/icons/solar-panel-mk3.png deleted file mode 100644 index 5307730..0000000 Binary files a/graphics/icons/solar-panel-mk3.png and /dev/null differ diff --git a/graphics/icons/storage-tank-mk2.png b/graphics/icons/storage-tank-mk2.png deleted file mode 100644 index bbb1f78..0000000 Binary files a/graphics/icons/storage-tank-mk2.png and /dev/null differ diff --git a/graphics/icons/substation-mk2.png b/graphics/icons/substation-mk2.png deleted file mode 100644 index e24b0e0..0000000 Binary files a/graphics/icons/substation-mk2.png and /dev/null differ diff --git a/graphics/icons/substation-mk3.png b/graphics/icons/substation-mk3.png deleted file mode 100644 index 57d40f3..0000000 Binary files a/graphics/icons/substation-mk3.png and /dev/null differ diff --git a/graphics/icons/sv-radar.png b/graphics/icons/sv-radar.png deleted file mode 100644 index b469cb4..0000000 Binary files a/graphics/icons/sv-radar.png and /dev/null differ diff --git a/graphics/icons/titanium-axe.png b/graphics/icons/titanium-axe.png deleted file mode 100644 index c3c0206..0000000 Binary files a/graphics/icons/titanium-axe.png and /dev/null differ diff --git a/graphics/icons/titanium-ore.png b/graphics/icons/titanium-ore.png index 4699320..bfb452c 100644 Binary files a/graphics/icons/titanium-ore.png and b/graphics/icons/titanium-ore.png differ diff --git a/graphics/icons/titanium-plate.png b/graphics/icons/titanium-plate.png index 7dc8185..3d77965 100644 Binary files a/graphics/icons/titanium-plate.png and b/graphics/icons/titanium-plate.png differ diff --git a/graphics/old_icons/pollution-filter.png b/graphics/old_icons/pollution-filter.png new file mode 100644 index 0000000..0b4fbe1 Binary files /dev/null and b/graphics/old_icons/pollution-filter.png differ diff --git a/graphics/old_icons/repair-pack-mk2.png b/graphics/old_icons/repair-pack-mk2.png new file mode 100644 index 0000000..39e3438 Binary files /dev/null and b/graphics/old_icons/repair-pack-mk2.png differ diff --git a/graphics/old_icons/repair-pack-mk3.png b/graphics/old_icons/repair-pack-mk3.png new file mode 100644 index 0000000..3f2175a Binary files /dev/null and b/graphics/old_icons/repair-pack-mk3.png differ diff --git a/graphics/old_icons/titanium-ore.png b/graphics/old_icons/titanium-ore.png new file mode 100644 index 0000000..4699320 Binary files /dev/null and b/graphics/old_icons/titanium-ore.png differ diff --git a/graphics/old_icons/titanium-plate.png b/graphics/old_icons/titanium-plate.png new file mode 100644 index 0000000..7dc8185 Binary files /dev/null and b/graphics/old_icons/titanium-plate.png differ diff --git a/graphics/technology/electrical-engineer.png b/graphics/technology/electrical-engineer.png deleted file mode 100644 index 8f14b73..0000000 Binary files a/graphics/technology/electrical-engineer.png and /dev/null differ diff --git a/graphics/technology/hammer-wrench.png b/graphics/technology/hammer-wrench.png new file mode 100644 index 0000000..86de9b0 Binary files /dev/null and b/graphics/technology/hammer-wrench.png differ diff --git a/graphics/technology/logistical-engineer.png b/graphics/technology/logistical-engineer.png deleted file mode 100644 index 8a339fb..0000000 Binary files a/graphics/technology/logistical-engineer.png and /dev/null differ diff --git a/graphics/technology/mechanical-engineer-1.png b/graphics/technology/mechanical-engineer-1.png deleted file mode 100644 index a28a9d4..0000000 Binary files a/graphics/technology/mechanical-engineer-1.png and /dev/null differ diff --git a/graphics/technology/steel-processing.png b/graphics/technology/steel-processing.png deleted file mode 100644 index c629202..0000000 Binary files a/graphics/technology/steel-processing.png and /dev/null differ diff --git a/graphics/technology/titanium-processing.png b/graphics/technology/titanium-processing.png new file mode 100644 index 0000000..04279f0 Binary files /dev/null and b/graphics/technology/titanium-processing.png differ diff --git a/graphics/technology/transport-engineer.png b/graphics/technology/transport-engineer.png deleted file mode 100644 index 8fee67d..0000000 Binary files a/graphics/technology/transport-engineer.png and /dev/null differ diff --git a/info.json b/info.json index db85a97..4776465 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,14 @@ { - "name": "FactorioExtended-Core", - "version": "0.3.1", - "factorio_version": "0.16", - "date": "2018-01-4", - "title": "FactorioExtended-Core", - "author": "Nath Gamer", - "contributers": "bNarFProfCrazy", - "homepage": "http://www.factorioforums.com/forum/viewtopic.php?f=93&t=19836", - "description": "A library of source code used through all the other modules of Factorio Extended!", - "dependencies": ["base"] + "name": "FactorioExtended-Plus-Core", + "version": "1.1.0", + "factorio_version": "1.1", + "date": "2020-09-07", + "title": "FactorioExtended Plus-Core", + "author": "jimmyjon711 (Original Author: Nath Gamer)", + "contributers": "bNarFProfCrazy, billbo99", + "homepage": "", + "description": "", + "dependencies": [ + "base >= 1.1.0" + ] } \ No newline at end of file diff --git a/locale/de/locale.cfg b/locale/de/locale.cfg index 32393c7..0ff1c04 100644 --- a/locale/de/locale.cfg +++ b/locale/de/locale.cfg @@ -17,7 +17,7 @@ power-armor-mk3=Kampfanzug Mk3 fusion-reactor-mk2-equipment=Fusionsreaktor Mk2 energy-shield-mk3-equipment=Energieschild Mk3 battery-mk3-equipment=Batterie Mk3 -personal-roboport-mk2-equipment=Persönlicher Roboterhangar Mk2 +personal-roboport-mk3-equipment=Persönlicher Roboterhangar Mk3 radar-mk2=Radar Mk2 sv-radar=Überwachungsradar Radar fast-long-handed-inserter=Schneller langer Greifarm @@ -77,12 +77,6 @@ diesel-locomotive-mk3=Diesellokomotive Mk3 steam-engine-mk3=Dampfmaschine Mk3 boiler-mk3=Heizkessel Mk3 fluid-wagon-mk3=Tankwaggon Mk3 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -steam-turbine-mk2=Steam Turbine Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 -steam-turbine-mk3=Steam Turbine Mk3 [item-description] @@ -105,7 +99,7 @@ power-armor-mk3=Kampfanzug Mk3 fusion-reactor-mk2-equipment=Fusionsreaktor Mk2 energy-shield-mk3-equipment=Energieschild Mk3 battery-mk3-equipment=Batterie Mk3 -personal-roboport-mk2-equipment=Persönlicher Roboterhangar Mk2 +personal-roboport-mk3-equipment=Persönlicher Roboterhangar Mk3 radar-mk2=Radar Mk2 sv-radar=Überwachungsradar Radar fast-long-handed-inserter=Schneller langer Greifarm @@ -162,16 +156,6 @@ oil-refinery-mk3=Ölraffinerie Mk3 chemical-plant-mk3=Chemiefabrik Mk3 storage-tank-mk3=Lagertank Mk3 diesel-locomotive-mk3=Diesellokomotive Mk3 -steam-engine-mk3=Dampfmaschine Mk3 -boiler-mk3=Heizkessel Mk3 -fluid-wagon-mk3=Tankwaggon Mk3 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -steam-turbine-mk2=Steam Turbine Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 -steam-turbine-mk3=Steam Turbine Mk3 - [item-group-name] FactorioExtended=Factorio Extended @@ -231,4 +215,4 @@ power-armor-mk3=Energieschild Mk3 fusion-reactor-mk2-equipment=Fusionsreaktor Mk2 energy-shield-mk3-equipment=Energieschild Mk3 battery-mk3-equipment=Batterie Mk3 -personal-roboport-mk2-equipment=Persönlicher Roboterhangar Mk2 \ No newline at end of file +personal-roboport-mk3-equipment=Persönlicher Roboterhangar Mk3 \ No newline at end of file diff --git a/locale/en/locale.cfg b/locale/en/locale.cfg index a727eb8..651b731 100644 --- a/locale/en/locale.cfg +++ b/locale/en/locale.cfg @@ -1,339 +1,26 @@ [item-name] titanium-ore=Titanium Ore titanium-alloy=Titanium Plate -pollution-filter=Pollution Filter titanium-axe=Titanium Axe +pollution-filter=Pollution Filter repair-pack-mk2=Repair Pack Mk2 repair-pack-mk3=Repair Pack Mk3 - - -accumulator-mk2=Accumulator Mk2 -accumulator-mk3=Accumulator Mk3 -solar-panel-mk2=Solar Panel Mk2 -solar-panel-mk3=Solar Panel Mk3 -medium-electric-pole-mk2=Medium Electric Pole Mk2 -medium-electric-pole-mk3=Medium Electric Pole Mk3 -big-electric-pole-mk2=Big Electric Pole Mk2 -big-electric-pole-mk3=Big Electric Pole Mk3 -substation-mk2=Substation Mk2 -substation-mk3=Substation Mk3 -steam-engine-mk2=Steam Engine Mk2 -steam-engine-mk3=Steam Engine Mk3 -boiler-mk2=Boiler Mk2 -boiler-mk3=Boiler Mk3 -steam-turbine-mk2=Steam Turbine Mk2 -steam-turbine-mk3=Steam Turbine Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 - - - -lamp-red=Lamp(Red) - - - -blistering-inserter=Blistering Inserter -furious-inserter=Furious Inserter -blistering-transport-belt=Blistering Transport Belt -furious-transport-belt=Furious Transport Belt -blistering-transport-belt-to-ground=Blistering Underground Belt -furious-transport-belt-to-ground=Furious Underground Belt -blistering-splitter=Blistering Splitter -furious-splitter=Furious Splitter -furious-long-handed-inserter=Furious Long Handed Inserter -filter-long-handed-inserter=Filter Long Handed Inserter -locomotive-mk2=Locomotive Mk2 -locomotive-mk3=Locomotive Mk3 -cargo-wagon-mk2=Cargo Wagon Mk2 -cargo-wagon-mk3=Cargo Wagon Mk3 -fluid-wagon-mk2=Fluid Wagon Mk2 -fluid-wagon-mk3=Fluid Wagon Mk3 -pipe-mk2=Pipe Mk2 -pipe-to-ground-mk2=Pipe To Ground Mk2 -storage-tank-mk2=Storage Tank Mk2 -pump-mk2=Pump Mk2 - - - -roboport-mk2=Roboport Mk2 -roboport-mk3=Roboport Mk3 -logistic-robot-mk2=Logistic Robot Mk2 -construction-robot-mk2=Construction Robot Mk2 - - - -power-armor-mk3=Power Armor Mk3 -power-armor-mk4=Power Armor Mk4 -fusion-reactor-mk2-equipment=Fusion Reactor Mk2 -energy-shield-mk3-equipment=Energy Shield Mk3 -battery-mk3-equipment=Battery Mk3 -personal-roboport-mk3-equipment=Personal Roboport Mk3 - - - -radar-mk2=Radar Mk2 -electric-furnace-mk2=Electric Furnace Mk2 -electric-furnace-mk3=Electric Furnace Mk3 -assembling-machine-4=Assembling Machine 4 -assembling-machine-5=Assembling Machine 5 -oil-refinery-mk2=Oil Refinery Mk2 -oil-refinery-mk3=Oil Refinery Mk3 -chemical-plant-mk2=Chemical Plant Mk2 -chemical-plant-mk3=Chemical Plant Mk3 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -pumpjack-mk2=Pumpjack Mk2 - - - -gun-turret-mk2=Gun Turret Mk2 -laser-turret-mk2=Laser Turret Mk2 -shattering-bullet-magazine=Shattering Rounds Magazine -shattering-shotgun-shell=Shattering Shotgun Shells -basic-mining-drill-mk2=Electric Mining Drill Mk2 -iron-wall=Iron Wall -iron-gate=Iron Gate -steel-wall=Steel Wall -steel-gate=Steel Gate -titanium-wall=Titanium Wall -titanium-gate=Titanium Gate - - - -titanium-chest=Titanium Chest -titanium-logistic-chest-passive-provider=Titanium Logistic Passive Provider Chest -titanium-logistic-chest-active-provider=Titanium Logistic Active Provider Chest -titanium-logistic-chest-buffer=Titanium Logistic Buffer Chest -titanium-logistic-chest-storage=Titanium Logistic Storage Chest -titanium-logistic-chest-requester=Titanium Logistic Requester Chest - - - [item-description] - - [entity-name] titanium-ore=Titanium Ore titanium-alloy=Titanium Plate pollution-filter=Pollution Filter -titanium-axe=Titanium Axe -repair-pack-mk2=Repair Pack Mk2 -repair-pack-mk3=Repair Pack Mk3 - - - -accumulator-mk2=Accumulator Mk2 -accumulator-mk3=Accumulator Mk3 -solar-panel-mk2=Solar Panel Mk2 -solar-panel-mk3=Solar Panel Mk3 -medium-electric-pole-mk2=Medium Electric Pole Mk2 -medium-electric-pole-mk3=Medium Electric Pole Mk3 -big-electric-pole-mk2=Big Electric Pole Mk2 -big-electric-pole-mk3=Big Electric Pole Mk3 -substation-mk2=Substation Mk2 -substation-mk3=Substation Mk3 -steam-engine-mk2=Steam Engine Mk2 -steam-engine-mk3=Steam Engine Mk3 -boiler-mk2=Boiler Mk2 -boiler-mk3=Boiler Mk3 -steam-turbine-mk2=Steam Turbine Mk2 -steam-turbine-mk3=Steam Turbine Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 - - - -lamp-red=Lamp(Red) - - - -locomotive-mk2=Locomotive Mk2 -locomotive-mk3=Locomotive Mk3 -cargo-wagon-mk2=Cargo Wagon Mk2 -cargo-wagon-mk3=Cargo Wagon Mk3 -fluid-wagon-mk2=Fluid Wagon Mk2 -fluid-wagon-mk3=Fluid Wagon Mk3 - - - -blistering-inserter=Blistering Inserter -furious-inserter=Furious Inserter -blistering-transport-belt=Blistering Transport Belt -furious-transport-belt=Furious Transport Belt -blistering-transport-belt-to-ground=Blistering Underground Belt -furious-transport-belt-to-ground=Furious Underground Belt -blistering-splitter=Blistering Splitter -furious-splitter=Furious Splitter -furious-long-handed-inserter=Furious Long Handed Inserter -filter-long-handed-inserter=Filter Long Handed Inserter -pipe-mk2=Pipe Mk2 -pipe-to-ground-mk2=Pipe To Ground Mk2 -storage-tank-mk2=Storage Tank Mk2 -pump-mk2=Pump Mk2 - - - -roboport-mk2=Roboport Mk2 -roboport-mk3=Roboport Mk3 -logistic-robot-mk2=Logistic Robot Mk2 -construction-robot-mk2=Construction Robot Mk2 - - - -power-armor-mk3=Power Armor Mk3 -power-armor-mk4=Power Armor Mk4 -fusion-reactor-mk2-equipment=Fusion Reactor Mk2 -energy-shield-mk3-equipment=Energy Shield Mk3 -battery-mk3-equipment=Battery Mk3 -personal-roboport-mk3-equipment=Personal Roboport Mk3 - - - -radar-mk2=Radar Mk2 -electric-furnace-mk2=Electric Furnace Mk2 -electric-furnace-mk3=Electric Furnace Mk3 -assembling-machine-4=Assembling Machine 4 -assembling-machine-5=Assembling Machine 5 -oil-refinery-mk2=Oil Refinery Mk2 -oil-refinery-mk3=Oil Refinery Mk3 -chemical-plant-mk2=Chemical Plant Mk2 -chemical-plant-mk3=Chemical Plant Mk3 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -pumpjack-mk2=Pumpjack Mk2 - - - -gun-turret-mk2=Gun Turret Mk2 -laser-turret-mk2=Laser Turret Mk2 -shattering-bullet-magazine=Shattering Rounds Magazine -shattering-shotgun-shell=Shattering Shotgun Shells -basic-mining-drill-mk2=Electric Mining Drill Mk2 -iron-wall=Iron Wall -iron-gate=Iron Gate -steel-wall=Steel Wall -steel-gate=Steel Gate -titanium-wall=Titanium Wall -titanium-gate=Titanium Gate - - - -titanium-chest=Titanium Chest -titanium-logistic-chest-passive-provider=Titanium Logistic Passive Provider Chest -titanium-logistic-chest-active-provider=Titanium Logistic Active Provider Chest -titanium-logistic-chest-buffer=Titanium Logistic Buffer Chest -titanium-logistic-chest-storage=Titanium Logistic Storage Chest -titanium-logistic-chest-requester=Titanium Logistic Requester Chest - - [item-group-name] FactorioExtended=Factorio Extended - - [technology-name] titanium-processing=Titanium processing - - - upgraded-tools=Upgraded tools upgraded-tools-2=Upgraded tools 2 - - -power-armor-3=Power armor 3 -power-armor-4=Power armor 4 - - - -electrical-engineer=Electrical engineer -electrical-engineer-2=Electrical engineer 2 - - - -logistics-4=Logistics 4 -logistics-5=Logistics 5 - - - -fluid-handling-2=Fluid handling 2 -railway-2= Railway 2 -railway-3= Railway 3 - - - -logistic-robot-speed-6=Logistic robot speed 6 -logistic-robot-speed-7=Logistic robot speed 7 -logistic-robot-speed-8=Logistic robot speed 8 -logistic-robot-speed-9=Logistic robot speed 9 -logistic-robot-speed-10=Logistic robot speed 10 -logistic-robot-speed-11=Logistic robot speed 11 - - - -logistic-robot-storage-4=Logistic robot storage 4 -logistic-robot-storage-5=Logistic robot storage 5 -logistic-robot-storage-6=Logistic robot storage 6 -logistic-robot-storage-7=Logistic robot storage 7 -logistic-robot-storage-8=Logistic robot storage 8 -logistic-robot-storage-9=Logistic robot storage 9 - - - -character-logistic-trash-slots-3=Character logistic trash slots 3 -character-logistic-trash-slots-4=Character logistic trash slots 4 - - - -character-logistic-slots-6=Character logistic slots 6 -character-logistic-slots-7=Character logistic slots 7 -character-logistic-slots-8=Character logistic slots 8 -character-logistic-slots-9=Character logistic slots 9 -character-logistic-slots-10=Character logistic slots 10 - - - -worker-robots-speed-6=Worker robots speed 6 -worker-robots-speed-7=Worker robots speed 7 -worker-robots-speed-8=Worker robots speed 8 -worker-robots-speed-9=Worker robots speed 9 -worker-robots-speed-10=Worker robots speed 10 -worker-robots-speed-11=Worker robots speed 11 - - - -worker-robots-storage-4=Worker robots storage 4 -worker-robots-storage-5=Worker robots storage 5 -worker-robots-storage-6=Worker robots storage 6 -worker-robots-storage-7=Worker robots storage 7 -worker-robots-storage-8=Worker robots storage 8 -worker-robots-storage-9=Worker robots storage 9 - - - -logistics-system-2=Logistics system 2 -mechanical-engineer=Mechanical engineer -mechanical-engineer-2=Mechanical engineer 2 -turrets-2=Turrets 2 -logistic-robotics-2=Logistic robotics 2 -logistic-robotics-3=Logistic robotics 3 -iron-walls=Iron walls -steel-walls=Steel walls -titanium-walls=Titanium walls - - - [technology-description] - - [equipment-name] -power-armor-mk3=Power Armor Mk3 -power-armor-mk4=Power Armor Mk4 -fusion-reactor-mk2-equipment=Fusion Reactor Mk2 -energy-shield-mk3-equipment=Energy Shield Mk3 -battery-mk3-equipment=Battery Mk3 -personal-roboport-mk3-equipment=Personal Roboport Mk3 \ No newline at end of file diff --git a/locale/es/locale.cfg b/locale/es/locale.cfg index a5ea9e4..c8135af 100644 --- a/locale/es/locale.cfg +++ b/locale/es/locale.cfg @@ -1,320 +1,160 @@ [item-name] titanium-ore=Titanerz -titanium-alloy=Titanplatte -pollution-filter=Verschmutzungsfilter -titanium-axe=Titanaxt -repair-pack-mk2=Reparaturkit Mk2 -repair-pack-mk3=Reparaturkit Mk3 - - - +titanium-plate=Titanplatte accumulator-mk2=Akkumulator Mk2 -accumulator-mk3=Akkumulator Mk2 solar-panel-mk2=Solarmodul Mk2 -solar-panel-mk3=Solarmodul Mk3 -medium-electric-pole-mk2=Mittelgroßer Strommast Mk2 -medium-electric-pole-mk3=Mittelgroßer Strommast Mk3 -big-electric-pole-mk2=Großer Strommast Mk2 -big-electric-pole-mk3=Großer Strommast Mk3 substation-mk2=Umspannwerk Mk2 -substation-mk3=Umspannwerk Mk3 -steam-engine-mk2=Steam Engine Mk2 -steam-engine-mk3=Steam Engine Mk3 -boiler-mk2=Boiler Mk2 -boiler-mk3=Boiler Mk3 -steam-turbine-mk2=Steam Turbine Mk2 -steam-turbine-mk3=Steam Turbine Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 - - - +big-electric-pole-mk2=Großer Strommast Mk2 +medium-electric-pole-mk2=Mittelgroßer Strommast Mk2 +cargo-wagon-mk2=Güterwaggon Mk2 fast-inserter-mk2=Schneller Greifarm Mk2 -fast-inserter-mk3=Schneller Greifarm Mk3 rapid-transport-belt-mk1=Schnelles Fließband Mk1 -rapid-transport-belt-mk2=Schnelles Fließband Mk2 rapid-transport-belt-to-ground-mk1=Schnelles underirdisches Fließband Mk1 -rapid-transport-belt-to-ground-mk2=Schnelles underirdisches Fließband Mk2 rapid-splitter-mk1=Schnelles Teilerfließband Mk1 -rapid-splitter-mk2=Schnelles Teilerfließband Mk2 -fast-long-handed-inserter=Schneller langer Greifarm -filter-long-handed-inserter=Intelligenter langer Greifarm -locomotive-mk2=Diesellokomotive Mk2 -locomotive-mk3=Diesellokomotive Mk3 -cargo-wagon-mk2=Güterwaggon Mk2 -cargo-wagon-mk3=Güterwaggon Mk3 -fluid-wagon-mk2=Fluid Wagon Mk2 -fluid-wagon-mk3=Fluid Wagon Mk3 -pipe-mk2=Rohr Mk2 -pipe-to-ground-mk2=Unterirdisches Rohr Mk2 -storage-tank-mk2=Lagertank Mk2 -pump-mk2=Kleine Pumpe Mk2 - - - roboport-mk2=Roboterhangar Mk2 -roboport-mk3=Roboterhangar Mk3 logistic-robot-mk2=Logistikroboter Mk2 -construction-robot-mk2=Bauroboter Mk2 - - - power-armor-mk3=Kampfanzug Mk3 fusion-reactor-mk2-equipment=Fusionsreaktor Mk2 energy-shield-mk3-equipment=Energieschild Mk3 battery-mk3-equipment=Batterie Mk3 -personal-roboport-mk2-equipment=Persönlicher Roboterhangar Mk2 - - - +personal-roboport-mk3-equipment=Persönlicher Roboterhangar Mk3 radar-mk2=Radar Mk2 +sv-radar=Überwachungsradar Radar +fast-long-handed-inserter=Schneller langer Greifarm electric-furnace-mk2=Lichtbogenofen Mk2 -electric-furnace-mk3=Lichtbogenofen Mk3 assembling-machine-4=Montagemaschine 4 -assembling-machine-5=Montagemaschine 5 oil-refinery-mk2=Ölraffinerie Mk2 -oil-refinery-mk3=Ölraffinerie Mk3 chemical-plant-mk2=Chemiefabrik Mk2 -chemical-plant-mk3=Chemiefabrik Mk3 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -pumpjack-mk2=Pumpjack Mk2 - - - +diesel-locomotive-mk2=Diesellokomotive Mk2 +pipe-mk2=Rohr Mk2 +pipe-to-ground-mk2=Unterirdisches Rohr Mk2 +storage-tank-mk2=Lagertank Mk2 +small-pump-mk2=Kleine Pumpe Mk2 +tank-mk2=Panzer Mk2 gun-turret-mk2=Geschützturm Mk2 laser-turret-mk2=Lasergeschütz Mk2 shattering-bullet-magazine=Shattering Bullet Magazine shattering-shotgun-shell=Shattering Shotgun Shell basic-mining-drill-mk2=Elektrischer Erzförderer Mk2 -iron-wall=Iron Wall -iron-gate=Iron Gate -steel-wall=Steel Wall -steel-gate=Steel Gate -titanium-wall=Titanium Wall -titanium-gate=Titanium Gate - - - -titanium-chest=Titanium Chest -titanium-logistic-chest-passive-provider=Titanium Logistic Passive Provider Chest -titanium-logistic-chest-active-provider=Titanium Logistic Active Provider Chest -titanium-logistic-chest-storage=Titanium Logistic Storage Chest -titanium-logistic-chest-requester=Titanium Logistic Requester Chest - - - -[item-description] - - - -[entity-name] -titanium-ore=Titanerz -titanium-alloy=Titanplatte pollution-filter=Verschmutzungsfilter -titanium-axe=Titanaxt repair-pack-mk2=Reparaturkit Mk2 repair-pack-mk3=Reparaturkit Mk3 +titanium-axe=Titanaxt +reinforced-stone-wall=Verstärkte Steinwand +reinforced-gate=Verstärktes Tor - - -accumulator-mk2=Akkumulator Mk2 -accumulator-mk3=Akkumulator Mk2 -solar-panel-mk2=Solarmodul Mk2 +accumulator-mk3=Akkumulator Mk3 solar-panel-mk3=Solarmodul Mk3 -medium-electric-pole-mk2=Mittelgroßer Strommast Mk2 -medium-electric-pole-mk3=Mittelgroßer Strommast Mk3 -big-electric-pole-mk2=Großer Strommast Mk2 -big-electric-pole-mk3=Großer Strommast Mk3 -substation-mk2=Umspannwerk Mk2 substation-mk3=Umspannwerk Mk3 -steam-engine-mk2=Steam Engine Mk2 -steam-engine-mk3=Steam Engine Mk3 -boiler-mk2=Boiler Mk2 -boiler-mk3=Boiler Mk3 -steam-turbine-mk2=Steam Turbine Mk2 -steam-turbine-mk3=Steam Turbine Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 - - - -fast-inserter-mk2=Schneller Greifarm Mk2 +big-electric-pole-mk3=Großer Strommast Mk3 +medium-electric-pole-mk3=Mittelgroßer Strommast Mk3 +cargo-wagon-mk3=Güterwaggon Mk3 fast-inserter-mk3=Schneller Greifarm Mk3 -rapid-transport-belt-mk1=Schnelles Fließband Mk1 rapid-transport-belt-mk2=Schnelles Fließband Mk2 -rapid-transport-belt-to-ground-mk1=Schnelles underirdisches Fließband Mk1 rapid-transport-belt-to-ground-mk2=Schnelles underirdisches Fließband Mk2 -rapid-splitter-mk1=Schnelles Teilerfließband Mk1 rapid-splitter-mk2=Schnelles Teilerfließband Mk2 -fast-long-handed-inserter=Schneller langer Greifarm -filter-long-handed-inserter=Intelligenter langer Greifarm -locomotive-mk2=Diesellokomotive Mk2 -locomotive-mk3=Diesellokomotive Mk3 -cargo-wagon-mk2=Güterwaggon Mk2 -cargo-wagon-mk3=Güterwaggon Mk3 -fluid-wagon-mk2=Fluid Wagon Mk2 -fluid-wagon-mk3=Fluid Wagon Mk3 -pipe-mk2=Rohr Mk2 -pipe-to-ground-mk2=Unterirdisches Rohr Mk2 -storage-tank-mk2=Lagertank Mk2 -pump-mk2=Kleine Pumpe Mk2 - - - -roboport-mk2=Roboterhangar Mk2 roboport-mk3=Roboterhangar Mk3 -logistic-robot-mk2=Logistikroboter Mk2 construction-robot-mk2=Bauroboter Mk2 - - - -power-armor-mk3=Kampfanzug Mk3 -fusion-reactor-mk2-equipment=Fusionsreaktor Mk2 -energy-shield-mk3-equipment=Energieschild Mk3 -battery-mk3-equipment=Batterie Mk3 -personal-roboport-mk2-equipment=Persönlicher Roboterhangar Mk2 - - - -radar-mk2=Radar Mk2 -electric-furnace-mk2=Lichtbogenofen Mk2 +smart-long-handed-inserter=Intelligenter langer Greifarm electric-furnace-mk3=Lichtbogenofen Mk3 -assembling-machine-4=Montagemaschine 4 assembling-machine-5=Montagemaschine 5 -oil-refinery-mk2=Ölraffinerie Mk2 oil-refinery-mk3=Ölraffinerie Mk3 -chemical-plant-mk2=Chemiefabrik Mk2 chemical-plant-mk3=Chemiefabrik Mk3 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -pumpjack-mk2=Pumpjack Mk2 - +storage-tank-mk3=Lagertank Mk3 +diesel-locomotive-mk3=Diesellokomotive Mk3 +[item-description] -gun-turret-mk2=Geschützturm Mk2 -laser-turret-mk2=Lasergeschütz Mk2 +[entity-name] +titanium-ore=Titanium Ore +titanium-plate=Titanium Plate +accumulator-mk2=Accumulator Mk2 +solar-panel-mk2=Solar Panel Mk2 +substation-mk2=Substation Mk2 +big-electric-pole-mk2=Big Electric Pole Mk2 +medium-electric-pole-mk2=Medium Electric Pole Mk2 +cargo-wagon-mk2=Cargo Wagon Mk2 +fast-inserter-mk2=Fast Inserter Mk2 +rapid-transport-belt-mk1=Rapid Transport Belt Mk1 +rapid-transport-belt-to-ground-mk1=Rapid Underground Belt Mk1 +rapid-splitter-mk1=Rapid Splitter Mk1 +roboport-mk2=Roboport Mk2 +logistic-robot-mk2=Logistic Robot Mk2 +radar-mk2=Radar Mk2 +fast-long-handed-inserter=Fast Long Handed Inserter +electric-furnace-mk2=Electric Furnace Mk2 +assembling-machine-4=Assembling Machine 4 +oil-refinery-mk2=Oil Refinery Mk2 +chemical-plant-mk2=Chemical Plank Mk2 +diesel-locomotive-mk2=Diesel Locomotive Mk2 +pipe-mk2=Pipe Mk2 +pipe-to-ground-mk2=Pipe To Ground Mk2 +storage-tank-mk2=Storage Tank Mk2 +small-pump-mk2=Small Pump Mk2 +tank-mk2=Tank Mk2 +gun-turret-mk2=Gun Turret Mk2 +laser-turret-mk2=Laser Turret Mk2 shattering-bullet-magazine=Shattering Bullet Magazine shattering-shotgun-shell=Shattering Shotgun Shell -basic-mining-drill-mk2=Elektrischer Erzförderer Mk2 -iron-wall=Iron Wall -iron-gate=Iron Gate -steel-wall=Steel Wall -steel-gate=Steel Gate -titanium-wall=Titanium Wall -titanium-gate=Titanium Gate - - - -titanium-chest=Titanium Chest -titanium-logistic-chest-passive-provider=Titanium Logistic Passive Provider Chest -titanium-logistic-chest-active-provider=Titanium Logistic Active Provider Chest -titanium-logistic-chest-storage=Titanium Logistic Storage Chest -titanium-logistic-chest-requester=Titanium Logistic Requester Chest - - +basic-mining-drill-mk2=Electric Mining Drill Mk2 +pollution-filter=Pollution Filter +reinforced-stone-wall=Reinforced Stone Wall +reinforced-gate=Reinforced Gate + +accumulator-mk3=Accumulator Mk3 +solar-panel-mk3=Solar Panel Mk3 +substation-mk3=Substation Mk3 +big-electric-pole-mk3=Big Electric Pole Mk3 +medium-electric-pole-mk3=Medium Electric Pole Mk3 +cargo-wagon-mk3=Cargo Wagon Mk3 +fast-inserter-mk3=Fast Inserter Mk3 +rapid-transport-belt-mk2=Rapid Transport Belt Mk2 +rapid-transport-belt-to-ground-mk2=Rapid Underground Belt Mk2 +rapid-splitter-mk2=Rapid Splitter Mk2 +roboport-mk3=Roboport Mk3 +construction-robot-mk2=Construction Robot Mk2 +smart-long-handed-inserter=Smart Long Handed Inserter +electric-furnace-mk3=Electric Furnace Mk3 +assembling-machine-5=Assembling Machine 5 +oil-refinery-mk3=Oil Refinery Mk3 +chemical-plant-mk3=Chemical Plank Mk3 +diesel-locomotive-mk3=Diesel Locomotive Mk3 [item-group-name] FactorioExtended=Factorio Extended - - [technology-name] -titanium-processing=Titanium processing - - - -upgraded-tools=Upgraded tools -upgraded-tools-2=Upgraded tools 2 - - - -power-armor-3=Power armor 3 - - - -electrical-engineer=Electrical engineer -electrical-engineer-2=Electrical engineer 2 - - - -logistics-4=Logistics 4 -logistics-5=Logistics 5 - - - -fluid-handling-2=Fluid handling 2 - - - -logistic-robot-speed-6=Logistic robot speed 6 -logistic-robot-speed-7=Logistic robot speed 7 -logistic-robot-speed-8=Logistic robot speed 8 -logistic-robot-speed-9=Logistic robot speed 9 -logistic-robot-speed-10=Logistic robot speed 10 -logistic-robot-speed-11=Logistic robot speed 11 - - - -logistic-robot-storage-4=Logistic robot storage 4 -logistic-robot-storage-5=Logistic robot storage 5 -logistic-robot-storage-6=Logistic robot storage 6 -logistic-robot-storage-7=Logistic robot storage 7 -logistic-robot-storage-8=Logistic robot storage 8 -logistic-robot-storage-9=Logistic robot storage 9 - - - -character-logistic-trash-slots-3=Character logistic trash slots 3 -character-logistic-trash-slots-4=Character logistic trash slots 4 - - - -character-logistic-slots-6=Character logistic slots 6 -character-logistic-slots-7=Character logistic slots 7 -character-logistic-slots-8=Character logistic slots 8 -character-logistic-slots-9=Character logistic slots 9 -character-logistic-slots-10=Character logistic slots 10 - - - -worker-robots-speed-6=Worker robots speed 6 -worker-robots-speed-7=Worker robots speed 7 -worker-robots-speed-8=Worker robots speed 8 -worker-robots-speed-9=Worker robots speed 9 -worker-robots-speed-10=Worker robots speed 10 -worker-robots-speed-11=Worker robots speed 11 - - - -worker-robots-storage-4=Worker robots storage 4 -worker-robots-storage-5=Worker robots storage 5 -worker-robots-storage-6=Worker robots storage 6 -worker-robots-storage-7=Worker robots storage 7 -worker-robots-storage-8=Worker robots storage 8 -worker-robots-storage-9=Worker robots storage 9 - - - -logistics-system-2=Logistics system 2 -mechanical-engineer=Mechanical engineer -mechanical-engineer-2=Mechanical engineer 2 +titanium-processing=Titanium Processing +electrical-engineer-1=Electrical Engineer 1 +electrical-engineer-2=Electrical Engineer 2 +transport-engineer-1=Transport Engineer 1 +transport-engineer-2=Transport Engineer 2 +logistical-engineer-1=Logistical Engineer 1 +logistical-engineer-2=Logistical Engineer 2 +logistic-robot-speed-6=Logistic Robot Speed 6 +logistic-robot-speed-7=Logistic Robot Speed 7 +logistic-robot-speed-8=Logistic Robot Speed 8 +logistic-robot-speed-9=Logistic Robot Speed 9 +logistic-robot-speed-10=Logistic Robot Speed 10 +logistic-robot-speed-11=Logistic Robot Speed 11 +logistic-robot-storage-4=Logistic Robot Storage 4 +logistic-robot-storage-5=Logistic Robot Storage 5 +logistic-robot-storage-6=Logistic Robot Storage 6 +logistic-robot-storage-7=Logistic Robot Storage 7 +logistic-robot-storage-8=Logistic Robot Storage 8 +logistic-robot-storage-9=Logistic Robot Storage 9 +character-logistic-trash-slots-3=Character Logistic Trash Slots 3 +character-logistic-trash-slots-4=Character Logistic Trash Slots 4 +mechanical-engineer-1=Mechanical Engineer 1 +mechanical-engineer-2=Mechanical Engineer 2 +tanks-2=Tanks 2 turrets-2=Turrets 2 -logistic-robotics-2=Logistic robotics 2 -logistic-robotics-3=Logistic robotics 3 -iron-walls=Iron walls -steel-walls=Steel walls -titanium-walls=Titanium walls - - [technology-description] - - [equipment-name] -power-armor-mk3=Kampfanzug Mk3 -fusion-reactor-mk2-equipment=Fusionsreaktor Mk2 -energy-shield-mk3-equipment=Energieschild Mk3 -battery-mk3-equipment=Batterie Mk3 -personal-roboport-mk2-equipment=Persönlicher Roboterhangar Mk2 \ No newline at end of file +power-armor-mk3=Power Armor Mk3 +fusion-reactor-mk2-equipment=Fusion Reactor Mk2 +energy-shield-mk3-equipment=Energy Shield Mk3 +battery-mk3-equipment=Battery Mk3 +personal-roboport-mk3-equipment=Personal Roboport Mk3 \ No newline at end of file diff --git a/locale/hu/locale.cfg b/locale/hu/locale.cfg index 75c03ec..1f7ecda 100644 --- a/locale/hu/locale.cfg +++ b/locale/hu/locale.cfg @@ -17,7 +17,7 @@ power-armor-mk3=Energia pancel Mk3 fusion-reactor-mk2-equipment=Fuzios reaktor Mk2 energy-shield-mk3-equipment=Pajzsmodul Mk3 battery-mk3-equipment=Fejlesztett energiacella Mk3 -personal-roboport-mk2-equipment=Szemelyes dron kozpont Mk2 +personal-roboport-mk3-equipment=Szemelyes dron kozpont Mk3 radar-mk2=Radar Mk2 sv-radar=Surveillance Radar fast-long-handed-inserter=Gyors hosszu manipulator @@ -43,12 +43,6 @@ titanium-axe=Titanium fejsze reinforced-stone-wall=Megerositett kofal reinforced-gate=Megerositett kapu pumpjack-mk2=Olajkut Mk2 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -steam-turbine-mk2=Steam Turbine Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 -steam-turbine-mk3=Steam Turbine Mk3 accumulator-mk3=Akkumlator Mk3 solar-panel-mk3=Napelem Mk3 @@ -127,15 +121,6 @@ assembling-machine-5=osszeszerel oil-refinery-mk3=Olajfinomito Mk3 chemical-plant-mk3=Vegyi uzem Mk3 diesel-locomotive-mk3=Dizelmozdony Mk3 -steam-engine-mk3=Dampfmaschine Mk3 -boiler-mk3=Heizkessel Mk3 -fluid-wagon-mk3=Tankwaggon Mk3 -centrifuge-mk2=Centrifuge Mk2 -centrifuge-mk3=Centrifuge Mk3 -heat-exchanger-mk2=Heat Exchanger Mk2 -steam-turbine-mk2=Steam Turbine Mk2 -heat-exchanger-mk3=Heat Exchanger Mk3 -steam-turbine-mk3=Steam Turbine Mk3 [item-group-name] FactorioExtended=Factorio Extended @@ -174,4 +159,4 @@ power-armor-mk3=Energia pancel Mk3 fusion-reactor-mk2-equipment=Fuzios reaktor Mk2 energy-shield-mk3-equipment=Pajzsmodul Mk3 battery-mk3-equipment=Energiacella Mk3 -personal-roboport-mk2-equipment=Szemelyes dron kozpont Mk2 \ No newline at end of file +personal-roboport-mk3-equipment=Szemelyes dron kozpont Mk3 \ No newline at end of file diff --git a/prototypes/item/item-groups.lua b/prototypes/item/item-groups.lua index 350e53e..749fe12 100644 --- a/prototypes/item/item-groups.lua +++ b/prototypes/item/item-groups.lua @@ -2,8 +2,8 @@ data:extend({ { type = "item-group", name = "FactorioExtended", - icon_size = 64, - icon = "__base__/graphics/item-group/signals.png", + icon = "__FactorioExtended-Plus-Core__/graphics/group/FEP_64.png", + icon_size = 64, inventory_order = "f", order = "f" }, @@ -33,27 +33,27 @@ data:extend({ }, { type = "item-subgroup", - name = "fb-energy-production-renewable", + name = "fb-energy-production", group = "FactorioExtended", - order = "e-a-a" + order = "e" }, { type = "item-subgroup", - name = "fb-energy-production-steam", + name = "fb-energy-transfer", group = "FactorioExtended", - order = "e-a-b" + order = "e" }, { type = "item-subgroup", - name = "fb-energy-transfer", + name = "fb-logistics", group = "FactorioExtended", - order = "e-b" + order = "g" }, { type = "item-subgroup", - name = "fb-logistics", + name = "fb-vehicle", group = "FactorioExtended", - order = "g" + order = "f" }, { type = "item-subgroup", diff --git a/prototypes/item/items.lua b/prototypes/item/items.lua index ede7773..23ea3d5 100644 --- a/prototypes/item/items.lua +++ b/prototypes/item/items.lua @@ -1,92 +1,70 @@ if data.raw.item["titanium-plate"] then - bobsmods.plates.replace_recipe_item ("titanium-plate", "titanium-alloy") + bobsmods.plates.replace_recipe_item("titanium-plate", "titanium-alloy") end -data:extend({ - { - type = "item", - name = "titanium-ore", - icon_size = 32, - icon = "__FactorioExtended-Core__/graphics/icons/titanium-ore.png", - flags = {"goes-to-main-inventory"}, - subgroup = "fb-material", - order = "a-a", - hidden = true, - stack_size = 100 - }, - { - type = "item", - name = "titanium-alloy", - icon_size = 32, - icon = "__FactorioExtended-Core__/graphics/icons/titanium-plate.png", - flags = {"goes-to-main-inventory"}, - subgroup = "fb-material", - order = "a-b", - stack_size = 100 - }, - - - { - type = "item", - name = "pollution-filter", - icon_size = 32, - icon = "__FactorioExtended-Core__/graphics/icons/pollution-filter.png", - flags = {"goes-to-main-inventory"}, - subgroup = "fb-material", - order = "b-a", - stack_size = 5 - }, - - - { - type = "mining-tool", - name = "titanium-axe", - icon_size = 32, - icon = "__FactorioExtended-Core__/graphics/icons/titanium-axe.png", - flags = {"goes-to-main-inventory"}, - action = +table.insert(data.raw["module"]["productivity-module"].limitation, "titanium-ore") +table.insert(data.raw["module"]["productivity-module-2"].limitation, "titanium-ore") +table.insert(data.raw["module"]["productivity-module-3"].limitation, "titanium-ore") + +table.insert(data.raw["module"]["productivity-module"].limitation, "titanium-alloy") +table.insert(data.raw["module"]["productivity-module-2"].limitation, "titanium-alloy") +table.insert(data.raw["module"]["productivity-module-3"].limitation, "titanium-alloy") + +data:extend( { - type="direct", - action_delivery = - { - type = "instant", - target_effects = { - type = "damage", - damage = { amount = 16 , type = "physical"} + type = "item", + name = "titanium-ore", + icon = "__FactorioExtended-Plus-Core__/graphics/icons/titanium-ore.png", + icon_size = 64, + icon_mipmaps = 4, + subgroup = "fb-material", + order = "a-a", + hidden = true, + stack_size = 100 + }, + { + type = "item", + name = "titanium-alloy", + icon = "__FactorioExtended-Plus-Core__/graphics/icons/titanium-plate.png", + icon_size = 64, + icon_mipmaps = 4, + subgroup = "fb-material", + order = "a-b", + stack_size = 100 + }, + { + type = "item", + name = "pollution-filter", + icon = "__FactorioExtended-Plus-Core__/graphics/icons/pollution-filter.png", + icon_size = 32, + subgroup = "fb-material", + order = "b-a", + stack_size = 10 + }, + { + type = "repair-tool", + name = "repair-pack-mk2", + icon = "__FactorioExtended-Plus-Core__/graphics/icons/repair-pack-mk2.png", + icon_size = 64, + icon_mipmaps = 4, + subgroup = "fb-tools", + order = "b-a", + speed = 2, + durability = 400, + stack_size = 100 + }, + { + type = "repair-tool", + name = "repair-pack-mk3", + icon = "__FactorioExtended-Plus-Core__/graphics/icons/repair-pack-mk3.png", + icon_size = 64, + icon_mipmaps = 4, + subgroup = "fb-tools", + order = "b-b", + speed = 4, + durability = 800, + stack_size = 100 } - } - }, - durability = 10000, - subgroup = "fb-tools", - order = "a-a", - speed = 6, - stack_size = 10 - }, - - - { - type = "repair-tool", - name = "repair-pack-mk2", - icon_size = 32, - icon = "__FactorioExtended-Core__/graphics/icons/repair-pack-mk2.png", - flags = {"goes-to-quickbar"}, - subgroup = "fb-tools", - order = "b-a", - speed = 2, - durability = 400, - stack_size = 100 - }, - { - type = "repair-tool", - name = "repair-pack-mk3", - icon_size = 32, - icon = "__FactorioExtended-Core__/graphics/icons/repair-pack-mk3.png", - flags = {"goes-to-quickbar"}, - subgroup = "fb-tools", - order = "b-b", - speed = 4, - durability = 800, - stack_size = 100 - } -}) \ No newline at end of file + } +) diff --git a/prototypes/recipe/recipe-functions.lua b/prototypes/recipe/recipe-functions.lua index 085434f..1952364 100644 --- a/prototypes/recipe/recipe-functions.lua +++ b/prototypes/recipe/recipe-functions.lua @@ -1,4 +1,4 @@ -function factorioextended.core.replace_recipe_item (recipe, old, new) +function factorioextendedplus.core.replace_recipe_item (recipe, old, new) local doit = false local amount = 0 if data.raw.recipe[recipe] then @@ -13,13 +13,13 @@ function factorioextended.core.replace_recipe_item (recipe, old, new) end end if doit then - factorioextended.core.remove_recipe_item (recipe, old) - factorioextended.core.add_recipe_item (recipe, {new, amount}) + factorioextendedplus.core.remove_recipe_item (recipe, old) + factorioextendedplus.core.add_recipe_item (recipe, {new, amount}) end end end -function factorioextended.core.replace_recipe_item_crude (recipe, old, new) +function factorioextendedplus.core.replace_recipe_item_crude (recipe, old, new) if data.raw.recipe[recipe] then for i, ingredient in pairs(data.raw.recipe[recipe].ingredients) do if ingredient[1] == old then ingredient[1] = new end @@ -28,13 +28,13 @@ function factorioextended.core.replace_recipe_item_crude (recipe, old, new) end end -function factorioextended.core.replace_item_all_recipes (old, new) +function factorioextendedplus.core.replace_item_all_recipes (old, new) for i, recipe in pairs(data.raw.recipe) do - factorioextended.core.replace_recipe_item (recipe.name, old, new) + factorioextendedplus.core.replace_recipe_item (recipe.name, old, new) end end -function factorioextended.core.remove_recipe_item (recipe, item) +function factorioextendedplus.core.remove_recipe_item (recipe, item) for i, ingredient in pairs(data.raw.recipe[recipe].ingredients) do if ingredient[1] == item or ingredient.name == item then table.remove(data.raw.recipe[recipe].ingredients, i) @@ -42,7 +42,7 @@ function factorioextended.core.remove_recipe_item (recipe, item) end end -function factorioextended.core.add_new_recipe_item (recipe, item) +function factorioextendedplus.core.add_new_recipe_item (recipe, item) local addit = true local item_name if item.name then @@ -55,10 +55,10 @@ function factorioextended.core.add_new_recipe_item (recipe, item) if ingredient[1] == item_name then addit = false end if ingredient.name == item_name then addit = false end end - if addit then table.insert(data.raw.recipe[recipe].ingredients,factorioextended.core.item(item)) end + if addit then table.insert(data.raw.recipe[recipe].ingredients, item) end end -function factorioextended.core.add_recipe_item (recipe, item) +function factorioextendedplus.core.add_recipe_item (recipe, item) local addit = true local item_name if item.name then @@ -82,7 +82,7 @@ function factorioextended.core.add_recipe_item (recipe, item) ingredient.amount = ingredient.amount + item_amount end end - if addit then table.insert(data.raw.recipe[recipe].ingredients,factorioextended.core.item(item)) end + if addit then table.insert(data.raw.recipe[recipe].ingredients, item) end end diff --git a/prototypes/recipe/recipes.lua b/prototypes/recipe/recipes.lua index d39e977..cf751df 100644 --- a/prototypes/recipe/recipes.lua +++ b/prototypes/recipe/recipes.lua @@ -6,11 +6,11 @@ data:extend({ energy_required = 5, enabled = false, ingredients = - { - {"iron-ore", 2}, - {type="fluid", name="sulfuric-acid", amount=5}, - {type="fluid", name="water", amount=2} - }, + { + {"iron-ore", 2}, + {type="fluid", name="sulfuric-acid", amount=5}, + {type="fluid", name="water", amount=2} + }, result = "titanium-ore", result_count = 2 }, @@ -21,52 +21,34 @@ data:extend({ enabled = false, energy_required = 5, ingredients = - { - {"titanium-ore", 1} - }, + { + {"titanium-ore", 1} + }, result = "titanium-alloy" }, - - { type = "recipe", name = "pollution-filter", energy_required = 0.5, ingredients = - { - {"plastic-bar", 5}, - {"steel-plate", 1}, - {"electronic-circuit", 1} - }, - result = "pollution-filter" - }, - - - { - type = "recipe", - name = "titanium-axe", - enabled = false, - ingredients = { - {"titanium-alloy", 5}, - {"iron-stick", 4} + {"plastic-bar", 5}, + {"steel-plate", 1}, + {"electronic-circuit", 1} }, - result = "titanium-axe", - requester_paste_multiplier = 4 + result = "pollution-filter" }, - - { type = "recipe", name = "repair-pack-mk2", enabled = false, energy_required = 0.5, ingredients = - { - {"repair-pack", 2}, - {"iron-gear-wheel", 1}, - {"advanced-circuit", 1} - }, + { + {"repair-pack", 2}, + {"iron-gear-wheel", 1}, + {"advanced-circuit", 1} + }, result = "repair-pack-mk2" }, { @@ -75,13 +57,11 @@ data:extend({ enabled = false, energy_required = 0.5, ingredients = - { - {"repair-pack-mk2", 2}, - {"iron-gear-wheel", 1}, - {"processing-unit", 1} - }, + { + {"repair-pack-mk2", 2}, + {"iron-gear-wheel", 1}, + {"processing-unit", 1} + }, result = "repair-pack-mk3" } - - }) \ No newline at end of file diff --git a/prototypes/technology/technology.lua b/prototypes/technology/technology.lua index c34e922..5bc7a59 100644 --- a/prototypes/technology/technology.lua +++ b/prototypes/technology/technology.lua @@ -1,60 +1,64 @@ -data:extend({ +data:extend( +{ { type = "technology", name = "titanium-processing", - icon = "__FactorioExtended-Core__/graphics/technology/steel-processing.png", - icon_size = 128, - prerequisites = {"steel-processing", "optics"}, + localised_name = {"technology-name.titanium-processing"}, + localised_description = {"technology-name.titanium-processing"}, + icon = "__FactorioExtended-Plus-Core__/graphics/technology/titanium-processing.png", + icon_size = 128, + prerequisites = {"sulfur-processing"}, effects = { { type = "unlock-recipe", recipe = "titanium-ore" }, - { + { type = "unlock-recipe", recipe = "titanium-alloy" } }, unit = { - count = 250, + count = 150, ingredients = - { - {"science-pack-1", 1}, - {"science-pack-2", 1} - }, + { + {"automation-science-pack", 1}, + {"logistic-science-pack", 1} + }, time = 15 }, order = "c-b" }, - - { type = "technology", name = "upgraded-tools", - icon = "__FactorioExtended-Core__/graphics/technology/steel-processing.png", - icon_size = 128, - prerequisites = {"titanium-processing"}, + localised_name = {"technology-name.upgraded-tools"}, + localised_description = {"technology-name.upgraded-tools"}, + icon = "__FactorioExtended-Plus-Core__/graphics/technology/hammer-wrench.png", + icon_size = 128, + prerequisites = {"titanium-processing", "advanced-electronics"}, effects = { { type = "unlock-recipe", recipe = "repair-pack-mk2" }, - { - type = "unlock-recipe", - recipe = "titanium-axe" + { + type = "character-mining-speed", + modifier = 2 } }, unit = { count = 150, ingredients = - { - {"science-pack-1", 1}, - {"science-pack-2", 1} - }, + { + {"automation-science-pack", 1}, + {"logistic-science-pack", 1}, + {"chemical-science-pack", 1} + }, time = 25 }, order = "c-c" @@ -62,9 +66,11 @@ data:extend({ { type = "technology", name = "upgraded-tools-2", - icon = "__FactorioExtended-Core__/graphics/technology/steel-processing.png", - icon_size = 128, - prerequisites = {"upgraded-tools"}, + localised_name = {"technology-name.upgraded-tools-2"}, + localised_description = {"technology-name.upgraded-tools-2"}, + icon = "__FactorioExtended-Plus-Core__/graphics/technology/hammer-wrench.png", + icon_size = 128, + prerequisites = {"upgraded-tools", "advanced-electronics-2"}, effects = { { @@ -76,10 +82,12 @@ data:extend({ { count = 150, ingredients = - { - {"science-pack-1", 2}, - {"science-pack-2", 1} - }, + { + {"automation-science-pack", 1}, + {"logistic-science-pack", 1}, + {"chemical-science-pack", 1}, + {"production-science-pack", 1} + }, time = 25 }, order = "c-d" diff --git a/thumbnail.png b/thumbnail.png new file mode 100644 index 0000000..51a3c94 Binary files /dev/null and b/thumbnail.png differ