Skip to content

Commit 84c5471

Browse files
committed
Merge remote-tracking branch 'origin/development'
* origin/development: New core content pack: Aftershock (CleverRaven#28386)
2 parents 6dc296d + 90bfde2 commit 84c5471

29 files changed

+3648
-0
lines changed

data/mods/Aftershock/README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Here be dragons!
2+
3+
These are the files for Aftershock. Whatever you're looking for has been sorted into subfolders for ease of access:
4+
5+
### items
6+
7+
Contains json data for food, weapons, tools, and materials.
8+
9+
### maps
10+
11+
Contains json data for map generation, item groups, and furniture.
12+
13+
### mobs
14+
15+
Contains json data for new monsters and monster spawn groups.
16+
17+
### player
18+
19+
Contains json data for things that affect the player; bionics, mutations, professions, techniques, status effects, etc.
20+
21+
### recipes
22+
23+
Contains json data for all recipes, sorted by category or niche.
24+
25+
### vehicles
26+
27+
Contains json data for vehicles, vehicle parts, and vehicle spawn groups.
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
[
2+
{
3+
"id": "afs_solderers_item",
4+
"copy-from": "fake_item",
5+
"type": "TOOL",
6+
"name": "precision solderers",
7+
"flags": "TRADER_AVOID",
8+
"qualities": [ [ "SAW_M_FINE", 1 ], [ "SCREW_FINE", 1 ], [ "CUT_FINE", 2 ] ]
9+
},
10+
{
11+
"id": "afs_basin",
12+
"type": "CONTAINER",
13+
"name": "basin",
14+
"description": "A wide, shallow basin used to hold liquid, hammered from a piece of sheet metal. Ideal for collecting water.",
15+
"weight": 5000,
16+
"volume": 10,
17+
"price": 1000,
18+
"to_hit": -1,
19+
"bashing": 1,
20+
"material": "plastic",
21+
"symbol": ")",
22+
"color": "dark_gray",
23+
"contains": 200,
24+
"watertight": true,
25+
"qualities": [ [ "COOK", 1 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ] ]
26+
},
27+
{
28+
"id": "afs_fridge",
29+
"type": "GENERIC",
30+
"name": "vehicle refrigerator",
31+
"description": "A household refrigerator with impressive capacity. Its power connection has been refurbished, and it can be mounted onto a vehicle to draw from its power.",
32+
"symbol": "{",
33+
"color": "white",
34+
"weight": 142882,
35+
"volume": 1200,
36+
"price": 40000,
37+
"price_postapoc": 10000,
38+
"material": [ "steel" ],
39+
"to_hit": -4,
40+
"bashing": 8,
41+
"flags": [ "DURABLE_MELEE" ],
42+
"looks_like": "minifridge"
43+
},
44+
{
45+
"id": "afs_freezer",
46+
"type": "GENERIC",
47+
"name": "vehicle freezer",
48+
"copy-from": "afs_fridge",
49+
"description": "This refurbished refrigerator has been stripped of much of its internal components and converted to run at a much lower temperature, causing it to serve as a freezer for more power. Like its predecessor, it runs on vehicle power.",
50+
"color": "light_blue"
51+
},
52+
{
53+
"id": "afs_rolling_pin",
54+
"type": "GENERIC",
55+
"name": "rolling pin",
56+
"description": "A light wooden rolling pin used to flatten dough.",
57+
"symbol": "[",
58+
"color": "brown",
59+
"weight": 472,
60+
"volume": 4,
61+
"price": 1500,
62+
"price_postapoc": 500,
63+
"material": [ "wood" ],
64+
"to_hit": -1,
65+
"bashing": 6,
66+
"flags": [ "DURABLE_MELEE", "FIREWOOD" ],
67+
"techniques": [ "RAPID" ],
68+
"looks_like": "bat"
69+
},
70+
{
71+
"type": "GENERIC",
72+
"id": "afs_scrap_titanium",
73+
"symbol": ",",
74+
"color": "white",
75+
"name": "scrap titanium",
76+
"name_plural": "scrap titanium",
77+
"category": "spare_parts",
78+
"description": "A piece of light titanium, usable for crafting or repairs.",
79+
"price": 1000,
80+
"material": "titanium",
81+
"weight": 100,
82+
"volume": 1,
83+
"bashing": 1,
84+
"to_hit": -2
85+
},
86+
{
87+
"type": "GENERIC",
88+
"id": "afs_titanium_frame",
89+
"name": "ultralight frame",
90+
"description": "A sturdy, lightweight frame made from titanium. Useful for crafting.",
91+
"weight": 1000,
92+
"to_hit": -3,
93+
"color": "white",
94+
"symbol": "]",
95+
"material": [ "titanium" ],
96+
"techniques": [ "DEF_DISARM" ],
97+
"volume": 30,
98+
"bashing": 15,
99+
"category": "veh_parts",
100+
"price": 4000
101+
},
102+
{
103+
"type": "GENERIC",
104+
"id": "afs_metal_rig",
105+
"copy-from": "vehicle_rig",
106+
"name": "MetalMaster forge buddy",
107+
"name_plural": "MetalMaster forge buddies",
108+
"description": "From the makers of the best-selling* FOODCO kitchen buddy comes the MetalMaster forge buddy, for all your metalworking and welding needs! It's just as clunky and awkward as the thing it's spinning off, and still requires a vehicle battery to function."
109+
},
110+
{
111+
"type": "GENERIC",
112+
"id": "afs_cooking_rig",
113+
"copy-from": "vehicle_rig",
114+
"name": "cooking rig",
115+
"name_plural": "cooking rigs",
116+
"description": "Skillet, pot, hotplate, and chemistry set; everything you need to cook food and chemicals. Includes proper fume vents and a separator, so you don't contaminate your food with toxic chemicals."
117+
},
118+
{
119+
"id": "afs_large_storage_battery",
120+
"type": "MAGAZINE",
121+
"category": "veh_parts",
122+
"name": "large storage battery",
123+
"name_plural": "large storage batteries",
124+
"description": "A huge lithium ion storage battery, weighing easily 600 pounds. Holds a tremendous amount of energy.",
125+
"weight": 300000,
126+
"volume": 80,
127+
"price": 400000,
128+
"price_postapoc": 50000,
129+
"to_hit": -2,
130+
"bashing": 40,
131+
"material": [ "plastic", "steel" ],
132+
"symbol": ":",
133+
"color": "light_cyan",
134+
"ammo_type": "battery",
135+
"capacity": 100000,
136+
"flags": [ "NO_SALVAGE", "NO_UNLOAD", "NO_RELOAD", "RECHARGE" ]
137+
}
138+
]

0 commit comments

Comments
 (0)