File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Kenan-Modpack/Fallout_CDDA Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
+ ]
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "id" : " drugs_rare" ,
4
+ "type" : " item_group" ,
5
+ "items" : [ [ " rad_x" , 50 ] ]
6
+ }
7
+ ]
You can’t perform that action at this time.
0 commit comments