diff --git a/data/mods/FictonalWeapons/fic_item_groups.json b/data/mods/FictonalWeapons/fic_item_groups.json deleted file mode 100644 index a301dbe75dd31..0000000000000 --- a/data/mods/FictonalWeapons/fic_item_groups.json +++ /dev/null @@ -1,57 +0,0 @@ -[ - { - "type": "item_group", - "id": "rare", - "items": [ [ "ficrico", 3 ], [ "gunsword", 3 ], [ "gunknife", 4 ], [ "50pistol", 2 ], [ "m1911ds", 2 ] ] - }, - { - "type": "item_group", - "id": "mags_pistol_rare", - "items": [ [ "454_speedloader6", 5 ], [ "454_speedloader8", 5 ] ] - }, - { - "type": "item_group", - "id": "mags_smg_rare", - "items": [ [ "e1776mag", 10 ] ] - }, - { - "type": "item_group", - "id": "guns_pistol_rare", - "items": [ [ "boomlighter", 2 ], [ "ficrico", 2 ], [ "gunsword", 2 ], [ "gunknife", 2 ], [ "50pistol", 2 ], [ "m1911ds", 2 ] ] - }, - { - "type": "item_group", - "id": "guns_rifle_rare", - "items": [ [ "arccan", 5 ] ] - }, - { - "type": "item_group", - "id": "guns_smg_rare", - "items": [ [ "e1776", 2 ], [ "hk_mp5eod", 2 ], [ "light_carb", 4 ] ] - }, - { - "type": "item_group", - "id": "cop_armory", - "items": [ [ "arccan", 5 ], [ "light_carb", 5 ] ] - }, - { - "type": "item_group", - "id": "prison_weapons", - "items": [ [ "light_carb", 5 ] ] - }, - { - "type": "item_group", - "id": "cop_weapons", - "items": [ [ "arccan", 5 ], [ "light_carb", 5 ] ] - }, - { - "type": "item_group", - "id": "military", - "items": [ [ "emas", 5 ], [ "m1911ds", 3 ] ] - }, - { - "type": "item_group", - "id": "gunmod_rare", - "items": [ [ "emas", 5 ], [ "retool_flaregun", 7 ] ] - } -] diff --git a/data/mods/FictonalWeapons/fic_mods.json b/data/mods/FictonalWeapons/fic_mods.json deleted file mode 100644 index 5c3312217625d..0000000000000 --- a/data/mods/FictonalWeapons/fic_mods.json +++ /dev/null @@ -1,59 +0,0 @@ -[ - { - "id": "retool_flaregun", - "type": "GUNMOD", - "symbol": ":", - "color": "green", - "name": "Flaregun conversion kit", - "description": "Replacing several key parts flaregun to convert it to a .40 firearm. The conversion results in reduced accuracy and increased recoil.", - "location": "accessories", - "price": 48000, - "material": "steel", - "weight": "226 g", - "volume": "250 ml", - "bashing": 3, - "to_hit": -1, - "dispersion_modifier": 30, - "ammo_modifier": "40", - "min_skills": [ [ "gun", 2 ] ], - "mod_targets": [ "pistol" ], - "acceptable_ammo": [ "signal_flare" ] - }, - { - "id": "boom_flamer", - "type": "GUNMOD", - "name": "integral flamethrower", - "description": "This genuine Herostratus flamethrower is ideal for light brush clearing and self-defense.", - "weight": "1500 g", - "volume": "750 ml", - "price": 100000, - "material": [ "steel", "ceramic" ], - "symbol": ":", - "color": "light_gray", - "location": "underbarrel", - "mod_targets": [ "pistol", "smg" ], - "gun_data": { "ammo": "flammable", "skill": "launcher", "dispersion": 320, "durability": 10, "clip_size": 300 }, - "flags": [ "FIRE_50" ], - "dispersion_modifier": 25, - "min_skills": [ [ "weapon", 2 ], [ "launcher", 2 ] ] - }, - { - "type": "GUNMOD", - "id": "emas", - "name": "E.M.A.S.", - "dispersion_modifier": 45, - "damage_modifier": 4, - "description": "ElectroMagnetic Acceleration System is an array of electromagnets attached to the front of the barrel, accelerating any projectile fired to even higher velocities, increasing damage, recoil and reducing accuracy. It does however drain UPS charges when firing and due to extensive modifications the gun can no longer operate without a UPS.", - "location": "barrel", - "weight": "450 g", - "color": "light_gray", - "symbol": ":", - "material": [ "steel" ], - "mod_targets": [ "smg", "rifle", "shotgun", "pistol" ], - "volume": "500 ml", - "bashing": 5, - "handling_modifier": -5, - "price": 20000, - "min_skills": [ [ "gun", 5 ] ] - } -] diff --git a/data/mods/FictonalWeapons/fic_recipes.json b/data/mods/FictonalWeapons/fic_recipes.json deleted file mode 100644 index dc0edf4be95ad..0000000000000 --- a/data/mods/FictonalWeapons/fic_recipes.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "result": "m1911ds", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_RANGED", - "skill_used": "fabrication", - "difficulty": 5, - "skills_required": [ "gun", 4 ], - "time": 12000, - "autolearn": true, - "tools": [ - [ [ "mold_plastic", -1 ] ], - [ [ "welder", 70 ], [ "welder_crude", 100 ], [ "soldering_iron", 100 ], [ "toolset", 100 ] ] - ], - "qualities": [ { "id": "SAW_M_FINE", "level": 1 }, { "id": "SCREW_FINE", "level": 1 } ], - "components": [ [ [ "m1911", 1 ] ], [ [ "gun_crossbow", 1 ] ], [ [ "plastic_chunk", 4 ] ], [ [ "steel_chunk", 2 ], [ "scrap", 6 ] ] ] - } -] diff --git a/data/mods/FictonalWeapons/fic_weapons.json b/data/mods/FictonalWeapons/fic_weapons.json deleted file mode 100644 index 1530b76c1d173..0000000000000 --- a/data/mods/FictonalWeapons/fic_weapons.json +++ /dev/null @@ -1,300 +0,0 @@ -[ - { - "id": "ficrico", - "copy-from": "pistol_revolver", - "type": "GUN", - "name": "JHEC M128", - "description": "The Johnson Heavy Equipment Co. M128 autorevolver; all others fail to measure up. Johnson Heavy Equipment Co. is a subsidiary of D&B Minneapolis.", - "weight": "1500 g", - "volume": "750 ml", - "price": 250000, - "to_hit": -1, - "bashing": 10, - "material": [ "steel", "plastic" ], - "color": "dark_gray", - "ammo": "454", - "ranged_damage": 3, - "dispersion": 80, - "durability": 9, - "clip_size": 8, - "reload": 80, - "magazines": [ [ "454", [ "454_speedloader8" ] ] ], - "built_in_mods": [ "m320_mod" ] - }, - { - "id": "boomlighter", - "copy-from": "pistol_revolver", - "type": "GUN", - "color": "dark_gray", - "name": { "str": "Boomlighter 454" }, - "description": "Handmade by master gunsmiths at D&B Minneapolis, this deadly accurate and powerful pistol packs a punch with precision, power and flair. Comes with a one of a kind integrated flamethrower.", - "price": 250000, - "material": [ "steel", "plastic" ], - "flags": [ "RELOAD_ONE", "NEVER_JAMS", "RELOAD_EJECT" ], - "skill": "pistol", - "ammo": "454", - "weight": "1500 g", - "volume": "500 ml", - "bashing": 10, - "to_hit": -1, - "ranged_damage": 3, - "dispersion": 180, - "durability": 9, - "clip_size": 6, - "reload": 80, - "magazines": [ [ "454", [ "454_speedloader6" ] ] ], - "built_in_mods": [ "boom_flamer" ], - "valid_mod_locations": [ - [ "accessories", 4 ], - [ "barrel", 1 ], - [ "bore", 1 ], - [ "grip", 1 ], - [ "mechanism", 4 ], - [ "muzzle", 1 ], - [ "rail", 1 ], - [ "sights", 1 ], - [ "stock", 1 ] - ] - }, - { - "id": "gunsword", - "type": "GUN", - "reload_noise_volume": 10, - "symbol": "I", - "color": "light_gray", - "name": { "str": "gunsword" }, - "description": "A long sharp blade, with two powerful .500 S&W Magnum chambers in the hilt. While chambering big rounds, the barrels are so short it slightly reduces outgoing damage.", - "price": 150000, - "material": [ "steel", "plastic" ], - "flags": [ "RELOAD_ONE", "NEVER_JAMS", "RELOAD_EJECT", "SHEATH_SWORD", "DURABLE_MELEE", "NON-FOULING" ], - "skill": "pistol", - "ammo": "500", - "weight": "1800 g", - "volume": "2250 ml", - "bashing": 2, - "cutting": 22, - "to_hit": 3, - "ranged_damage": -2, - "dispersion": 180, - "durability": 10, - "clip_size": 2, - "reload": 80, - "valid_mod_locations": [ [ "barrel", 1 ], [ "bore", 1 ], [ "grip", 1 ], [ "mechanism", 2 ], [ "muzzle", 1 ] ], - "techniques": [ "WBLOCK_2" ] - }, - { - "id": "gunknife", - "type": "GUN", - "reload_noise_volume": 10, - "symbol": "i", - "color": "light_gray", - "name": { "str": "gunknife", "str_pl": "gunknives" }, - "description": "A short but sharp blade, with two powerful .500 S&W Magnum chambers in the grip. While chambering big rounds, the barrels are so short it slightly reduces outgoing damage.", - "price": 70000, - "material": [ "steel", "plastic" ], - "flags": [ "RELOAD_ONE", "NEVER_JAMS", "RELOAD_EJECT", "SHEATH_KNIFE", "STAB", "DURABLE_MELEE", "NON-FOULING" ], - "skill": "pistol", - "ammo": "500", - "weight": "700 g", - "volume": "500 ml", - "bashing": 2, - "cutting": 14, - "to_hit": 1, - "ranged_damage": -2, - "dispersion": 180, - "durability": 10, - "clip_size": 2, - "reload": 80, - "loudness": 50, - "valid_mod_locations": [ [ "barrel", 1 ], [ "bore", 1 ], [ "grip", 1 ], [ "mechanism", 2 ], [ "muzzle", 1 ] ], - "techniques": [ "WBLOCK_1" ], - "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 14 ] ] - }, - { - "id": "50pistol", - "type": "GUN", - "reload_noise_volume": 10, - "symbol": "[", - "color": "dark_gray", - "name": { "str": "FiveO handcannon" }, - "description": "Someone crazy thought that the .50 BMG belonged in a pistol. This massive piece of steel proves otherwise. The sheer bulk however does make it quite adept at smashing face.", - "price": 60000, - "material": [ "steel", "plastic" ], - "flags": [ "NEVER_JAMS", "RELOAD_EJECT" ], - "skill": "pistol", - "ammo": "50", - "weight": "3800 g", - "volume": "2 L", - "bashing": 11, - "to_hit": -4, - "ranged_damage": -4, - "dispersion": 700, - "durability": 4, - "clip_size": 1, - "reload": 200, - "loudness": 200, - "valid_mod_locations": [ - [ "accessories", 4 ], - [ "barrel", 1 ], - [ "bore", 1 ], - [ "grip", 1 ], - [ "mechanism", 4 ], - [ "muzzle", 1 ], - [ "rail", 1 ], - [ "sights", 1 ], - [ "stock", 1 ] - ] - }, - { - "id": "hk_mp5eod", - "copy-from": "smg_base", - "type": "GUN", - "color": "dark_gray", - "name": "M919", - "description": "Manufactured by Sarah and Suhl machine company of Portland, Maine, the M919 submachine gun is the most accurate 9x19mm submachine gun on the market. Intended for police use, it is fitted with an integral grenade launcher.", - "weight": "3100 g", - "volume": "1250 ml", - "price": 430000, - "to_hit": -1, - "bashing": 10, - "material": [ "steel", "plastic" ], - "ammo": "9mm", - "ranged_damage": 1, - "dispersion": 130, - "durability": 8, - "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "3 rd.", 3 ], [ "AUTO", "auto", 8 ] ], - "built_in_mods": [ "m320_mod" ], - "magazines": [ - [ "9mm", [ "mp5mag", "mp5bigmag" ] ], - [ "22", [ "ruger1022bigmag", "ruger1022mag" ] ], - [ "45", [ "ump45mag" ] ], - [ "46", [ "hk46mag", "hk46bigmag" ] ], - [ "57", [ "fn57mag" ] ] - ] - }, - { - "id": "e1776", - "copy-from": "smg_base", - "type": "GUN", - "name": { "str_sp": "Eagle 1776" }, - "description": "You see before you a marvel of American engineering: a powerful .44 Magnum submachine gun, made from fine parts assembled in America, including an integral grenade launcher. Eagle 1776: From the arsenal of freedom!", - "price": 580000, - "material": [ "steel", "plastic" ], - "skill": "smg", - "ammo": "44", - "weight": "3400 g", - "volume": "1250 ml", - "bashing": 10, - "to_hit": -2, - "ranged_damage": 1, - "dispersion": 220, - "durability": 7, - "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "3 rd.", 3 ], [ "AUTO", "auto", 8 ] ], - "built_in_mods": [ "m320_mod" ], - "valid_mod_locations": [ - [ "accessories", 3 ], - [ "barrel", 1 ], - [ "bore", 1 ], - [ "brass catcher", 1 ], - [ "grip", 1 ], - [ "magazine", 1 ], - [ "mechanism", 4 ], - [ "muzzle", 1 ], - [ "rail", 1 ], - [ "sights", 1 ], - [ "sling", 1 ], - [ "stock", 1 ], - [ "underbarrel", 1 ] - ], - "magazines": [ [ "44", [ "e1776mag", "deaglemag" ] ], [ "9mm", [ "mp5mag", "mp5bigmag" ] ], [ "45", [ "ump45mag" ] ] ] - }, - { - "id": "light_carb", - "type": "GUN", - "reload_noise_volume": 10, - "symbol": "(", - "color": "dark_gray", - "name": { "str": "L.T. carbine" }, - "description": "The Lightning Trail carbine was developed for the riot police to quickly blanket an area with lightning clouds. While damaging, it is less lethal than live ammunition.", - "price": 250000, - "material": [ "steel", "plastic" ], - "flags": [ "NEVER_JAMS", "NO_UNLOAD", "NON-FOULING" ], - "ammo_effects": [ "LIGHTNING", "BEANBAG" ], - "ups_charges": 6, - "skill": "smg", - "weight": "2100 g", - "volume": "1500 ml", - "bashing": 7, - "ranged_damage": 10, - "range": 25, - "dispersion": 100, - "durability": 6, - "reload": 0, - "loudness": 75, - "valid_mod_locations": [ - [ "accessories", 4 ], - [ "grip", 1 ], - [ "rail", 1 ], - [ "sights", 1 ], - [ "sling", 1 ], - [ "stock", 1 ], - [ "underbarrel", 1 ] - ] - }, - { - "id": "arccan", - "type": "GUN", - "reload_noise_volume": 10, - "symbol": "(", - "color": "dark_gray", - "name": { "str": "arc cannon" }, - "description": "The arc cannon fires bolts of lightning arcing between targets in close proximity to each other. Originally manufactured to fry insects, now it’s been turned up to fry zombies.", - "price": 250000, - "material": [ "steel", "plastic" ], - "flags": [ "NEVER_JAMS", "NO_UNLOAD", "NON-FOULING" ], - "ammo_effects": [ "LIGHTNING", "BOUNCE", "BEANBAG" ], - "ups_charges": 120, - "skill": "rifle", - "weight": "2700 g", - "volume": "2 L", - "bashing": 7, - "ranged_damage": 16, - "range": 15, - "dispersion": 250, - "durability": 7, - "reload": 0, - "loudness": 100, - "valid_mod_locations": [ [ "accessories", 4 ], [ "grip", 1 ], [ "rail", 1 ], [ "sights", 1 ], [ "sling", 1 ], [ "stock", 1 ] ] - }, - { - "id": "m1911ds", - "copy-from": "pistol_base", - "type": "GUN", - "name": "M1911 DS", - "description": "The M1911 Darkstalker is a very modified M1911, it has a fully integrated crossbow and added rails. Professional looking with a ebony black finish, laced with lime green details. Now they will know why they fear the night. Bat hood sold separately.", - "weight": "1135 g", - "volume": "750 ml", - "price": 150000, - "bashing": 7, - "to_hit": -2, - "material": [ "steel", "plastic" ], - "symbol": "[", - "color": "light_gray", - "ammo": "45", - "dispersion": 255, - "durability": 6, - "valid_mod_locations": [ - [ "accessories", 2 ], - [ "barrel", 1 ], - [ "bore", 1 ], - [ "brass catcher", 1 ], - [ "grip", 1 ], - [ "mechanism", 4 ], - [ "muzzle", 1 ], - [ "sights", 1 ], - [ "underbarrel", 1 ] - ], - "built_in_mods": [ "gun_crossbow" ], - "magazines": [ [ "45", [ "m1911mag", "m1911bigmag" ] ], [ "9mm", [ "m9mag", "m9bigmag" ] ] ] - } -] diff --git a/data/mods/FictonalWeapons/ficmags.json b/data/mods/FictonalWeapons/ficmags.json deleted file mode 100644 index 8d589b3ab0390..0000000000000 --- a/data/mods/FictonalWeapons/ficmags.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "id": "454_speedloader6", - "type": "MAGAZINE", - "name": ".454 6-round speedloader", - "description": "This speedloader can hold 6 rounds of .454 and quickly reload a compatible revolver.", - "weight": "116 g", - "volume": "250 ml", - "price": 2400, - "material": "steel", - "symbol": "#", - "color": "light_gray", - "ammo_type": "454", - "capacity": 6, - "flags": [ "SPEEDLOADER" ] - }, - { - "id": "454_speedloader8", - "type": "MAGAZINE", - "name": ".454 8-round speedloader", - "description": "This speedloader can hold 8 rounds of .454 and quickly reload a compatible revolver.", - "weight": "132 g", - "volume": "250 ml", - "price": 2800, - "material": "steel", - "symbol": "#", - "color": "light_gray", - "ammo_type": "454", - "capacity": 8, - "flags": [ "SPEEDLOADER" ] - }, - { - "id": "e1776mag", - "type": "MAGAZINE", - "name": "Eagle 1776 magazine", - "description": "An american-made box magazine, designed to deliver 24 .44 Magnum cartridges to the Eagle 1776.", - "weight": "195 g", - "volume": "500 ml", - "price": 1776, - "material": "steel", - "symbol": "#", - "color": "light_gray", - "ammo_type": "44", - "capacity": 24, - "reliability": 7, - "flags": [ "MAG_COMPACT" ] - } -] diff --git a/data/mods/FictonalWeapons/modinfo.json b/data/mods/FictonalWeapons/modinfo.json deleted file mode 100644 index 91a4ba0873e52..0000000000000 --- a/data/mods/FictonalWeapons/modinfo.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "type": "MOD_INFO", - "ident": "FIC_Weapons", - "name": "DeadLeaves' Fictional Guns", - "authors": [ "DeadLeaves", "BorkBorkGoesTheCode" ], - "maintainers": [ "BorkBorkGoesTheCode" ], - "description": "Adds a bunch of rare, fictional weapons.", - "category": "items", - "dependencies": [ "dda" ], - "obsolete": true - } -] diff --git a/data/mods/FictonalWeapons/snippets.json b/data/mods/FictonalWeapons/snippets.json deleted file mode 100644 index 8fceccef41cb8..0000000000000 --- a/data/mods/FictonalWeapons/snippets.json +++ /dev/null @@ -1,19 +0,0 @@ -[ - { - "type": "snippet", - "category": "note", - "text": [ - { "id": "note_fictional_weapons_1", "text": "\"Gun. Sword. Gunsword. Screw bayonets, this is way more awesome.\"" }, - { - "id": "note_fictional_weapons_2", - "text": "\"Not sure if wielding this thing makes me feel like a bodybuilder or a theoretical physicist. Both?\"" - }, - { "id": "note_fictional_weapons_3", "text": "\"This ain't your grandaddy's .50 cal hand cannon!\"" }, - { "id": "note_fictional_weapons_4", "text": "\"Nice pistol! Which trigger fires the flamer?\"" }, - { - "id": "note_fictional_weapons_5", - "text": "\"Why in the name of fuck did I slap a crossbow on this handgun.\"" - } - ] - } -] diff --git a/data/mods/Growable_pots/items.json b/data/mods/Growable_pots/items.json deleted file mode 100644 index 1bb5653736172..0000000000000 --- a/data/mods/Growable_pots/items.json +++ /dev/null @@ -1,305 +0,0 @@ -[ - { - "type": "GENERIC", - "id": "gp_pot", - "symbol": ")", - "color": "brown", - "name": "garden pot", - "description": "A special pot for growing plants, maintaining them at comfortable conditions for maximum yield. It can be crafted with various seeds to plant them.", - "price": 600, - "material": "clay", - "weight": "280 g", - "volume": "2 L", - "pocket_data": [ { "max_contains_volume": "1250 ml", "max_contains_weight": "3 kg", "open_container": true } ], - "bashing": 1, - "cutting": 0, - "category": "tools", - "to_hit": 0 - }, - { - "type": "GENERIC", - "abstract": "gp_pot_growing", - "name": { "str": "garden pot (growing)", "str_pl": "garden pots (growing)" }, - "description": "A garden pot growing some tasty, unnameable plants. You shouldn't see this item.", - "weight": "480 g", - "symbol": ")", - "color": "brown", - "price": 1300, - "material": [ "clay", "veggy" ], - "volume": "2500 ml", - "bashing": 1, - "category": "tools" - }, - { - "type": "GENERIC", - "abstract": "gp_pot_grown", - "name": { "str": "garden pot (grown)", "str_pl": "garden pots (grown)" }, - "description": "A garden pot with some ripe, unnameable plants. You shouldn't see this item.", - "copy-from": "gp_pot_growing", - "use_action": "DISASSEMBLE" - }, - { - "type": "GENERIC", - "id": "gp_tomato", - "name": { "str": "garden pot (growing tomato)", "str_pl": "garden pots (growing tomatoes)" }, - "description": "This is a garden pot growing tomatoes. Once ripe, it can be activated to prepare them for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The tomatoes are ready to harvest!", - "moves": 0, - "target": "gp_tomato_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_tomato_ready", - "name": { "str": "garden pot (ripe tomato)", "str_pl": "garden pots (ripe tomatoes)" }, - "description": "This is a garden pot with a ripe tomato plant. Disassemble to retrieve the tasty 'matos.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_wheat", - "name": { "str": "garden pot (growing wheat)", "str_pl": "garden pots (growing wheat)" }, - "description": "This is a garden pot growing wheat. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The wheat is ready to harvest!", - "moves": 0, - "target": "gp_wheat_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_wheat_ready", - "name": { "str": "garden pot (ripe wheat)", "str_pl": "garden pots (ripe wheat)" }, - "description": "This is a garden pot with wheat ready to harvest. Disassemble to retrieve it.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_hops", - "name": { "str": "garden pot (growing hops)", "str_pl": "garden pots (growing hops)" }, - "description": "This is a garden pot growing hops. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The hops are ready to harvest!", - "moves": 0, - "target": "gp_hops_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_hops_ready", - "name": { "str": "garden pot (ripe hops)", "str_pl": "garden pots (ripe hops)" }, - "description": "This is a garden pot containing blooming hops flowers. Disassemble to harvest them.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_buckwheat", - "name": { "str": "garden pot (growing buckwheat)", "str_pl": "garden pots (growing buckwheat)" }, - "description": "This is a garden pot growing buckwheat. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The buckwheat is ready to harvest!", - "moves": 0, - "target": "gp_buckwheat_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_buckwheat_ready", - "name": { "str": "garden pot (ripe buckwheat)", "str_pl": "garden pots (ripe buckwheat)" }, - "description": "This is a garden pot containing ripe buckwheat stalks. Disassemble to harvest them.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_broccoli", - "name": { "str": "garden pot (growing broccoli)", "str_pl": "garden pots (growing broccoli)" }, - "description": "This is a garden pot growing broccoli. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The broccoli is ready to harvest!", - "moves": 0, - "target": "gp_broccoli_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_broccoli_ready", - "name": { "str": "garden pot (ripe broccoli)", "str_pl": "garden pots (ripe broccoli)" }, - "description": "This is a garden pot containing some fully-grown broccoli. Disassemble to harvest it.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_oats", - "name": { "str": "garden pot (growing oats)", "str_pl": "garden pots (growing oats)" }, - "description": "This is a garden pot growing oats. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The oats are ready to harvest!", - "moves": 0, - "target": "gp_oats_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_oats_ready", - "name": { "str": "garden pot (ripe oats)", "str_pl": "garden pots (ripe oats)" }, - "description": "This is a garden pot containing some golden, fully-grown oats. Disassemble to harvest them.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_barley", - "name": { "str": "garden pot (growing barley)", "str_pl": "garden pots (growing barley)" }, - "description": "This is a garden pot growing barley. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "Barley is ready to harvest!", - "moves": 0, - "target": "gp_barley_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_barley_ready", - "name": { "str": "garden pot (ripe barley)", "str_pl": "garden pots (ripe barley)" }, - "description": "This is a garden pot containing some ready-to-harvest barley. Disassemble to harvest it.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_carrot", - "name": { "str": "garden pot (growing carrot)", "str_pl": "garden pots (growing carrots)" }, - "description": "This is a garden pot growing carrots. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The carrots are ready to harvest!", - "moves": 0, - "target": "gp_carrot_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_carrot_ready", - "name": { "str": "garden pot (ripe carrot)", "str_pl": "garden pots (ripe carrot)" }, - "description": "This is a garden pot containing some ripe carrots. Disassemble to harvest them. Store away from rabbits.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_cotton_boll", - "name": { "str": "garden pot (growing cotton)", "str_pl": "garden pots (growing cotton)" }, - "description": "This is a garden pot growing cotton. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The cotton is ready to harvest!", - "moves": 0, - "target": "gp_cotton_boll_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_cotton_boll_ready", - "name": { "str": "garden pot (ripe cotton)", "str_pl": "garden pots (ripe cotton)" }, - "description": "This is a garden pot containing white, fluffy cotton bolls ready for the loom. Disassemble to pluck them.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_cabbage", - "name": { "str": "garden pot (growing cabbage)", "str_pl": "garden pots (growing cabbage)" }, - "description": "This is a garden pot growing cabbage. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The cabbages are ready to harvest!", - "moves": 0, - "target": "gp_cabbage_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_cabbage_ready", - "name": { "str": "garden pot (ripe cabbage)", "str_pl": "garden pots (ripe cabbage)" }, - "description": "This is a garden pot containing a big cabbage leaf. Disassemble to harvest it.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_cucumber", - "name": { "str": "garden pot (growing cucumber)", "str_pl": "garden pots (growing cucumber)" }, - "description": "This is a garden pot growing cucumber. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The cucumbers are ready to harvest!", - "moves": 0, - "target": "gp_cucumber_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_cucumber_ready", - "name": { "str": "garden pot (ripe cucumber)", "str_pl": "garden pots (ripe cucumber)" }, - "description": "This is a garden pot containing ripe cucumbers. Disassemble to harvest them.", - "copy-from": "gp_pot_grown" - }, - { - "type": "GENERIC", - "id": "gp_garlic", - "name": { "str": "garden pot (growing garlic)", "str_pl": "garden pots (growing garlic)" }, - "description": "This is a garden pot growing garlic bulbs. Once ripe, it can be activated to prepare it for harvest.", - "copy-from": "gp_pot_growing", - "use_action": { - "type": "delayed_transform", - "transform_age": 432000, - "not_ready_msg": "It isn't done growing yet.", - "msg": "The garlic is ready to harvest!", - "moves": 0, - "target": "gp_garlic_ready" - } - }, - { - "type": "GENERIC", - "id": "gp_garlic_ready", - "name": { "str": "garden pot (ripe garlic)", "str_pl": "garden pots (ripe garlic)" }, - "description": "This is a garden pot containing pungent garlic bulbs. Disassemble to harvest them, or wave it at vampires to scare them.", - "copy-from": "gp_pot_grown" - } -] diff --git a/data/mods/Growable_pots/modinfo.json b/data/mods/Growable_pots/modinfo.json deleted file mode 100644 index 7d578ec204758..0000000000000 --- a/data/mods/Growable_pots/modinfo.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "type": "MOD_INFO", - "ident": "growable-pots", - "name": "Garden Pots", - "authors": [ "Honcharuk" ], - "description": "Allows you to grow seeds in craftable garden pots that can be carried around as items. Perfect for the nomadic botanist.", - "category": "items", - "dependencies": [ "dda" ], - "obsolete": true - } -] diff --git a/data/mods/Growable_pots/recipes.json b/data/mods/Growable_pots/recipes.json deleted file mode 100644 index 88319c3c55258..0000000000000 --- a/data/mods/Growable_pots/recipes.json +++ /dev/null @@ -1,231 +0,0 @@ -[ - { - "type": "recipe", - "result": "gp_pot", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_TOOLS", - "skill_used": "fabrication", - "skills_required": [ "survival", 2 ], - "difficulty": 2, - "time": 45000, - "autolearn": true, - "qualities": [ { "id": "DIG", "level": 1 } ], - "components": [ [ [ "clay_pot_flower", 1 ], [ "plastic_pot_flower", 1 ] ], [ [ "pointy_stick", 2 ] ] ] - }, - { - "type": "recipe", - "result": "gp_tomato", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_tomato", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_tomato_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "tomato", 21 ] ] ] - }, - { - "type": "recipe", - "result": "gp_wheat", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_wheat", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_wheat_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "wheat", 21 ] ] ] - }, - { - "type": "recipe", - "result": "gp_hops", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_hops", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_hops_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "hops", 21 ] ] ] - }, - { - "type": "recipe", - "result": "gp_buckwheat", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_buckwheat", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_buckwheat_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "buckwheat", 21 ] ] ] - }, - { - "type": "recipe", - "result": "gp_broccoli", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_broccoli", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_broccoli_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "broccoli", 21 ] ] ] - }, - { - "type": "recipe", - "result": "gp_oats", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_oats", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_oats_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "oats", 21 ] ] ] - }, - { - "type": "recipe", - "result": "gp_barley", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_barley", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_barley_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "barley", 21 ] ] ] - }, - { - "type": "recipe", - "result": "gp_carrot", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_carrot", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_carrot_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_carrot", 1 ] ], [ [ "carrot", 20 ] ] ] - }, - { - "type": "recipe", - "result": "gp_cotton_boll", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_cotton_boll", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_cotton_boll_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_cotton_boll", 1 ] ], [ [ "cotton_boll", 20 ] ] ] - }, - { - "type": "recipe", - "result": "gp_cabbage", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_cabbage", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_cabbage_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_cabbage", 1 ] ], [ [ "cabbage", 20 ] ] ] - }, - { - "type": "recipe", - "result": "gp_cucumber", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_cucumber", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_cucumber_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "cucumber", 20 ] ] ] - }, - { - "type": "recipe", - "result": "gp_garlic", - "category": "CC_OTHER", - "subcategory": "CSC_OTHER_OTHER", - "skill_used": "survival", - "difficulty": 1, - "time": 500, - "autolearn": true, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "seed_garlic", 1 ] ], [ [ "water", 1 ], [ "water_clean", 1 ] ] ] - }, - { - "type": "uncraft", - "result": "gp_garlic_ready", - "skill_used": "survival", - "time": 500, - "components": [ [ [ "gp_pot", 1 ] ], [ [ "garlic", 20 ] ] ] - } -]