Skip to content

Commit 28ef3de

Browse files
Merge branch 'Kenan2000:master' into Fallout-Expansion
2 parents 57277f7 + d05f26a commit 28ef3de

File tree

3 files changed

+34
-4
lines changed

3 files changed

+34
-4
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[
2+
{
3+
"id": "rad_x",
4+
"type": "COMESTIBLE",
5+
"comestible_type": "MED",
6+
"name": { "str": "Rad-X" },
7+
"description": "Rad-X Pill, designed to suit all your anti-radiation needs.",
8+
"weight": "1 g",
9+
"volume": "212 ml",
10+
"price": 50,
11+
"price_postapoc": 90,
12+
"charges": 76,
13+
"stack_size": 200,
14+
"material": [ "powder" ],
15+
"flags": [ "NPC_SAFE", "IRREPLACEABLE_CONSUMABLE" ],
16+
"symbol": "r",
17+
"color": "red",
18+
"use_action": {
19+
"type": "consume_drug",
20+
"activation_message": "You take some Rad-X.",
21+
"effects": [ { "id": "pblue", "duration": 7200 } ]
22+
}
23+
},
24+
{
25+
"id": "drugs_rare",
26+
"type": "item_group",
27+
"items": [ [ "rad_x", 50 ] ]
28+
}
29+
]

Kenan-Modpack/Fallout_CDDA/monsters/undead.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@
4141
"melee_dice_sides": 8,
4242
"luminance": 120,
4343
"harvest": "zombie",
44+
"emit_fields": [ { "emit_id": "emit_rad_cloud", "delay": "2 s" } ],
4445
"death_function": [ "NORMAL" ],
45-
"flags": [ "SEES", "SMELLS", "SWIMS", "POISON" ]
46+
"flags": [ "SEES", "SMELLS", "SWIMS", "POISON", "NO_BREATHE" ]
4647
},
4748
{
4849
"id": "mon_scorched",

Kenan-Modpack/blazemod/monsters/blob_monster.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"weight": "40750 g",
2929
"hp": 1,
3030
"speed": 60,
31-
"material": [ "flesh" ],
31+
"material": [ "slime" ],
3232
"symbol": "o",
3333
"color": "light_green",
3434
"phase": "LIQUID",
@@ -59,7 +59,7 @@
5959
"weight": "200 kg",
6060
"hp": 1,
6161
"speed": 60,
62-
"material": [ "flesh" ],
62+
"material": [ "slime" ],
6363
"symbol": "O",
6464
"color": "light_gray",
6565
"phase": "LIQUID",
@@ -90,7 +90,7 @@
9090
"weight": "120 kg",
9191
"hp": 1,
9292
"speed": 60,
93-
"material": [ "flesh" ],
93+
"material": [ "slime" ],
9494
"symbol": "O",
9595
"color": "green",
9696
"phase": "LIQUID",

0 commit comments

Comments
 (0)