Skip to content

Commit 6de170d

Browse files
authored
Merge pull request #93 from Theawesomeboophis/Rad-X-Fallout
[Fallout] Add Rad-X thanks to Theawesomeboophis' work
2 parents eaf1736 + e6fb949 commit 6de170d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"id": "drugs_rare",
4+
"type": "item_group",
5+
"items": [ [ "rad_x", 50 ] ]
6+
}
7+
]

0 commit comments

Comments
 (0)