feat: dontSubtractConsumables cheat #1857
@ -19,6 +19,7 @@
 | 
			
		||||
  "infiniteEndo": false,
 | 
			
		||||
  "infiniteRegalAya": false,
 | 
			
		||||
  "infiniteHelminthMaterials": false,
 | 
			
		||||
  "dontSubtractConsumables": false,
 | 
			
		||||
  "unlockAllShipFeatures": false,
 | 
			
		||||
  "unlockAllShipDecorations": false,
 | 
			
		||||
  "unlockAllFlavourItems": false,
 | 
			
		||||
 | 
			
		||||
@ -24,6 +24,7 @@ interface IConfig {
 | 
			
		||||
    infiniteEndo?: boolean;
 | 
			
		||||
    infiniteRegalAya?: boolean;
 | 
			
		||||
    infiniteHelminthMaterials?: boolean;
 | 
			
		||||
    dontSubtractConsumables?: boolean;
 | 
			
		||||
    unlockAllShipFeatures?: boolean;
 | 
			
		||||
    unlockAllShipDecorations?: boolean;
 | 
			
		||||
    unlockAllFlavourItems?: boolean;
 | 
			
		||||
 | 
			
		||||
@ -265,7 +265,14 @@ export const addMissionInventoryUpdates = async (
 | 
			
		||||
                addMiscItems(inventory, value);
 | 
			
		||||
                break;
 | 
			
		||||
            case "Consumables":
 | 
			
		||||
                addConsumables(inventory, value);
 | 
			
		||||
                if (config.dontSubtractConsumables) {
 | 
			
		||||
                    addConsumables(
 | 
			
		||||
                        inventory,
 | 
			
		||||
                        value.filter(x => x.ItemCount > 0)
 | 
			
		||||
                    );
 | 
			
		||||
                } else {
 | 
			
		||||
                    addConsumables(inventory, value);
 | 
			
		||||
                }
 | 
			
		||||
                break;
 | 
			
		||||
            case "Recipes":
 | 
			
		||||
                addRecipes(inventory, value);
 | 
			
		||||
 | 
			
		||||
@ -593,6 +593,10 @@
 | 
			
		||||
                                        <input class="form-check-input" type="checkbox" id="infiniteHelminthMaterials" />
 | 
			
		||||
                                        <label class="form-check-label" for="infiniteHelminthMaterials" data-loc="cheats_infiniteHelminthMaterials"></label>
 | 
			
		||||
                                    </div>
 | 
			
		||||
                                    <div class="form-check">
 | 
			
		||||
                                        <input class="form-check-input" type="checkbox" id="dontSubtractConsumables" />
 | 
			
		||||
                                        <label class="form-check-label" for="dontSubtractConsumables" data-loc="cheats_dontSubtractConsumables"></label>
 | 
			
		||||
                                    </div>
 | 
			
		||||
                                    <div class="form-check">
 | 
			
		||||
                                        <input class="form-check-input" type="checkbox" id="unlockAllShipFeatures" />
 | 
			
		||||
                                        <label class="form-check-label" for="unlockAllShipFeatures" data-loc="cheats_unlockAllShipFeatures"></label>
 | 
			
		||||
 | 
			
		||||
@ -133,6 +133,7 @@ dict = {
 | 
			
		||||
    cheats_infiniteEndo: `Unendlich Endo`,
 | 
			
		||||
    cheats_infiniteRegalAya: `Unendlich Reines Aya`,
 | 
			
		||||
    cheats_infiniteHelminthMaterials: `Unendlich Helminth-Materialien`,
 | 
			
		||||
    cheats_dontSubtractConsumables: `[UNTRANSLATED] Don't Subtract Consumables`,
 | 
			
		||||
    cheats_unlockAllShipFeatures: `Alle Schiffs-Funktionen freischalten`,
 | 
			
		||||
    cheats_unlockAllShipDecorations: `Alle Schiffsdekorationen freischalten`,
 | 
			
		||||
    cheats_unlockAllFlavourItems: `Alle <abbr title=\"Animationssets, Glyphen, Farbpaletten usw.\">Sammlerstücke</abbr> freischalten`,
 | 
			
		||||
 | 
			
		||||
@ -132,6 +132,7 @@ dict = {
 | 
			
		||||
    cheats_infiniteEndo: `Infinite Endo`,
 | 
			
		||||
    cheats_infiniteRegalAya: `Infinite Regal Aya`,
 | 
			
		||||
    cheats_infiniteHelminthMaterials: `Infinite Helminth Materials`,
 | 
			
		||||
    cheats_dontSubtractConsumables: `Don't Subtract Consumables`,
 | 
			
		||||
    cheats_unlockAllShipFeatures: `Unlock All Ship Features`,
 | 
			
		||||
    cheats_unlockAllShipDecorations: `Unlock All Ship Decorations`,
 | 
			
		||||
    cheats_unlockAllFlavourItems: `Unlock All <abbr title=\"Animation Sets, Glyphs, Palettes, etc.\">Flavor Items</abbr>`,
 | 
			
		||||
 | 
			
		||||
@ -133,6 +133,7 @@ dict = {
 | 
			
		||||
    cheats_infiniteEndo: `Endo infinito`,
 | 
			
		||||
    cheats_infiniteRegalAya: `Aya Real infinita`,
 | 
			
		||||
    cheats_infiniteHelminthMaterials: `Materiales Helminto infinitos`,
 | 
			
		||||
    cheats_dontSubtractConsumables: `[UNTRANSLATED] Don't Subtract Consumables`,
 | 
			
		||||
    cheats_unlockAllShipFeatures: `Desbloquear todas las funciones de nave`,
 | 
			
		||||
    cheats_unlockAllShipDecorations: `Desbloquear todas las decoraciones de nave`,
 | 
			
		||||
    cheats_unlockAllFlavourItems: `Desbloquear todos los <abbr title="Conjuntos de animaciones, glifos, paletas, etc.">ítems estéticos</abbr>`,
 | 
			
		||||
 | 
			
		||||
@ -133,6 +133,7 @@ dict = {
 | 
			
		||||
    cheats_infiniteEndo: `Endo infini`,
 | 
			
		||||
    cheats_infiniteRegalAya: `Aya Raffiné infini`,
 | 
			
		||||
    cheats_infiniteHelminthMaterials: `Ressources d'Helminth infinies`,
 | 
			
		||||
    cheats_dontSubtractConsumables: `[UNTRANSLATED] Don't Subtract Consumables`,
 | 
			
		||||
    cheats_unlockAllShipFeatures: `Débloquer tous les segments du vaisseau`,
 | 
			
		||||
    cheats_unlockAllShipDecorations: `Débloquer toutes les décorations du vaisseau`,
 | 
			
		||||
    cheats_unlockAllFlavourItems: `Débloquer tous les <abbr title=\"Animations, Glyphes, Palettes, etc.\">Flavor Items</abbr>`,
 | 
			
		||||
 | 
			
		||||
@ -133,6 +133,7 @@ dict = {
 | 
			
		||||
    cheats_infiniteEndo: `Бесконечное эндо`,
 | 
			
		||||
    cheats_infiniteRegalAya: `Бесконечная Королевская Айя`,
 | 
			
		||||
    cheats_infiniteHelminthMaterials: `Бесконечные Выделения Гельминта`,
 | 
			
		||||
    cheats_dontSubtractConsumables: `[UNTRANSLATED] Don't Subtract Consumables`,
 | 
			
		||||
    cheats_unlockAllShipFeatures: `Разблокировать все функции корабля`,
 | 
			
		||||
    cheats_unlockAllShipDecorations: `Разблокировать все украшения корабля`,
 | 
			
		||||
    cheats_unlockAllFlavourItems: `Разблокировать все <abbr title=\"Наборы анимаций, глифы, палитры и т. д.\">уникальные предметы</abbr>`,
 | 
			
		||||
 | 
			
		||||
@ -133,6 +133,7 @@ dict = {
 | 
			
		||||
    cheats_infiniteEndo: `无限内融核心`,
 | 
			
		||||
    cheats_infiniteRegalAya: `无限御品阿耶`,
 | 
			
		||||
    cheats_infiniteHelminthMaterials: `无限Helminth材料`,
 | 
			
		||||
    cheats_dontSubtractConsumables: `[UNTRANSLATED] Don't Subtract Consumables`,
 | 
			
		||||
    cheats_unlockAllShipFeatures: `解锁所有飞船功能`,
 | 
			
		||||
    cheats_unlockAllShipDecorations: `解锁所有飞船装饰`,
 | 
			
		||||
    cheats_unlockAllFlavourItems: `解锁所有<abbr title=\"动画组合、图标、调色板等\">装饰物品</abbr>`,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user