Banner
Item Tips Mod
Thumbnail
Downloads35,783
Views73,058
Publish Date5 years ago
Last Updated4 years ago
Version1.2.2
Members
Avatar
BoomberCollaborator
Avatar

I made an itemtips file for Enter the Dungeon: https://modworkshop.net/mod/25395
(also this version since there is only 1 ID change https://modworkshop.net/mod/26207)

I tried adding you two on steam (Boomber and Scionofmemory) to get the file to you some how.
But seems like you removed my Friend request and I don't really know any otherway to reach you, so just gonna dump the contents here (already tested and it works)

{
    "metadata": {
        "name": "Enter the Dungeon [Custom Item Pack] [videogamer1002]",
        "version": "0.51",
        "url": "https://modworkshop.net/mod/25395"
    },
    "items": {
        "etd:heart_container": {
            "name": "Heart Container",
            "notes": "Increases max health by 1."
        },
		"etd:shield_heart": {
            "name": "Shield Heart",
            "notes": "1 second cooldown. Can be used when armor exceeds 2, and gungeoneer is not Robot. On use, removes 2 armor and adds a heart container."
        },
		 "etd:cloak_of_shadows": {
            "name": "Cloak of Shadows",
            "notes": "5 second duration. 100 damage recharge. On use, turns the player invisible for 5 seconds. The player cannot steal with this invisibility."
        },
		 "etd:blank_personality_new": {
            "name": "Blank Personality",
            "notes": "Gives the player a blank upon purchasing an item, including blanks."
        },
		"etd:rock_bullets": {
            "name": "Rock Bullets",
            "notes": "Increases bullet size. Slightly increases bullet damage. Increases bullet knockback."
        },
		"etd:7.62mm": {
            "name": "7.62mm",
            "notes": "Increases bullet range. Increases bullet speed."
        },
		"etd:+2_bullets": {
            "name": "+2 Bullets",
            "notes": "Greatly increases bullet damage."
        },
		"etd:life_insurance": {
            "name": "Life Insurance",
            "notes": "Heals one heart with every purchase"
        },
		"etd:obsidian_guon_stone": {
            "name": "Obsidian Guon Stone",
            "notes": "1 second cooldown. Can be used with 3 health and 1 armor. Consumes 2 health and 1 armor on use. On use, gives the player a Glass Guon Stone. Does not orbit like other Guon Stones."
        }
    }   
}
28 941