Cheat: Dojo having all special Decorations available (e.g all event trophies, the thing you get when your dojo is featured, etc.) #1541

Closed
opened 2025-04-10 02:40:12 -07:00 by Animan8000 · 2 comments
Contributor

There's some special Dojo decorations such as trophies or the thing you get when your Dojo is globally featured by DE. Having a cheat to get all other decorations available would be nice to have.

There's some special Dojo decorations such as trophies or the thing you get when your Dojo is globally featured by DE. Having a cheat to get all other decorations available would be nice to have.
Sainan added the
enhancement
label 2025-04-10 06:45:26 -07:00
Owner

I assume you mean the Dojo Remaster Trophy? This is from the vault of one of the featured guilds:

    "DecoRecipes": [
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/MechEventTrophyTerracottaRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/MechEventTrophyBronzeRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/RailjackResearchTrophyRecipe"
      },
      {
        "ItemCount": 2,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/DojoRemasterTrophyGoldARecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/DojoRemasterTrophySilverARecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventBronzeTrophyRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventGoldTrophyRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventSilverTrophyRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventTerracottaTrophyRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventGoldTrophyRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventSilverTrophyRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventBronzeTrophyRecipe"
      },
      {
        "ItemCount": 1,
        "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventPewterTrophyRecipe"
      }
    ]
  },
I assume you mean the Dojo Remaster Trophy? This is from the vault of one of the featured guilds: ```json "DecoRecipes": [ { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/MechEventTrophyTerracottaRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/MechEventTrophyBronzeRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/RailjackResearchTrophyRecipe" }, { "ItemCount": 2, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/DojoRemasterTrophyGoldARecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/DojoRemasterTrophySilverARecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventBronzeTrophyRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventGoldTrophyRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventSilverTrophyRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/EntratiEventTerracottaTrophyRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventGoldTrophyRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventSilverTrophyRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventBronzeTrophyRecipe" }, { "ItemCount": 1, "ItemType": "/Lotus/Levels/ClanDojo/ComponentPropRecipes/JadeShadowsEventPewterTrophyRecipe" } ] }, ```
Author
Contributor

Looks mostly alright but I think there's more Dojo trophies, from like really old events

Looks mostly alright but I think there's more Dojo trophies, from like really old events
Sign in to join this conversation.
No description provided.