Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| [ | |
| { | |
| "id": "afs_bag_of_holding", | |
| "type": "ARMOR", | |
| "name": "bag of holding", | |
| "description": "A sleek, unfathomably-complicated machine covered in dozens of blinking lights, worn on the back by sturdy faux-leather straps. An electrode dangles from the back, attaching to your forehead. How it operates without annihilating spacetime isn't quite clear, but a localized portal allows things to be stored in an extradimensional space.", | |
| "weight": 3401, | |
| "volume": 12, | |
| "//": "sci-fantasy extradimensional gadget = pricey", | |
| "price": 1000000000, | |
| "//": "because nobody would have that amount after the world ends, it's worth $1000 in barter", | |
| "price_postapoc": 100000, | |
| "material": [ "glass", "superalloy", "platinum" ], | |
| "symbol": "[", | |
| "color": "cyan", | |
| "covers": [ "TORSO" ], | |
| "coverage": 30, | |
| "encumbrance": 10, | |
| "storage": 400, | |
| "warmth": 5, | |
| "material_thickness": 2, | |
| "flags": [ "BELTED", "ONLY_ONE", "LEAK_DAM" ], | |
| "looks_like": "portal" | |
| }, | |
| { | |
| "id": "afs_boot_quiver", | |
| "type": "ARMOR", | |
| "name": "boot quiver", | |
| "description": "This is a makeshift quiver made from a thigh-high boot with the heel removed and patched shut, and strings used as a strap run through a hole punched into its side. It can hold 40 arrows or bolts for easy access.", | |
| "weight": 770, | |
| "volume": 8, | |
| "price": 500, | |
| "bashing": 4, | |
| "material": [ "leather" ], | |
| "symbol": "[", | |
| "color": "dark_gray", | |
| "covers": [ "TORSO" ], | |
| "coverage": 20, | |
| "encumbrance": 5, | |
| "material_thickness": 1, | |
| "use_action": { "type": "bandolier", "capacity": 40, "ammo": [ "arrow", "bolt" ], "draw_cost": 20 }, | |
| "flags": [ "BELTED", "OVERSIZE", "WATER_FRIENDLY" ] | |
| }, | |
| { | |
| "id": "afs_daypack", | |
| "type": "ARMOR", | |
| "name": "daypack", | |
| "description": "An ultralight, bright red nylon backpack intended for one-day hiking trips. Waterproof, slim, and spacious.", | |
| "symbol": "[", | |
| "color": "red", | |
| "weight": 411, | |
| "volume": 4, | |
| "//": "REI Co-op 22-liter daypack costs $54.95, so ballpark to $50", | |
| "price": 5000, | |
| "price_postapoc": 10000, | |
| "material": [ "plastic" ], | |
| "covers": [ "TORSO" ], | |
| "coverage": 50, | |
| "material_thickness": 1, | |
| "encumbrance": 10, | |
| "storage": 80, | |
| "flags": [ "BELTED", "ONLY_ONE", "OVERSIZE", "STURDY" ], | |
| "looks_like": "backpack" | |
| }, | |
| { | |
| "id": "afs_blatant_half_life_reference", | |
| "type": "ARMOR", | |
| "name": "hazardous environment suit", | |
| "description": "Developed for the exploration of alien planes, the lightweight, orange-black HEV suit covers everything below the neck. While it possesses only modest physical protection, it provides excellent protection from most environmental hazards. A hatch in the front opens to provide a small amount of storage.", | |
| "symbol": "[", | |
| "color": "yellow", | |
| "weight": 3501, | |
| "volume": 10, | |
| "price": 100000000, | |
| "price_postapoc": 50000, | |
| "material": [ "superalloy", "kevlar" ], | |
| "covers": [ "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ], | |
| "coverage": 100, | |
| "material_thickness": 2, | |
| "encumbrance": 9, | |
| "storage": 12, | |
| "warmth": 20, | |
| "environmental_protection": 5, | |
| "flags": [ | |
| "CLIMATE_CONTROL", | |
| "ELECTRIC_IMMUNE", | |
| "RAD_PROOF", | |
| "WATERPROOF", | |
| "COLLAR", | |
| "THERMOMETER", | |
| "ONLY_ONE", | |
| "OUTER", | |
| "STURDY" | |
| ], | |
| "looks_like": "depowered_armor" | |
| }, | |
| { | |
| "id": "afs_hev_helmet", | |
| "type": "TOOL_ARMOR", | |
| "name": "hazardous environment helmet", | |
| "description": "Meant to pair with a compatible HEV suit, this helmet's physical protection is basic at best, but makes up for it with an air recycler that provides excellent protection from airborne contaminants. It has a mounted LED headlamp, powered by standard batteries.", | |
| "symbol": "[", | |
| "color": "yellow", | |
| "weight": 581, | |
| "volume": 8, | |
| "price": 10000000, | |
| "price_postapoc": 5000, | |
| "material": [ "superalloy", "plastic" ], | |
| "covers": [ "HEAD", "EYES", "MOUTH" ], | |
| "coverage": 100, | |
| "material_thickness": 2, | |
| "encumbrance": 15, | |
| "warmth": 20, | |
| "environmental_protection": 11, | |
| "qualities": [ [ "GLARE", 3 ] ], | |
| "max_charges": 100, | |
| "initial_charges": 100, | |
| "charges_per_use": 1, | |
| "ammo": "battery", | |
| "use_action": { | |
| "type": "transform", | |
| "msg": "You turn the helmet's headlamp on.", | |
| "target": "afs_hev_helmet_on", | |
| "active": true, | |
| "need_charges": 1, | |
| "need_charges_msg": "The helmet's batteries are dead." | |
| }, | |
| "flags": [ "WATERPROOF", "FLASH_PROTECTION", "ONLY_ONE", "STURDY" ], | |
| "looks_like": "depowered_helmet" | |
| }, | |
| { | |
| "id": "afs_hev_helmet_on", | |
| "type": "TOOL_ARMOR", | |
| "copy-from": "afs_hev_helmet", | |
| "name": "hazardous environment helmet (on)", | |
| "description": "Meant to pair with a compatible HEV suit, this helmet's physical protection is basic at best, but makes up for it with an air recycler that provides excellent protection from airborne contaminants. Its light is on, illuminating the area at a cost of batteries.", | |
| "revert_to": "afs_hev_helmet", | |
| "turns_per_charge": 20, | |
| "use_action": { "menu_text": "Turn off", "type": "transform", "msg": "The %s flicks off.", "target": "afs_hev_helmet" }, | |
| "flags": [ "LIGHT_500", "WATERPROOF", "FLASH_PROTECTION", "ONLY_ONE", "STURDY" ], | |
| "looks_like": "depowered_helmet" | |
| }, | |
| { | |
| "id": "afs_quilt", | |
| "type": "ARMOR", | |
| "name": "quilt", | |
| "description": "A big, comfy quilt made of thick wool in a triangle pattern. Extremely cozy!", | |
| "weight": 1814, | |
| "volume": 20, | |
| "price": 5500, | |
| "to_hit": -1, | |
| "material": [ "wool" ], | |
| "symbol": "[", | |
| "color": "white", | |
| "covers": [ "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ], | |
| "coverage": 100, | |
| "encumbrance": 40, | |
| "warmth": 100, | |
| "material_thickness": 3, | |
| "environmental_protection": 2, | |
| "flags": [ "OVERSIZE", "OUTER", "ALLOWS_NATURAL_ATTACKS" ], | |
| "looks_like": "down_blanket" | |
| }, | |
| { | |
| "id": "afs_quilt_patchwork", | |
| "type": "ARMOR", | |
| "copy-from": "afs_quilt", | |
| "name": "patchwork quilt", | |
| "description": "A huge, patchwork wool quilt. Very, very warm.", | |
| "encumbrance": 50, | |
| "warmth": 90 | |
| }, | |
| { | |
| "id": "afs_ski_jacket", | |
| "type": "ARMOR", | |
| "name": "ski jacket", | |
| "description": "An insulated, breathable hoodie made for alpine skiing. Very warm, and with sizable pockets.", | |
| "weight": 1105, | |
| "volume": 20, | |
| "price": 18000, | |
| "material": [ "cotton", "plastic" ], | |
| "symbol": "[", | |
| "color": "light_blue", | |
| "covers": [ "TORSO", "ARMS" ], | |
| "coverage": 95, | |
| "encumbrance": 14, | |
| "storage": 12, | |
| "warmth": 80, | |
| "material_thickness": 5, | |
| "environmental_protection": 3, | |
| "flags": [ "VARSIZE", "POCKETS", "HOOD", "COLLAR", "OUTER" ], | |
| "looks_like": "coat_winter" | |
| }, | |
| { | |
| "id": "afs_survivor_belt", | |
| "copy-from": "survivor_belt", | |
| "type": "ARMOR", | |
| "name": "survivor utility belt (holster)", | |
| "description": "A custom-built leather utility belt covered with straps and pouches containing many useful hand tools and a clip for holding various equipment. Durable and carefully crafted to be comfortable to wear. Activate to clip something to it.", | |
| "use_action": { | |
| "type": "holster", | |
| "holster_prompt": "Attach what to belt loop?", | |
| "holster_msg": "You clip your %s to your %s", | |
| "max_volume": 6, | |
| "max_weight": 2000, | |
| "draw_cost": 50, | |
| "flags": [ "BELT_CLIP" ] | |
| } | |
| }, | |
| { | |
| "id": "survivor_belt", | |
| "copy-from": "survivor_belt", | |
| "type": "ARMOR", | |
| "name": "survivor utility belt (sheath)" | |
| }, | |
| { | |
| "id": "afs_welding_mask", | |
| "type": "ARMOR", | |
| "name": "welding mask", | |
| "description": "A metal mask with a very dark visor, meant to protect the entire face during welding. It also serves as good armor, but makes it hard to see.", | |
| "weight": 4000, | |
| "volume": 4, | |
| "price": 1400, | |
| "to_hit": -3, | |
| "material": [ "steel" ], | |
| "symbol": "[", | |
| "color": "dark_gray", | |
| "covers": [ "HEAD", "MOUTH", "EYES" ], | |
| "coverage": 100, | |
| "encumbrance": 30, | |
| "material_thickness": 3, | |
| "qualities": [ [ "GLARE", 3 ] ], | |
| "flags": [ "SUN_GLASSES", "FLASH_PROTECTION" ] | |
| }, | |
| { | |
| "id": "afs_welding_mask_makeshift", | |
| "type": "ARMOR", | |
| "name": "makeshift welding mask", | |
| "description": "A crude welding mask made from shaped metal, with dark cloth and tinted glass to protect the eyes. It's extremely hard to see with, but with nothing else available, it can protect your sight while welding.", | |
| "weight": 4000, | |
| "volume": 4, | |
| "price": 1400, | |
| "to_hit": -3, | |
| "material": [ "steel" ], | |
| "symbol": "[", | |
| "color": "dark_gray", | |
| "covers": [ "MOUTH", "EYES" ], | |
| "coverage": 100, | |
| "encumbrance": 60, | |
| "material_thickness": 2, | |
| "qualities": [ [ "GLARE", 2 ] ], | |
| "flags": [ "SUN_GLASSES", "FLASH_PROTECTION", "BLIND" ] | |
| }, | |
| { | |
| "id": "afs_brigandine", | |
| "type": "ARMOR", | |
| "name": "brigandine", | |
| "description": "A piece of body armor from the Middle Ages consisting of boiled leather with riveted metal plates lying underneath. Typically used to protect from arrows, it has very good protection against cuts.", | |
| "weight": 3268, | |
| "volume": 6, | |
| "price": 5000, | |
| "to_hit": -3, | |
| "material": [ "leather", "steel" ], | |
| "symbol": "[", | |
| "color": "brown", | |
| "covers": [ "TORSO" ], | |
| "coverage": 100, | |
| "encumbrance": 16, | |
| "warmth": 25, | |
| "material_thickness": 3, | |
| "flags": [ "RAINPROOF", "STURDY", "OUTER", "ONLY_ONE", "VARSIZE" ] | |
| }, | |
| { | |
| "id": "afs_brigandine_crafted", | |
| "type": "ARMOR", | |
| "name": "crafted brigandine", | |
| "description": "Modelled after a proper brigandine from medieval times, this makeshift piece of body armor consists of layered cloth with small pieces of sheet metal affixed to the underside. While not as protective as a proper piece of armor, it'll still keep you relatively safe.", | |
| "weight": 3268, | |
| "volume": 6, | |
| "price": 1000, | |
| "to_hit": -3, | |
| "material": [ "cotton", "steel" ], | |
| "symbol": "[", | |
| "color": "white", | |
| "covers": [ "TORSO" ], | |
| "coverage": 95, | |
| "encumbrance": 14, | |
| "warmth": 20, | |
| "material_thickness": 2, | |
| "flags": [ "OUTER", "VARSIZE" ] | |
| }, | |
| { | |
| "id": "afs_titanium_vest", | |
| "type": "ARMOR", | |
| "name": "titanium vest", | |
| "description": "A lightweight armor vest made of pieces of titanium sewn together, with cloth padding for comfort. Brittle against blunt force, but highly resistant to cuts and corrosion.", | |
| "weight": 939, | |
| "volume": 2, | |
| "price": 1000, | |
| "to_hit": -3, | |
| "material": [ "titanium", "cotton" ], | |
| "symbol": "[", | |
| "color": "white", | |
| "covers": [ "TORSO" ], | |
| "coverage": 80, | |
| "encumbrance": 4, | |
| "material_thickness": 2 | |
| }, | |
| { | |
| "id": "afs_mbr_titanium", | |
| "type": "ARMOR", | |
| "category": "armor", | |
| "name": "MBR vest (titanium)", | |
| "name_plural": "MBR vests (titanium)", | |
| "description": "A Modular Bullet Resistant Vest. Titanium scraps have been inserted to improve its protection. It has four pouches capable of carrying magazines.", | |
| "weight": 3108, | |
| "volume": 24, | |
| "price": 110000, | |
| "to_hit": -3, | |
| "bashing": 6, | |
| "material": [ "kevlar", "titanium" ], | |
| "symbol": "[", | |
| "color": "light_gray", | |
| "covers": [ "TORSO" ], | |
| "coverage": 85, | |
| "encumbrance": 7, | |
| "storage": 10, | |
| "warmth": 15, | |
| "material_thickness": 3, | |
| "use_action": { | |
| "type": "holster", | |
| "holster_prompt": "Stash ammo", | |
| "holster_msg": "You stash your %s.", | |
| "multi": 4, | |
| "min_volume": 1, | |
| "max_volume": 4, | |
| "draw_cost": 60, | |
| "flags": [ "MAG_COMPACT" ] | |
| }, | |
| "flags": [ "STURDY", "OUTER" ] | |
| } | |
| ] |