File size: 952 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- ========== GENERATED BY InventoryItemCompositeDef Editor (Ctrl-Alt-Y) DO NOT EDIT MANUALLY! ==========

PlaceObj('InventoryItemCompositeDef', {
	'Group', "Personal - Other",
	'Id', "Cookie",
	'object_class', "MiscItem",
	'Icon', "UI/Icons/Items/cookie",
	'DisplayName', T(124351111212, --[[InventoryItemCompositeDef Cookie DisplayName]] "Biscuit"),
	'DisplayNamePlural', T(982005397246, --[[InventoryItemCompositeDef Cookie DisplayNamePlural]] "Biscuits"),
	'AdditionalHint', T(136230635254, --[[InventoryItemCompositeDef Cookie AdditionalHint]] "<bullet_point> Used through the Item Menu\n<bullet_point> Single use\n<bullet_point> Tasty and nutritious"),
	'CategoryPair', "Medicine",
	'MaxStacks', 20,
	'effect_moment', "on_use",
	'Effects', {
		PlaceObj('RechargeCDs', {}),
		PlaceObj('RestoreHealth', {
			amount = 5,
		}),
	},
	'action_name', T(646507120531, --[[InventoryItemCompositeDef Cookie action_name]] "EAT"),
	'destroy_item', true,
})