Skip to content

Commit 424bb03

Browse files
committed
1 parent e9b0c0a commit 424bb03

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

community/inventory_service/rendered/item-schema-strange-crafting.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"display_type_vietnamese": "Dụng cụ dùng một lần",
5252
"icon_url": "https://stats.reactivedrop.com/static/items/4000.png",
5353
"name_color": "CF6A32",
54-
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_weapon;contains_any:set_1_strange_equipment"
54+
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_weapon;contains_any:set_1_strange_equipment",
55+
"container_contents_generator": 900000003
5556
},
5657
{
5758
"itemdefid": 4001,
@@ -103,7 +104,8 @@
103104
"display_type_vietnamese": "Dụng cụ dùng một lần",
104105
"icon_url": "https://stats.reactivedrop.com/static/items/4001.png",
105106
"name_color": "CF6A32",
106-
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_device"
107+
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_device",
108+
"container_contents_generator": 900000004
107109
},
108110
{
109111
"itemdefid": 4002,

community/inventory_service/rendered/item-schema-unique.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,20 @@
163163
"name_color": "70B04A",
164164
"tags": "rarity:legendary;slot:medal",
165165
"item_slot": "medal"
166+
},
167+
{
168+
"itemdefid": 900000003,
169+
"type": "generator",
170+
"name": "dummy generator for beta tester's strange weapon crate",
171+
"description": "this is used for the steam community website and not used in-game at all",
172+
"bundle": "2000;2001;2002;2003;2004;2005;2006;2007;2008;2009;2010;2011;2012;2013;2014;2015;2016;2017;2018;2019;2020;2021;2022;2023;2024;2025;2026;3000;3001;3002;3003;3004;3005;3006;3007;3008;3009;3010;3011;3012;3013;3014;3015;3016;3017"
173+
},
174+
{
175+
"itemdefid": 900000004,
176+
"type": "generator",
177+
"name": "dummy generator for beta tester's strange device",
178+
"description": "this is used for the steam community website and not used in-game at all",
179+
"bundle": "5000;5001;5002;5003;5004;5005;5006;5007;5008"
166180
}
167181
]
168182
}

community/inventory_service/template/item-schema-strange-crafting.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"display_type_%LANG%": "{#inventory_crafting_item_single_use_tool}",
1010
"icon_url": "https://stats.reactivedrop.com/static/items/4000.png",
1111
"name_color": "{#item_color_strange}",
12-
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_weapon;contains_any:set_1_strange_equipment"
12+
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_weapon;contains_any:set_1_strange_equipment",
13+
"container_contents_generator": 900000003
1314
},
1415
{
1516
"itemdefid": 4001,
@@ -19,7 +20,8 @@
1920
"display_type_%LANG%": "{#inventory_crafting_item_single_use_tool}",
2021
"icon_url": "https://stats.reactivedrop.com/static/items/4001.png",
2122
"name_color": "{#item_color_strange}",
22-
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_device"
23+
"tags": "crafting_item:single_use_tool;contains_any:set_1_strange_device",
24+
"container_contents_generator": 900000004
2325
},
2426
{
2527
"itemdefid": 4002,

community/inventory_service/template/item-schema-unique.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@
3434
"name_color": "{#item_color_community}",
3535
"tags": "rarity:legendary;slot:medal",
3636
"item_slot": "medal"
37+
},
38+
{
39+
"itemdefid": 900000003,
40+
"type": "generator",
41+
"name": "dummy generator for beta tester's strange weapon crate",
42+
"description": "this is used for the steam community website and not used in-game at all",
43+
"bundle": "2000;2001;2002;2003;2004;2005;2006;2007;2008;2009;2010;2011;2012;2013;2014;2015;2016;2017;2018;2019;2020;2021;2022;2023;2024;2025;2026;3000;3001;3002;3003;3004;3005;3006;3007;3008;3009;3010;3011;3012;3013;3014;3015;3016;3017"
44+
},
45+
{
46+
"itemdefid": 900000004,
47+
"type": "generator",
48+
"name": "dummy generator for beta tester's strange device",
49+
"description": "this is used for the steam community website and not used in-game at all",
50+
"bundle": "5000;5001;5002;5003;5004;5005;5006;5007;5008"
3751
}
3852
]
3953
}

0 commit comments

Comments
 (0)